Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Jun 29, 2023
1 parent af378b6 commit fbf07ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion subgraph/config/arbitrum-goerli.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"network": "arbitrum-goerli",
"address": "0xC961076D086C900394d234b5215CD16080B24827",
"address": "0x0a12CE1B7a95f2067AB930f0b2316FF21Cd5A430",
"factoryStartBlock": 325577,
"recipientRegistryStartBlock": 325577
}

0 comments on commit fbf07ec

Please sign in to comment.