Skip to content

Commit 5a2b900

Browse files
committed
Add zrc20 token addresses
1 parent e0456a5 commit 5a2b900

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed
Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
export const HELLO_UNIVERSAL_CONTRACT_ADDRESS =
22
'0x61a184EB30D29eD0395d1ADF38CC7d2F966c4A82';
33

4-
export const NFT_CONTRACT_ADDRESSES = {
5-
ZETACHAIN: '0x489DCFC14933F34e79d0091Cbca0F3daa205dE30',
6-
SEPOLIA: '0x050dB79e5474FFEd4fFb4D69589bb71B3FB8EE20',
7-
BASE_SEPOLIA: '0x85e44D726f0c47401f7fCFBDa8B591c079Eea5B1',
8-
}
4+
export const NFT_CONTRACT_ADDRESSES = {
5+
ZETACHAIN: '0x489DCFC14933F34e79d0091Cbca0F3daa205dE30',
6+
SEPOLIA: '0x050dB79e5474FFEd4fFb4D69589bb71B3FB8EE20',
7+
BASE_SEPOLIA: '0x85e44D726f0c47401f7fCFBDa8B591c079Eea5B1',
8+
}
9+
10+
export const ZRC20_TOKEN_ADDRESSES = {
11+
ZETACHAIN: '0x0000000000000000000000000000000000000000',
12+
SEPOLIA: '0x05BA149A7bd6dC1F937fA9046A9e05C05f3b18b0',
13+
BASE_SEPOLIA: '0x236b0DE675cC8F46AE186897fCCeFe3370C9eDeD',
14+
}

0 commit comments

Comments
 (0)