Skip to content

Commit 51da6df

Browse files
committed
docs: added contract addresses
1 parent 3c9cb0f commit 51da6df

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

contracts/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ Refresh the list of deployed contracts by running `./scripts/generateDeployments
88

99
### v2-prealpha-3
1010

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+
1118
#### Goerli
1219

1320
- [PNK](https://goerli.etherscan.io/token/0xA3B02bA6E10F55fb177637917B1b472da0110CcC)
@@ -23,6 +30,7 @@ Refresh the list of deployed contracts by running `./scripts/generateDeployments
2330
- [DisputeResolver](https://goerli.arbiscan.io/address/0xDe3eCeB73C453E56F5661ad029a41341CF592b9A)
2431
- [FastBridgeSender](https://goerli.arbiscan.io/address/0x4d18b9792e0D8F5aF696E71dBEDff8fcBEed6e8C)
2532
- [HomeGatewayToEthereum](https://goerli.arbiscan.io/address/0xed12799915180a257985631fbD2ead261eD838cf)
33+
- [HomeGatewayToGnosis](https://goerli.arbiscan.io/address/0x12613A66F1E5A2086374e103F66BF0eddA5d1478)
2634
- [KlerosCore](https://goerli.arbiscan.io/address/0x3eED6aaCa43f4Bb98C591e4A0d2C4a124efF9C24)
2735
- [PolicyRegistry](https://goerli.arbiscan.io/address/0xC5655728387Ce5E2aAA22138114E5777370aBDae)
2836
- [RandomizerRNG](https://goerli.arbiscan.io/address/0xa2d1A3CDF0becEdb724e5A34De7022B6FF5e4787)

contracts/scripts/generateDeploymentsMarkdown.sh

+5-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ function generate() { #deploymentDir #explorerUrl
1212
done
1313
}
1414

15+
echo "#### Chiado"
16+
echo
17+
generate "$SCRIPT_DIR/../deployments/chiado" "https://blockscout.com/gnosis/chiado/address/"
18+
echo
1519
echo "#### Goerli"
1620
echo
1721
echo "- [PNK](https://goerli.etherscan.io/token/0xA3B02bA6E10F55fb177637917B1b472da0110CcC)"
@@ -20,5 +24,4 @@ echo
2024
echo "#### Arbitrum Goerli"
2125
echo
2226
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/"

0 commit comments

Comments
 (0)