Skip to content

Commit 970ce48

Browse files
tomiirligi
andauthored
feat: Add ADI Chain (Chain ID: 36900) (#7937)
* feat: add support for adi chain * chore: prettier format --------- Co-authored-by: ligi <[email protected]>
1 parent 09338f5 commit 970ce48

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

_data/chains/eip155-36900.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "ADI Chain",
3+
"chain": "ADI",
4+
"icon": "adi",
5+
"rpc": ["https://rpc.adifoundation.ai"],
6+
"faucets": [],
7+
"nativeCurrency": {
8+
"name": "ADI",
9+
"symbol": "ADI",
10+
"decimals": 18
11+
},
12+
"infoURL": "https://adifoundation.ai",
13+
"shortName": "adi",
14+
"chainId": 36900,
15+
"networkId": 36900,
16+
"explorers": [
17+
{
18+
"name": "ADI Explorer",
19+
"url": "https://explorer.adifoundation.ai",
20+
"standard": "EIP3091"
21+
}
22+
]
23+
}

_data/icons/adi.json

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

0 commit comments

Comments
 (0)