@@ -6,14 +6,27 @@ Smart contracts for Kleros v2
6
6
7
7
Refresh the list of deployed contracts by running ` ./scripts/generateDeploymentsMarkdown.sh ` .
8
8
9
- ### Rinkeby
9
+ ### v2-prealpha-3
10
+
11
+ #### Arbitrum Rinkeby
12
+
13
+ - [ PNK] ( https://testnet.arbiscan.io/token/0x364530164a2338cdba211f72c1438eb811b5c639 )
14
+ - [ DisputeKitClassic] ( https://testnet.arbiscan.io/address/0x6b9268082415b5499175849E46AaE4EDf819916F )
15
+ - [ DisputeResolver] ( https://testnet.arbiscan.io/address/0x9cE885713c7459d571593e2793cd2b258B018995 )
16
+ - [ IncrementalNG] ( https://testnet.arbiscan.io/address/0x078dAd05373d19d7fd6829735b765F12242a4300 )
17
+ - [ KlerosCore] ( https://testnet.arbiscan.io/address/0x140Cae40BD7eEF075e15c30CF84d1EAa0F4932b8 )
18
+ - [ SortitionSumTreeFactory] ( https://testnet.arbiscan.io/address/0x48ce286978C74c288eA6Bc9a536BcC899DF8D177 )
19
+
20
+ ### v2-prealpha-1
21
+
22
+ #### Rinkeby
10
23
11
24
- [ PNK] ( https://rinkeby.etherscan.io/token/0x14aba1fa8a31a8649e8098ad067b739cc5708f30 )
12
25
- [ ArbitrableExample] ( https://rinkeby.etherscan.io/address/0xf2a59723c5d625D646668E0B615B5764c3F81540 )
13
26
- [ FastBridgeReceiver] ( https://rinkeby.etherscan.io/address/0xD78DCddE2C5a2Bd4BB246Bc7dB6994b95f7c442C )
14
27
- [ ForeignGateway] ( https://rinkeby.etherscan.io/address/0xf02733d9e5CbfE67B54F165b0277E1995106D526 )
15
28
16
- ### Arbitrum Rinkeby
29
+ #### Arbitrum Rinkeby
17
30
18
31
- [ PNK] ( https://testnet.arbiscan.io/token/0x364530164a2338cdba211f72c1438eb811b5c639 )
19
32
- [ ConstantNG] ( https://testnet.arbiscan.io/address/0x4401A368dea8D5761AEEFfd3c4a674086dea0666 )
@@ -103,14 +116,9 @@ yarn hardhat deploy --network localhost --tags HomeChain
103
116
#### 3. Deploy to Public Testnets
104
117
105
118
``` bash
106
- # To deploy on L2 only
107
- yarn hardhat deploy --network arbitrumRinkeby --tags HomeChain
108
-
109
- # To deploy on L1 only
119
+ yarn hardhat deploy --network arbitrumRinkeby --tags Arbitration
110
120
yarn hardhat deploy --network rinkeby --tags ForeignChain
111
-
112
- # To deploy both L1 and L2
113
- yarn deploy:staging
121
+ yarn hardhat deploy --network arbitrumRinkeby --tags HomeChain
114
122
```
115
123
116
124
The deployed addresses should be output to the screen after the deployment is complete.
0 commit comments