File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,13 @@ Refresh the list of deployed contracts by running `./scripts/generateDeployments
8
8
9
9
### Rinkeby
10
10
11
+ - [ PNK] ( https://rinkeby.etherscan.io/token/0x14aba1fa8a31a8649e8098ad067b739cc5708f30 )
11
12
- [ FastBridgeReceiver] ( https://rinkeby.etherscan.io/address/0x300CbF0829762FeDc90287D08aeDf261EE6ED8eB )
12
13
- [ ForeignGateway] ( https://rinkeby.etherscan.io/address/0x8F1a2B8F9b04320375856580Fc6B1669Cb12a9EE )
13
14
14
15
### Arbitrum Rinkeby
15
16
17
+ - [ PNK] ( https://testnet.arbiscan.io/token/0x364530164a2338cdba211f72c1438eb811b5c639 )
16
18
- [ ConstantNG] ( https://testnet.arbiscan.io/address/0x4401A368dea8D5761AEEFfd3c4a674086dea0666 )
17
19
- [ DisputeKitClassic] ( https://testnet.arbiscan.io/address/0xD78DCddE2C5a2Bd4BB246Bc7dB6994b95f7c442C )
18
20
- [ FastBridgeSender] ( https://testnet.arbiscan.io/address/0x34E520dc1d2Db660113b64724e14CEdCD01Ee879 )
Original file line number Diff line number Diff line change @@ -12,8 +12,12 @@ function generate() { #deploymentDir #explorerUrl
12
12
done
13
13
}
14
14
15
- echo Rinkeby
15
+ echo " ### Rinkeby"
16
+ echo
17
+ echo " - [PNK](https://rinkeby.etherscan.io/token/0x14aba1fa8a31a8649e8098ad067b739cc5708f30)"
16
18
generate " $SCRIPT_DIR /../deployments/rinkeby" " https://rinkeby.etherscan.io/address/"
17
19
echo
18
- echo Arbitrum Rinkeby
20
+ echo " ### Arbitrum Rinkeby"
21
+ echo
22
+ echo " - [PNK](https://testnet.arbiscan.io/token/0x364530164a2338cdba211f72c1438eb811b5c639)"
19
23
generate " $SCRIPT_DIR /../deployments/arbitrumRinkeby" " https://testnet.arbiscan.io/address/"
You can’t perform that action at this time.
0 commit comments