mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@3d186d9637 🚀
This commit is contained in:
parent
1e120034bc
commit
df438f214e
|
@ -1678,6 +1678,14 @@
|
||||||
"height": 400,
|
"height": 400,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "saakuru",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://QmduEdtFobPpZWSc45MU6RKxZfTEzLux2z8ikHFhT8usqv",
|
||||||
|
"width": 1024,
|
||||||
|
"height": 1024,
|
||||||
|
"format": "png"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "shyft",
|
"name": "shyft",
|
||||||
"icons": [{
|
"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
23
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
chains/eip155-7225878.json
Normal file
23
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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -8058,6 +8058,19 @@
|
||||||
"rpc": ["https://rpc.tau1.artis.network"],
|
"rpc": ["https://rpc.tau1.artis.network"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://artis.network"
|
"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",
|
"name": "CMP-Mainnet",
|
||||||
"chainId": 256256,
|
"chainId": 256256,
|
||||||
|
@ -8617,6 +8630,19 @@
|
||||||
"rpc": ["https://jsonrpc-test.imversed.network", "https://ws-jsonrpc-test.imversed.network"],
|
"rpc": ["https://jsonrpc-test.imversed.network", "https://ws-jsonrpc-test.imversed.network"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://imversed.com"
|
"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",
|
"name": "OpenVessel",
|
||||||
"chainId": 7355310,
|
"chainId": 7355310,
|
||||||
|
|
|
@ -11962,6 +11962,26 @@
|
||||||
"shortName": "atstau",
|
"shortName": "atstau",
|
||||||
"chainId": 246785,
|
"chainId": 246785,
|
||||||
"networkId": 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",
|
"name": "CMP-Mainnet",
|
||||||
"chain": "CMP",
|
"chain": "CMP",
|
||||||
|
@ -12815,6 +12835,26 @@
|
||||||
"icon": "imversed",
|
"icon": "imversed",
|
||||||
"standard": "none"
|
"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",
|
"name": "OpenVessel",
|
||||||
"chain": "VSL",
|
"chain": "VSL",
|
||||||
|
|
8
icons/saakuru.json
Normal file
8
icons/saakuru.json
Normal 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
|
@ -619,6 +619,7 @@
|
||||||
"hym": "eip155:234666",
|
"hym": "eip155:234666",
|
||||||
"ats": "eip155:246529",
|
"ats": "eip155:246529",
|
||||||
"atstau": "eip155:246785",
|
"atstau": "eip155:246785",
|
||||||
|
"saakuru-testnet": "eip155:247253",
|
||||||
"cmp-mainnet": "eip155:256256",
|
"cmp-mainnet": "eip155:256256",
|
||||||
"gz-testnet": "eip155:266256",
|
"gz-testnet": "eip155:266256",
|
||||||
"SoChain": "eip155:281121",
|
"SoChain": "eip155:281121",
|
||||||
|
@ -662,6 +663,7 @@
|
||||||
"filecoin-butterfly": "eip155:3141592",
|
"filecoin-butterfly": "eip155:3141592",
|
||||||
"imversed": "eip155:5555555",
|
"imversed": "eip155:5555555",
|
||||||
"imversed-testnet": "eip155:5555558",
|
"imversed-testnet": "eip155:5555558",
|
||||||
|
"saakuru": "eip155:7225878",
|
||||||
"vsl": "eip155:7355310",
|
"vsl": "eip155:7355310",
|
||||||
"tqom": "eip155:7668378",
|
"tqom": "eip155:7668378",
|
||||||
"music": "eip155:7762959",
|
"music": "eip155:7762959",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user