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@3a00c70e11 🚀
This commit is contained in:
parent
8e193a2c36
commit
b1c62cc9a8
|
@ -420,6 +420,14 @@
|
||||||
"height": 3600,
|
"height": 3600,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "onus",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://bafkreiec34ik3glrm5jrzafdytvu4kxdsrxhqmagbe27fytdcuzkhoooay",
|
||||||
|
"width": 512,
|
||||||
|
"height": 512,
|
||||||
|
"format": "png"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "popcateum",
|
"name": "popcateum",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
24
chains/eip155-1945.json
Normal file
24
chains/eip155-1945.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": "ONUS Chain Testnet",
|
||||||
|
"title": "ONUS Chain Testnet",
|
||||||
|
"chain": "onus",
|
||||||
|
"rpc": ["https://rpc-testnet.onuschain.io"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "ONUS",
|
||||||
|
"symbol": "ONUS",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://onuschain.io",
|
||||||
|
"shortName": "onus-testnet",
|
||||||
|
"chainId": 1945,
|
||||||
|
"networkId": 1945,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Onus explorer testnet",
|
||||||
|
"url": "https://explorer-testnet.onuschain.io",
|
||||||
|
"icon": "onus",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
24
chains/eip155-1975.json
Normal file
24
chains/eip155-1975.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": "ONUS Chain Mainnet",
|
||||||
|
"title": "ONUS Chain Mainnet",
|
||||||
|
"chain": "onus",
|
||||||
|
"rpc": ["https://rpc.onuschain.io", "wss://ws.onuschain.io"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "ONUS",
|
||||||
|
"symbol": "ONUS",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://onuschain.io",
|
||||||
|
"shortName": "onus-mainnet",
|
||||||
|
"chainId": 1975,
|
||||||
|
"networkId": 1975,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Onus explorer mainnet",
|
||||||
|
"url": "https://explorer.onuschain.io",
|
||||||
|
"icon": "onus",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -3443,6 +3443,32 @@
|
||||||
"rpc": ["http://rpc.boyanet.org:8545", "ws://rpc.boyanet.org:8546"],
|
"rpc": ["http://rpc.boyanet.org:8545", "ws://rpc.boyanet.org:8546"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://boyanet.org"
|
"infoURL": "https://boyanet.org"
|
||||||
|
}, {
|
||||||
|
"name": "ONUS Chain Testnet",
|
||||||
|
"chainId": 1945,
|
||||||
|
"shortName": "onus-testnet",
|
||||||
|
"networkId": 1945,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "ONUS",
|
||||||
|
"symbol": "ONUS",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc-testnet.onuschain.io"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://onuschain.io"
|
||||||
|
}, {
|
||||||
|
"name": "ONUS Chain Mainnet",
|
||||||
|
"chainId": 1975,
|
||||||
|
"shortName": "onus-mainnet",
|
||||||
|
"networkId": 1975,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "ONUS",
|
||||||
|
"symbol": "ONUS",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc.onuschain.io", "wss://ws.onuschain.io"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://onuschain.io"
|
||||||
}, {
|
}, {
|
||||||
"name": "Eurus Testnet",
|
"name": "Eurus Testnet",
|
||||||
"chainId": 1984,
|
"chainId": 1984,
|
||||||
|
|
|
@ -4863,6 +4863,48 @@
|
||||||
"url": "https://explorer.boyanet.org:4001",
|
"url": "https://explorer.boyanet.org:4001",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "ONUS Chain Testnet",
|
||||||
|
"title": "ONUS Chain Testnet",
|
||||||
|
"chain": "onus",
|
||||||
|
"rpc": ["https://rpc-testnet.onuschain.io"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "ONUS",
|
||||||
|
"symbol": "ONUS",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://onuschain.io",
|
||||||
|
"shortName": "onus-testnet",
|
||||||
|
"chainId": 1945,
|
||||||
|
"networkId": 1945,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Onus explorer testnet",
|
||||||
|
"url": "https://explorer-testnet.onuschain.io",
|
||||||
|
"icon": "onus",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "ONUS Chain Mainnet",
|
||||||
|
"title": "ONUS Chain Mainnet",
|
||||||
|
"chain": "onus",
|
||||||
|
"rpc": ["https://rpc.onuschain.io", "wss://ws.onuschain.io"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "ONUS",
|
||||||
|
"symbol": "ONUS",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://onuschain.io",
|
||||||
|
"shortName": "onus-mainnet",
|
||||||
|
"chainId": 1975,
|
||||||
|
"networkId": 1975,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Onus explorer mainnet",
|
||||||
|
"url": "https://explorer.onuschain.io",
|
||||||
|
"icon": "onus",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Eurus Testnet",
|
"name": "Eurus Testnet",
|
||||||
"chain": "EUN",
|
"chain": "EUN",
|
||||||
|
|
8
icons/onus.json
Normal file
8
icons/onus.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://bafkreiec34ik3glrm5jrzafdytvu4kxdsrxhqmagbe27fytdcuzkhoooay",
|
||||||
|
"width": 512,
|
||||||
|
"height": 512,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
|
@ -264,6 +264,8 @@
|
||||||
"cubet": "eip155:1819",
|
"cubet": "eip155:1819",
|
||||||
"tsf": "eip155:1856",
|
"tsf": "eip155:1856",
|
||||||
"boya": "eip155:1898",
|
"boya": "eip155:1898",
|
||||||
|
"onus-testnet": "eip155:1945",
|
||||||
|
"onus-mainnet": "eip155:1975",
|
||||||
"euntest": "eip155:1984",
|
"euntest": "eip155:1984",
|
||||||
"egem": "eip155:1987",
|
"egem": "eip155:1987",
|
||||||
"dc": "eip155:2000",
|
"dc": "eip155:2000",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user