Skip to content

Commit 5cf7f0e

Browse files
authored
Add Sidra Chain configuration and icon files (#6582)
- Created eip155-97453.json for Sidra Chain with details including RPC, native currency, and explorer information. - Added sidrachain.json for the chain's icon with its IPFS URL and dimensions. - Included the actual icon file in the iconsDownload directory. - All test passed with ./gradlew run - Formatted with npx prettier --write _data/*/*.json
1 parent fa90d06 commit 5cf7f0e

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

_data/chains/eip155-97453.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "Sidra Chain",
3+
"chain": "SIDRA",
4+
"icon": "sidrachain",
5+
"rpc": ["https://node.sidrachain.com"],
6+
"features": [{ "name": "EIP155" }],
7+
"faucets": [],
8+
"nativeCurrency": {
9+
"name": "Sidra Digital Asset",
10+
"symbol": "SDA",
11+
"decimals": 18
12+
},
13+
"infoURL": "https://www.sidrachain.com",
14+
"shortName": "sidra",
15+
"chainId": 97453,
16+
"networkId": 97453,
17+
"explorers": [
18+
{
19+
"name": "Sidra Chain Explorer",
20+
"url": "https://ledger.sidrachain.com",
21+
"icon": "sidrachain",
22+
"standard": "EIP3091"
23+
}
24+
]
25+
}

_data/icons/sidrachain.json

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

0 commit comments

Comments
 (0)