Skip to content

Commit

Permalink
add saga (ethereum-lists#6560)
Browse files Browse the repository at this point in the history
* add saga

* fix format

---------

Co-authored-by: abs3ntdev <[email protected]>
  • Loading branch information
abs3ntdev and abs3ntdev authored Jan 7, 2025
1 parent a10ed5a commit 13e94b2
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
32 changes: 32 additions & 0 deletions _data/chains/eip155-5464.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "Saga",
"chain": "SAGA",
"rpc": ["http://sagaevm-5464-1.jsonrpc.sagarpc.io"],
"faucets": [],
"nativeCurrency": {
"name": "gas",
"symbol": "GAS",
"decimals": 18
},
"features": [
{
"name": "EIP155"
},
{
"name": "EIP1559"
}
],
"infoURL": "https://www.saga.xyz",
"shortName": "saga",
"chainId": 5464,
"networkId": 5464,
"icon": "saga",
"explorers": [
{
"name": "blockscout",
"url": "https://sagaevm-5464-1.sagaexplorer.io",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/saga.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreieuaf4anwbg4s6ptuxszdn5e6q4eodbae2dmyglb4v2o7xbbxepte",
"width": 512,
"height": 512,
"format": "png"
}
]

0 comments on commit 13e94b2

Please sign in to comment.