mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Create eip155-7225878.json saakuru mainnet spec * Create eip155-247253.json Saakuru Testnet spec * Update eip155-7225878.json * update saakuru testnet explorer * update saakuru mainnet explorer * added saakuru icon * Update _data/chains/eip155-247253.json * Update _data/chains/eip155-7225878.json * prettier * changed saakuru (mainnet/testnet) short name --------- Co-authored-by: ligi <ligi@ligi.de>
24 lines
477 B
JSON
24 lines
477 B
JSON
{
|
|
"name": "Saakuru Mainnet",
|
|
"chain": "Saakuru",
|
|
"icon": "saakuru",
|
|
"rpc": ["https://rpc.saakuru.network"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "OAS",
|
|
"symbol": "OAS",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://saakuru.network",
|
|
"shortName": "saakuru",
|
|
"chainId": 7225878,
|
|
"networkId": 7225878,
|
|
"explorers": [
|
|
{
|
|
"name": "saakuru-explorer",
|
|
"url": "https://explorer.saakuru.network",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|