Skip to content

Commit b69cbe5

Browse files
authored
feat: add 43114 chain (#484)
1 parent aa3bd23 commit b69cbe5

File tree

5 files changed

+135
-0
lines changed

5 files changed

+135
-0
lines changed

networks/43114/assets.json

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
{
2+
"tokens": [
3+
{
4+
"address": "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7",
5+
"name": "USD Tether",
6+
"symbol": "USDT",
7+
"decimals": 6,
8+
"precision": 4,
9+
"logoURI": "https://cryptologos.cc/logos/tether-usdt-logo.png",
10+
"extensions": {
11+
"allow_locking": true,
12+
"coingecko_api_id": "tether"
13+
}
14+
},
15+
{
16+
"address": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
17+
"name": "USD Coin",
18+
"symbol": "USDC",
19+
"alias": "USD",
20+
"decimals": 6,
21+
"precision": 4,
22+
"logoURI": "https://assets.coingecko.com/coins/images/6319/large/usdc.png?1696506694",
23+
"extensions": {
24+
"allow_locking": true,
25+
"coingecko_api_id": "usd-coin"
26+
}
27+
},
28+
{
29+
"address": "0x152b9d0FdC40C096757F570A51E494bd4b943E50",
30+
"name": "Bitcoin Avalanche Bridged",
31+
"symbol": "WBTC",
32+
"decimals": 8,
33+
"precision": 6,
34+
"logoURI": "https://s2.coinmarketcap.com/static/img/coins/64x64/3717.png",
35+
"extensions": {
36+
"allow_locking": true,
37+
"coingecko_api_id": "wrapped-bitcoin"
38+
}
39+
},
40+
{
41+
"address": "0x0000000000000000000000000000000000000000",
42+
"name": "Avax",
43+
"symbol": "AVAX",
44+
"decimals": 18,
45+
"precision": 6,
46+
"logoURI": "https://assets.coingecko.com/coins/images/12559/standard/Avalanche_Circle_RedWhite_Trans.png",
47+
"extensions": {
48+
"allow_locking": true,
49+
"coingecko_api_id": "avalanche"
50+
}
51+
},
52+
{
53+
"address": "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7",
54+
"name": "Wrapped AVAX",
55+
"symbol": "WAVAX",
56+
"decimals": 18,
57+
"precision": 6,
58+
"logoURI": "https://assets.coingecko.com/coins/images/279/standard/ethereum.png?1696501628",
59+
"extensions": {
60+
"allow_locking": true,
61+
"coingecko_api_id": "avalanche"
62+
}
63+
},
64+
{
65+
"address": "0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB",
66+
"name": "The Avalanche Bridge Wrapped Wrapped Ether",
67+
"symbol": "WETH",
68+
"decimals": 18,
69+
"precision": 6,
70+
"logoURI": "https://assets.coingecko.com/coins/images/279/standard/ethereum.png?1696501628",
71+
"extensions": {
72+
"allow_locking": true,
73+
"coingecko_api_id": "weth"
74+
}
75+
},
76+
{
77+
"address": "0xd586E7F844cEa2F87f50152665BCbc2C279D8d70",
78+
"name": "Dai Stablecoin",
79+
"symbol": "DAI",
80+
"decimals": 18,
81+
"precision": 6,
82+
"logoURI": "https://lineascan.build/token/images/daistablecoin_32.png",
83+
"extensions": {
84+
"allow_locking": true,
85+
"coingecko_api_id": "dai"
86+
}
87+
}
88+
]
89+
}

networks/43114/mapping.json

Whitespace-only changes.

networks/43114/markets.json

Whitespace-only changes.

networks/43114/peers.json

Whitespace-only changes.

networks/43114/wallet.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"erc20Paymasters": {},
3+
"liteVaultAddress": "0xb5F3a9dD92270f55e55B7Ac7247639953538A261",
4+
"callTypes": {
5+
"approve": {
6+
"allowedFeeTypes": [
7+
"native"
8+
]
9+
},
10+
"withdrawal": {
11+
"allowedFeeTypes": [
12+
"native"
13+
]
14+
},
15+
"swap": {
16+
"allowedFeeTypes": [
17+
"native"
18+
]
19+
},
20+
"lock": {
21+
"allowedFeeTypes": [
22+
"native",
23+
"sponsored"
24+
]
25+
},
26+
"unlock": {
27+
"allowedFeeTypes": [
28+
"native"
29+
]
30+
},
31+
"daily_claim": {
32+
"allowedFeeTypes": [
33+
"native"
34+
]
35+
},
36+
"other": {
37+
"allowedFeeTypes": [
38+
"native"
39+
]
40+
}
41+
},
42+
"trustedAddresses": [
43+
"0x1c4f55FbB4c6d3Fb4Fbc0f933c6478c9564994c9",
44+
"0x852b6eF2fBF26f25d1096CDd24bD6f5F9D62B301"
45+
]
46+
}

0 commit comments

Comments
 (0)