Skip to content

Commit 8ea89fd

Browse files
authored
feat: list 534352 chain (#467)
1 parent 70ab1fa commit 8ea89fd

File tree

5 files changed

+136
-0
lines changed

5 files changed

+136
-0
lines changed

networks/534352/assets.json

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
{
2+
"tokens": [
3+
{
4+
"address":"0xd29687c813D741E2F938F4aC377128810E217b1b",
5+
"name": "Scroll",
6+
"symbol": "SCR",
7+
"decimals": 18,
8+
"precision": 6,
9+
"logoURI": "https://assets.coingecko.com/coins/images/50571/standard/scroll.jpg",
10+
"extensions":
11+
{
12+
"allow_locking": false,
13+
"coingecko_api_id": "scroll"
14+
}
15+
},
16+
{
17+
"address": "0xf55BEC9cafDbE8730f096Aa55dad6D22d44099Df",
18+
"name": "USD Tether",
19+
"symbol": "USDT",
20+
"decimals": 6,
21+
"precision": 4,
22+
"logoURI": "https://cryptologos.cc/logos/tether-usdt-logo.png",
23+
"extensions":
24+
{
25+
"allow_locking": true,
26+
"coingecko_api_id": "tether"
27+
}
28+
},
29+
{
30+
"address": "0x06eFdBFf2a14a7c8E15944D1F4A48F9F95F663A4",
31+
"name": "USD Coin",
32+
"symbol": "USDC",
33+
"alias": "USD",
34+
"decimals": 6,
35+
"precision": 4,
36+
"logoURI": "https://assets.coingecko.com/coins/images/6319/large/usdc.png?1696506694",
37+
"extensions":
38+
{
39+
"allow_locking": true,
40+
"coingecko_api_id": "usd-coin"
41+
}
42+
},
43+
{
44+
"address": "0x3C1BCa5a656e69edCD0D4E36BEbb3FcDAcA60Cf1",
45+
"name": "Wrapped Bitcoin",
46+
"symbol": "WBTC",
47+
"decimals": 8,
48+
"precision": 6,
49+
"logoURI": "https://s2.coinmarketcap.com/static/img/coins/64x64/3717.png",
50+
"extensions":
51+
{
52+
"allow_locking": true,
53+
"coingecko_api_id": "wrapped-bitcoin"
54+
}
55+
},
56+
{
57+
"address": "0x0000000000000000000000000000000000000000",
58+
"name": "Ether",
59+
"symbol": "ETH",
60+
"decimals": 18,
61+
"precision": 6,
62+
"logoURI": "https://assets.coingecko.com/coins/images/279/standard/ethereum.png?1696501628",
63+
"extensions":
64+
{
65+
"allow_locking": true,
66+
"coingecko_api_id": "ethereum"
67+
}
68+
},
69+
{
70+
"address": "0x5300000000000000000000000000000000000004",
71+
"name": "Wrapped Ether",
72+
"symbol": "WETH",
73+
"decimals": 18,
74+
"precision": 6,
75+
"logoURI": "https://assets.coingecko.com/coins/images/279/standard/ethereum.png?1696501628",
76+
"extensions":
77+
{
78+
"allow_locking": true,
79+
"coingecko_api_id": "weth"
80+
}
81+
},
82+
{
83+
"address": "0xf610A9dfB7C89644979b4A0f27063E9e7d7Cda32",
84+
"name": "Wrapped Liquid Staked Ether 2.0",
85+
"symbol": "wstETH",
86+
"decimals": 18,
87+
"precision": 6,
88+
"logoURI": "https://assets.coingecko.com/coins/images/18834/standard/wstETH.png",
89+
"extensions":
90+
{
91+
"allow_locking": true,
92+
"coingecko_api_id": "ethereum",
93+
"locking_multiplier": 1.5
94+
}
95+
},
96+
{
97+
"address": "0x53878B874283351D26d206FA512aEcE1Bef6C0dD",
98+
"name": "TokenRocket Pool ETH",
99+
"symbol": "rETH",
100+
"decimals": 18,
101+
"precision": 6,
102+
"logoURI": "https://assets.coingecko.com/coins/images/20764/standard/reth.png",
103+
"extensions":
104+
{
105+
"allow_locking": true,
106+
"coingecko_api_id": "ethereum",
107+
"locking_multiplier": 1.5
108+
}
109+
},
110+
{
111+
"address": "0xcA77eB3fEFe3725Dc33bccB54eDEFc3D9f764f97",
112+
"name": "Dai Stablecoin",
113+
"symbol": "DAI",
114+
"decimals": 18,
115+
"precision": 6,
116+
"logoURI": "https://lineascan.build/token/images/daistablecoin_32.png",
117+
"extensions":
118+
{
119+
"allow_locking": true,
120+
"coingecko_api_id": "dai"
121+
}
122+
}
123+
]
124+
}

networks/534352/mapping.json

Whitespace-only changes.

networks/534352/markets.json

Whitespace-only changes.

networks/534352/peers.json

Whitespace-only changes.

networks/534352/wallet.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"paymaster": [],
3+
"litevault": "0xb5F3a9dD92270f55e55B7Ac7247639953538A261",
4+
"transactions": {
5+
"withdrawal": "native",
6+
"swap": "native",
7+
"lock": "sp_green_leech",
8+
"unlock": "native",
9+
"daily_claim": "native",
10+
"base": "native"
11+
}
12+
}

0 commit comments

Comments
 (0)