From f157832ba12015a0af14d68695b2d88f9ebccb7e Mon Sep 17 00:00:00 2001 From: babybunn Date: Mon, 10 Nov 2025 17:51:55 +0700 Subject: [PATCH] Add Arc blockchain support with contract address --- docs/develop/supported-blockchains/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/develop/supported-blockchains/index.md b/docs/develop/supported-blockchains/index.md index 13b02d3..9157eef 100644 --- a/docs/develop/supported-blockchains/index.md +++ b/docs/develop/supported-blockchains/index.md @@ -14,6 +14,7 @@ Currently, our `StdReferenceProxy` smart contracts are available on the followin | Blockchain | `StdReferenceProxy` Contract Address | | ------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------: | +| Arc | [0x8c064bCf7C0DA3B3b090BAbFE8f3323534D84d68](https://testnet.arcscan.app/address/0x8c064bCf7C0DA3B3b090BAbFE8f3323534D84d68) | | Astar (Shibuya) | [0x2Bf9a731f9A56C59DeB4DF1369286A3E69F5b418](https://blockscout.com/shibuya/address/0x2Bf9a731f9A56C59DeB4DF1369286A3E69F5b418) | | Bitgert | [0x8c064bCf7C0DA3B3b090BAbFE8f3323534D84d68](https://testnet-explorer.brisescan.com/address/0x8c064bCf7C0DA3B3b090BAbFE8f3323534D84d68) | | BitTorrent Chain | [0x8c064bCf7C0DA3B3b090BAbFE8f3323534D84d68](https://testnet.bttcscan.com/address/0x8c064bCf7C0DA3B3b090BAbFE8f3323534D84d68) |