mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
added saakuru chain (#2227)
* 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>
This commit is contained in:
parent
4042227aad
commit
3d186d9637
23
_data/chains/eip155-247253.json
Normal file
23
_data/chains/eip155-247253.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Saakuru Testnet",
|
||||
"chain": "Saakuru",
|
||||
"icon": "saakuru",
|
||||
"rpc": ["https://rpc-testnet.saakuru.network"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "OAS",
|
||||
"symbol": "OAS",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://saakuru.network",
|
||||
"shortName": "saakuru-testnet",
|
||||
"chainId": 247253,
|
||||
"networkId": 247253,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "saakuru-explorer-testnet",
|
||||
"url": "https://explorer-testnet.saakuru.network",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
23
_data/chains/eip155-7225878.json
Normal file
23
_data/chains/eip155-7225878.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/saakuru.json
Normal file
8
_data/icons/saakuru.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmduEdtFobPpZWSc45MU6RKxZfTEzLux2z8ikHFhT8usqv",
|
||||
"width": 1024,
|
||||
"height": 1024,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user