Skip to content

Commit db22119

Browse files
author
kingaimaster94
authored
fixed format(chainid 20441, json file) (#6717)
* add xusd one stable chain chainid: 20441 native token: XUSD ONE symbol: X1 decimals: 18 * fixed format chainid 20441 * fixed format
1 parent 01157b8 commit db22119

File tree

5 files changed

+40
-0
lines changed

5 files changed

+40
-0
lines changed

_data/chains/eip155-20441.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "XUSD ONE StableChain Mainnet",
3+
"chain": "XUSD ONE",
4+
"icon": "xusd",
5+
"rpc": ["https://xusd.live"],
6+
"faucets": [],
7+
"nativeCurrency": {
8+
"name": "XUSD ONE",
9+
"symbol": "X1",
10+
"decimals": 18
11+
},
12+
"infoURL": "https://xusd.co",
13+
"shortName": "xusd",
14+
"chainId": 20441,
15+
"networkId": 20441,
16+
"explorers": [
17+
{
18+
"name": "xusdscan",
19+
"url": "https://xusdscan.com",
20+
"icon": "xusdscan",
21+
"standard": "EIP3091"
22+
}
23+
]
24+
}

_data/icons/xusd.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://bafkreid7fdetal6wmyum5tbuhacb66gkcqkrvphcsrc3vid5xidiulycwu",
4+
"width": 400,
5+
"height": 400,
6+
"format": "jpg"
7+
}
8+
]

_data/icons/xusdscan.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://bafkreicbm3tcpxuoc7cfbdlvrkj7hml2pb7gjbaxvww2eekfuuiq6etm6a",
4+
"width": 640,
5+
"height": 640,
6+
"format": "png"
7+
}
8+
]
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)