Skip to content

Commit 13e94b2

Browse files
authored
add saga (#6560)
* add saga * fix format --------- Co-authored-by: abs3ntdev <abs3ntdev@users.noreply.github.com>
1 parent a10ed5a commit 13e94b2

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

_data/chains/eip155-5464.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "Saga",
3+
"chain": "SAGA",
4+
"rpc": ["http://sagaevm-5464-1.jsonrpc.sagarpc.io"],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "gas",
8+
"symbol": "GAS",
9+
"decimals": 18
10+
},
11+
"features": [
12+
{
13+
"name": "EIP155"
14+
},
15+
{
16+
"name": "EIP1559"
17+
}
18+
],
19+
"infoURL": "https://www.saga.xyz",
20+
"shortName": "saga",
21+
"chainId": 5464,
22+
"networkId": 5464,
23+
"icon": "saga",
24+
"explorers": [
25+
{
26+
"name": "blockscout",
27+
"url": "https://sagaevm-5464-1.sagaexplorer.io",
28+
"icon": "blockscout",
29+
"standard": "EIP3091"
30+
}
31+
]
32+
}

_data/icons/saga.json

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

0 commit comments

Comments
 (0)