File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ Refresh the list of deployed contracts by running `./scripts/generateDeployments
8
8
9
9
### v2-prealpha-3
10
10
11
+ #### Chiado
12
+
13
+ - [ ForeignGatewayOnGnosis] ( https://blockscout.com/gnosis/chiado/address/0x8F1a2B8F9b04320375856580Fc6B1669Cb12a9EE )
14
+ - [ TokenBridge] ( https://blockscout.com/gnosis/chiado/address/0xbb3c86f9918C3C1d83668fA84e79E876d147fFf2 )
15
+ - [ WETH] ( https://blockscout.com/gnosis/chiado/address/0x014A442480DbAD767b7615E55E271799889FA1a7 )
16
+ - [ WETHFaucet] ( https://blockscout.com/gnosis/chiado/address/0x395014fddc3b12F9a78ED8E57DA162Fd77E12bE3 )
17
+
11
18
#### Goerli
12
19
13
20
- [ PNK] ( https://goerli.etherscan.io/token/0xA3B02bA6E10F55fb177637917B1b472da0110CcC )
@@ -23,6 +30,7 @@ Refresh the list of deployed contracts by running `./scripts/generateDeployments
23
30
- [ DisputeResolver] ( https://goerli.arbiscan.io/address/0xDe3eCeB73C453E56F5661ad029a41341CF592b9A )
24
31
- [ FastBridgeSender] ( https://goerli.arbiscan.io/address/0x4d18b9792e0D8F5aF696E71dBEDff8fcBEed6e8C )
25
32
- [ HomeGatewayToEthereum] ( https://goerli.arbiscan.io/address/0xed12799915180a257985631fbD2ead261eD838cf )
33
+ - [ HomeGatewayToGnosis] ( https://goerli.arbiscan.io/address/0x12613A66F1E5A2086374e103F66BF0eddA5d1478 )
26
34
- [ KlerosCore] ( https://goerli.arbiscan.io/address/0x3eED6aaCa43f4Bb98C591e4A0d2C4a124efF9C24 )
27
35
- [ PolicyRegistry] ( https://goerli.arbiscan.io/address/0xC5655728387Ce5E2aAA22138114E5777370aBDae )
28
36
- [ RandomizerRNG] ( https://goerli.arbiscan.io/address/0xa2d1A3CDF0becEdb724e5A34De7022B6FF5e4787 )
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ function generate() { #deploymentDir #explorerUrl
12
12
done
13
13
}
14
14
15
+ echo " #### Chiado"
16
+ echo
17
+ generate " $SCRIPT_DIR /../deployments/chiado" " https://blockscout.com/gnosis/chiado/address/"
18
+ echo
15
19
echo " #### Goerli"
16
20
echo
17
21
echo " - [PNK](https://goerli.etherscan.io/token/0xA3B02bA6E10F55fb177637917B1b472da0110CcC)"
20
24
echo " #### Arbitrum Goerli"
21
25
echo
22
26
echo " - [PNK](https://goerli.arbiscan.io/token/0x4DEeeFD054434bf6721eF39Aa18EfB3fd0D12610/token-transfers)"
23
- generate " $SCRIPT_DIR /../deployments/arbitrumGoerli" " https://goerli.arbiscan.io/address/"
24
- echo
27
+ generate " $SCRIPT_DIR /../deployments/arbitrumGoerli" " https://goerli.arbiscan.io/address/"
You can’t perform that action at this time.
0 commit comments