diff --git a/contracts/hardhat.config.ts b/contracts/hardhat.config.ts index 1a967a8f0..e9b5b931e 100644 --- a/contracts/hardhat.config.ts +++ b/contracts/hardhat.config.ts @@ -67,10 +67,6 @@ const config: HardhatUserConfig = { url: process.env.JSONRPC_HTTP_URL || 'https://arb1.arbitrum.io/rpc', accounts, }, - arbitrumGoerli: { - url: process.env.JSONRPC_HTTP_URL || 'https://arb1.arbitrum.io/rpc', - accounts, - }, }, etherscan: { apiKey: process.env.ETHERSCAN_API_KEY || 'YOUR_ETHERSCAN_API_KEY', diff --git a/subgraph/config/arbitrum-goerli.json b/subgraph/config/arbitrum-goerli.json index 06c61170d..2126aa6b6 100644 --- a/subgraph/config/arbitrum-goerli.json +++ b/subgraph/config/arbitrum-goerli.json @@ -1,6 +1,6 @@ { "network": "arbitrum-goerli", - "address": "0xC961076D086C900394d234b5215CD16080B24827", + "address": "0x0a12CE1B7a95f2067AB930f0b2316FF21Cd5A430", "factoryStartBlock": 325577, "recipientRegistryStartBlock": 325577 }