File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ If you want to deploy your contract in a specific network you can set up the `DE
113
113
yarn deploy:semaphore --network goerli
114
114
yarn deploy:semaphore --network sepolia
115
115
yarn deploy:semaphore --network mumbai
116
+ yarn deploy:semaphore --network optimism-goerli
116
117
yarn deploy:semaphore --network arbitrum
117
118
```
118
119
Original file line number Diff line number Diff line change
1
+ {
2
+ "Pairing" : " 0xEFD83f827FA5B0496359D817c6CD8a5AA5D2aCe5" ,
3
+ "SemaphoreVerifier" : " 0x3d3df6CFc6BFf68d9693e097F32bF4a9903E77a5" ,
4
+ "Poseidon" : " 0x5f4edC58142f4395D1D536e793137A0252dA5a49" ,
5
+ "IncrementalBinaryTree" : " 0x181B7f34538cE3BceC68597d4A212aB3f7881648" ,
6
+ "Semaphore" : " 0x220fBdB6F996827b1Cf12f0C181E8d5e6de3a36F"
7
+ }
Original file line number Diff line number Diff line change @@ -40,6 +40,11 @@ function getNetworks(): NetworksUserConfig {
40
40
chainId : 80001 ,
41
41
accounts
42
42
} ,
43
+ "optimism-goerli" : {
44
+ url : `https://optimism-goerli.infura.io/v3/${ infuraApiKey } ` ,
45
+ chainId : 420 ,
46
+ accounts
47
+ } ,
43
48
arbitrum : {
44
49
url : `https://arbitrum-mainnet.infura.io/v3/${ infuraApiKey } ` ,
45
50
chainId : 42161 ,
You can’t perform that action at this time.
0 commit comments