Skip to content

Commit 5eb9e75

Browse files
committed
docs(PNK): updated PNK contracts address
1 parent 1a1c6fe commit 5eb9e75

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

contracts/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ Refresh the list of deployed contracts by running `./scripts/generateDeployments
88

99
### Rinkeby
1010

11+
- [PNK](https://rinkeby.etherscan.io/token/0x14aba1fa8a31a8649e8098ad067b739cc5708f30)
1112
- [FastBridgeReceiver](https://rinkeby.etherscan.io/address/0x300CbF0829762FeDc90287D08aeDf261EE6ED8eB)
1213
- [ForeignGateway](https://rinkeby.etherscan.io/address/0x8F1a2B8F9b04320375856580Fc6B1669Cb12a9EE)
1314

1415
### Arbitrum Rinkeby
1516

17+
- [PNK](https://testnet.arbiscan.io/token/0x364530164a2338cdba211f72c1438eb811b5c639)
1618
- [ConstantNG](https://testnet.arbiscan.io/address/0x4401A368dea8D5761AEEFfd3c4a674086dea0666)
1719
- [DisputeKitClassic](https://testnet.arbiscan.io/address/0xD78DCddE2C5a2Bd4BB246Bc7dB6994b95f7c442C)
1820
- [FastBridgeSender](https://testnet.arbiscan.io/address/0x34E520dc1d2Db660113b64724e14CEdCD01Ee879)

contracts/scripts/generateDeploymentsMarkdown.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ function generate() { #deploymentDir #explorerUrl
1212
done
1313
}
1414

15-
echo Rinkeby
15+
echo "### Rinkeby"
16+
echo
17+
echo "- [PNK](https://rinkeby.etherscan.io/token/0x14aba1fa8a31a8649e8098ad067b739cc5708f30)"
1618
generate "$SCRIPT_DIR/../deployments/rinkeby" "https://rinkeby.etherscan.io/address/"
1719
echo
18-
echo Arbitrum Rinkeby
20+
echo "### Arbitrum Rinkeby"
21+
echo
22+
echo "- [PNK](https://testnet.arbiscan.io/token/0x364530164a2338cdba211f72c1438eb811b5c639)"
1923
generate "$SCRIPT_DIR/../deployments/arbitrumRinkeby" "https://testnet.arbiscan.io/address/"

0 commit comments

Comments
 (0)