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:
aag-victor 2023-02-04 23:34:40 +08:00 committed by GitHub
parent 4042227aad
commit 3d186d9637
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 54 additions and 0 deletions

View 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"
}
]
}

View 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
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmduEdtFobPpZWSc45MU6RKxZfTEzLux2z8ikHFhT8usqv",
"width": 1024,
"height": 1024,
"format": "png"
}
]