Skip to content

Commit 797bd89

Browse files
committed
docs: explorer link to PNK
1 parent 4338e3f commit 797bd89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contracts/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Refresh the list of deployed contracts by running `./scripts/generateDeployments
2525

2626
#### Arbitrum Goerli
2727

28-
- [PNK](https://goerli.arbiscan.io/token/0x4DEeeFD054434bf6721eF39Aa18EfB3fd0D12610/token-transfers)
28+
- [PNK](https://goerli.arbiscan.io/token/0x4DEeeFD054434bf6721eF39Aa18EfB3fd0D12610)
2929
- [ArbitrableExample](https://goerli.arbiscan.io/address/0xb0338F2E3D832F3086e5681EAD329520A8d88CD6)
3030
- [BlockHashRNG](https://goerli.arbiscan.io/address/0x68eE49dfD9d76f3386257a3D0e0A85c0A5519bBD)
3131
- [DAI](https://goerli.arbiscan.io/address/0x70A704Dce4cCC00568Cc142C86D07Ec71C944a39)

contracts/scripts/generateDeploymentsMarkdown.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ generate "$SCRIPT_DIR/../deployments/goerli" "https://goerli.etherscan.io/addres
2323
echo
2424
echo "#### Arbitrum Goerli"
2525
echo
26-
echo "- [PNK](https://goerli.arbiscan.io/token/0x4DEeeFD054434bf6721eF39Aa18EfB3fd0D12610/token-transfers)"
26+
echo "- [PNK](https://goerli.arbiscan.io/token/0x4DEeeFD054434bf6721eF39Aa18EfB3fd0D12610)"
2727
generate "$SCRIPT_DIR/../deployments/arbitrumGoerli" "https://goerli.arbiscan.io/address/"

0 commit comments

Comments
 (0)