Skip to content

Commit b96bd82

Browse files
committed
Update addresses v1.0.20251023022903
1 parent b342b48 commit b96bd82

File tree

3 files changed

+73
-4
lines changed

3 files changed

+73
-4
lines changed

data/addresses.json

Lines changed: 70 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,13 @@
276276
"contracts": [
277277
{
278278
"active": true,
279-
"address": "0xba51550593ba92ff43376d0a6cc26a5ca226f9bd",
279+
"address": "0xa20f744ba6a3d8d17f6583fa2f774887c4079700",
280+
"contractType": "gateway",
281+
"chainId": 103
282+
},
283+
{
284+
"active": true,
285+
"address": "0xa20f744ba6a3d8d17f6583fa2f774887c4079700",
280286
"contractType": "gateway",
281287
"chainId": 103
282288
}
@@ -302,6 +308,42 @@
302308
}
303309
]
304310
},
311+
"105": {
312+
"chainInfo": {
313+
"active": true,
314+
"chainId": 105,
315+
"gasZRC20": "0xEb646191FcCb5Bfc1e7A121D3847590aAc840a53",
316+
"registry": "0x"
317+
},
318+
"contracts": [
319+
{
320+
"active": true,
321+
"address": "0x4512329d7340ec23e61f130ebb4d0169ba37e189",
322+
"contractType": "gateway",
323+
"chainId": 105
324+
}
325+
],
326+
"zrc20Tokens": [
327+
{
328+
"active": true,
329+
"address": "0xEb646191FcCb5Bfc1e7A121D3847590aAc840a53",
330+
"symbol": "SUI.SUI",
331+
"originChainId": 105,
332+
"originAddress": "0x0000000000000000000000000000000000000000",
333+
"coinType": "gas",
334+
"decimals": 9
335+
},
336+
{
337+
"active": true,
338+
"address": "0xe134d947644F90486C8106Ee528b1CD3e54A385e",
339+
"symbol": "USDC.SUI",
340+
"originChainId": 105,
341+
"originAddress": "0x65326639303065373a3a757364633a3a55534443",
342+
"coinType": "erc20",
343+
"decimals": 6
344+
}
345+
]
346+
},
305347
"137": {
306348
"chainInfo": {
307349
"active": true,
@@ -1110,6 +1152,33 @@
11101152
}
11111153
]
11121154
},
1155+
"2015140": {
1156+
"chainInfo": {
1157+
"active": true,
1158+
"chainId": 2015140,
1159+
"gasZRC20": "0xD45F47412073b75B7c70728aD9A45Dee0ee01bac",
1160+
"registry": "0x"
1161+
},
1162+
"contracts": [
1163+
{
1164+
"active": true,
1165+
"address": "0xa4fead0c289cc13bd94880419cabf19688647987",
1166+
"contractType": "gateway",
1167+
"chainId": 2015140
1168+
}
1169+
],
1170+
"zrc20Tokens": [
1171+
{
1172+
"active": true,
1173+
"address": "0xD45F47412073b75B7c70728aD9A45Dee0ee01bac",
1174+
"symbol": "TON.TON",
1175+
"originChainId": 2015140,
1176+
"originAddress": "0x0000000000000000000000000000000000000000",
1177+
"coinType": "gas",
1178+
"decimals": 9
1179+
}
1180+
]
1181+
},
11131182
"2015141": {
11141183
"chainInfo": {
11151184
"active": true,

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zetachain/contract-addresses",
33
"private": false,
4-
"version": "1.0.20250924022714",
4+
"version": "1.0.20251023022903",
55
"description": "ZetaChain contracts registry",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)