@@ -8,9 +8,9 @@ Refresh the list of deployed contracts by running `./scripts/generateDeployments
8
8
9
9
#### Chiado
10
10
11
- - [ ArbitrableExample] ( https://blockscout.com/gnosis/chiado/address/0xc0fcc96BFd78e36550FCaB434A9EE1210B57225b )
11
+ - [ ArbitrableExample] ( https://blockscout.com/gnosis/chiado/address/0x6BC234359c2Bc212B81A5cF2dfE504940e98d4cC )
12
12
- [ DisputeResolver] ( https://blockscout.com/gnosis/chiado/address/0x433eD78895df1df7668C40b3e82d54410331F942 )
13
- - [ ForeignGatewayOnGnosis] ( https://blockscout.com/gnosis/chiado/address/0x573bcD6ee4aEe152eCC9Cafd2c0820Dc548AF6cC )
13
+ - [ ForeignGatewayOnGnosis] ( https://blockscout.com/gnosis/chiado/address/0x2357ef115E98d171b083105E9b398231206989A3 )
14
14
- [ SortitionSumTreeFactory] ( https://blockscout.com/gnosis/chiado/address/0xc7e3BF90299f6BD9FA7c3703837A9CAbB5743636 )
15
15
- [ TokenBridge] ( https://blockscout.com/gnosis/chiado/address/0xbb3c86f9918C3C1d83668fA84e79E876d147fFf2 )
16
16
- [ WETH] ( https://blockscout.com/gnosis/chiado/address/0x2DFC9c3141268e6eac04a7D6d98Fbf64BDe836a8 )
@@ -22,20 +22,20 @@ Refresh the list of deployed contracts by running `./scripts/generateDeployments
22
22
#### Goerli
23
23
24
24
- [ PNK] ( https://goerli.etherscan.io/token/0xA3B02bA6E10F55fb177637917B1b472da0110CcC )
25
- - [ ArbitrableExample] ( https://goerli.etherscan.io/address/0xd78dcdde2c5a2bd4bb246bc7db6994b95f7c442c )
26
25
27
26
#### Arbitrum Goerli
28
27
29
28
- [ PNK] ( https://goerli.arbiscan.io/token/0x4DEeeFD054434bf6721eF39Aa18EfB3fd0D12610/token-transfers )
30
- - [ ArbitrableExampleEthFee] ( https://goerli.arbiscan.io/address/0x1d533481cCD1402f83Df3D9Ba7496B5e5b602875 )
31
29
- [ BlockHashRNG] ( https://goerli.arbiscan.io/address/0x68eE49dfD9d76f3386257a3D0e0A85c0A5519bBD )
32
- - [ DisputeKitClassic] ( https://goerli.arbiscan.io/address/0xcBE3aD699919Cf59efDF715e4B41AF30A0E4c92d )
33
- - [ DisputeResolver] ( https://goerli.arbiscan.io/address/0xF6652c10c4D3f5bA6066254B78c57A468d9b9606 )
30
+ - [ DAI] ( https://goerli.arbiscan.io/address/0x70A704Dce4cCC00568Cc142C86D07Ec71C944a39 )
31
+ - [ DisputeKitClassic] ( https://goerli.arbiscan.io/address/0x0245A93ABd9c5b2d767B2D98cE6d5e612208E474 )
32
+ - [ DisputeResolver] ( https://goerli.arbiscan.io/address/0xcDC05c8d2EEEe384359Bd22E8631528B6b0564e9 )
34
33
- [ HomeGatewayToGnosis] ( https://goerli.arbiscan.io/address/0xD60CD2151e118Dd796efcb1ceFFcF892226F9b3a )
35
- - [ KlerosCore] ( https://goerli.arbiscan.io/address/0xA429667Abb1A6c530BAd1083df4C69FBce86D696 )
34
+ - [ KlerosCore] ( https://goerli.arbiscan.io/address/0x8Af82E2F8890acb4AB84cbaB3c4C4Eb3E965CF24 )
36
35
- [ PolicyRegistry] ( https://goerli.arbiscan.io/address/0xED503aBA65B28D81444294D1eAa5d84CeFdC2C58 )
37
36
- [ RandomizerRNG] ( https://goerli.arbiscan.io/address/0xa90f7D2e35718FDE9AD96c8B6667AFcAa4BEfd4d )
38
- - [ SortitionModule] ( https://goerli.arbiscan.io/address/0xa65D3ED6494ec5fcAa115A39D625B2F01786F094 )
37
+ - [ SortitionModule] ( https://goerli.arbiscan.io/address/0x5Ae75Db8B66B574b2c5C29eE4D32cc9Fe62bfdEE )
38
+ - [ WETH] ( https://goerli.arbiscan.io/address/0xddE1b84E43505432Fdf5F810ebB9373dD37e9230 )
39
39
40
40
## Getting Started
41
41
@@ -120,6 +120,7 @@ yarn deploy --network localhost --tags <Arbitration|VeaMock|ForeignGatewayOnEthe
120
120
yarn deploy --network arbitrumGoerli --tags Arbitration
121
121
yarn deploy --network chiado --tags ForeignGatewayOnGnosis
122
122
yarn deploy --network chiado --tags KlerosLiquidOnGnosis
123
+ yarn deploy --network chiado --tags ForeignArbitrable
123
124
yarn deploy --network arbitrumGoerli --tags HomeGatewayToGnosis
124
125
125
126
# Goerli
0 commit comments