Deploying to gh-pages from @ ethereum-lists/chains@3d186d9637 🚀

This commit is contained in:
ligi 2023-02-04 15:40:13 +00:00
parent 1e120034bc
commit df438f214e
12 changed files with 135 additions and 5 deletions

View File

@ -1678,6 +1678,14 @@
"height": 400,
"format": "png"
}]
}, {
"name": "saakuru",
"icons": [{
"url": "ipfs://QmduEdtFobPpZWSc45MU6RKxZfTEzLux2z8ikHFhT8usqv",
"width": 1024,
"height": 1024,
"format": "png"
}]
}, {
"name": "shyft",
"icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

23
chains/eip155-247253.json Normal file
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"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -8058,6 +8058,19 @@
"rpc": ["https://rpc.tau1.artis.network"],
"faucets": [],
"infoURL": "https://artis.network"
}, {
"name": "Saakuru Testnet",
"chainId": 247253,
"shortName": "saakuru-testnet",
"networkId": 247253,
"nativeCurrency": {
"name": "OAS",
"symbol": "OAS",
"decimals": 18
},
"rpc": ["https://rpc-testnet.saakuru.network"],
"faucets": [],
"infoURL": "https://saakuru.network"
}, {
"name": "CMP-Mainnet",
"chainId": 256256,
@ -8617,6 +8630,19 @@
"rpc": ["https://jsonrpc-test.imversed.network", "https://ws-jsonrpc-test.imversed.network"],
"faucets": [],
"infoURL": "https://imversed.com"
}, {
"name": "Saakuru Mainnet",
"chainId": 7225878,
"shortName": "saakuru",
"networkId": 7225878,
"nativeCurrency": {
"name": "OAS",
"symbol": "OAS",
"decimals": 18
},
"rpc": ["https://rpc.saakuru.network"],
"faucets": [],
"infoURL": "https://saakuru.network"
}, {
"name": "OpenVessel",
"chainId": 7355310,

View File

@ -11962,6 +11962,26 @@
"shortName": "atstau",
"chainId": 246785,
"networkId": 246785
}, {
"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"
}]
}, {
"name": "CMP-Mainnet",
"chain": "CMP",
@ -12815,6 +12835,26 @@
"icon": "imversed",
"standard": "none"
}]
}, {
"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"
}]
}, {
"name": "OpenVessel",
"chain": "VSL",

8
icons/saakuru.json Normal file
View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -619,6 +619,7 @@
"hym": "eip155:234666",
"ats": "eip155:246529",
"atstau": "eip155:246785",
"saakuru-testnet": "eip155:247253",
"cmp-mainnet": "eip155:256256",
"gz-testnet": "eip155:266256",
"SoChain": "eip155:281121",
@ -662,6 +663,7 @@
"filecoin-butterfly": "eip155:3141592",
"imversed": "eip155:5555555",
"imversed-testnet": "eip155:5555558",
"saakuru": "eip155:7225878",
"vsl": "eip155:7355310",
"tqom": "eip155:7668378",
"music": "eip155:7762959",