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@6cbe62ed90 🚀
This commit is contained in:
parent
ce6d35e61a
commit
0f3df17c2b
|
@ -638,6 +638,14 @@
|
|||
"height": 529,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "beonechain",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmbVLQnaMDu86bPyKgCvTGhFBeYwjr15hQnrCcsp1EkAGL",
|
||||
"width": 500,
|
||||
"height": 500,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "berylbit-explorer",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
28
chains/eip155-8181.json
Normal file
28
chains/eip155-8181.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "BeOne Chain Testnet",
|
||||
"chain": "BOC",
|
||||
"rpc": [
|
||||
"https://pre-boc1.beonechain.com",
|
||||
"https://pre-boc2.beonechain.com",
|
||||
"https://pre-boc3.beonechain.com"
|
||||
],
|
||||
"faucets": ["https://testnet.beonescan.com/faucet"],
|
||||
"nativeCurrency": {
|
||||
"name": "BeOne Chain Testnet",
|
||||
"symbol": "BOC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://testnet.beonescan.com",
|
||||
"shortName": "tBOC",
|
||||
"chainId": 8181,
|
||||
"networkId": 8181,
|
||||
"icon": "beonechain",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "BeOne Chain Testnet",
|
||||
"url": "https://testnet.beonescan.com",
|
||||
"icon": "beonechain",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -5341,6 +5341,19 @@
|
|||
"rpc": [],
|
||||
"faucets": [],
|
||||
"infoURL": "https://github.com/Qitmeer"
|
||||
}, {
|
||||
"name": "BeOne Chain Testnet",
|
||||
"chainId": 8181,
|
||||
"shortName": "tBOC",
|
||||
"networkId": 8181,
|
||||
"nativeCurrency": {
|
||||
"name": "BeOne Chain Testnet",
|
||||
"symbol": "BOC",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://pre-boc1.beonechain.com", "https://pre-boc2.beonechain.com", "https://pre-boc3.beonechain.com"],
|
||||
"faucets": ["https://testnet.beonescan.com/faucet"],
|
||||
"infoURL": "https://testnet.beonescan.com"
|
||||
}, {
|
||||
"name": "Klaytn Mainnet Cypress",
|
||||
"chainId": 8217,
|
||||
|
|
|
@ -7778,6 +7778,27 @@
|
|||
"url": "https://testnet.qng.meerscan.io",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "BeOne Chain Testnet",
|
||||
"chain": "BOC",
|
||||
"rpc": ["https://pre-boc1.beonechain.com", "https://pre-boc2.beonechain.com", "https://pre-boc3.beonechain.com"],
|
||||
"faucets": ["https://testnet.beonescan.com/faucet"],
|
||||
"nativeCurrency": {
|
||||
"name": "BeOne Chain Testnet",
|
||||
"symbol": "BOC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://testnet.beonescan.com",
|
||||
"shortName": "tBOC",
|
||||
"chainId": 8181,
|
||||
"networkId": 8181,
|
||||
"icon": "beonechain",
|
||||
"explorers": [{
|
||||
"name": "BeOne Chain Testnet",
|
||||
"url": "https://testnet.beonescan.com",
|
||||
"icon": "beonechain",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Klaytn Mainnet Cypress",
|
||||
"chain": "KLAY",
|
||||
|
|
8
icons/beonechain.json
Normal file
8
icons/beonechain.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmbVLQnaMDu86bPyKgCvTGhFBeYwjr15hQnrCcsp1EkAGL",
|
||||
"width": 500,
|
||||
"height": 500,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
|
@ -410,6 +410,7 @@
|
|||
"Liberty20": "eip155:8081",
|
||||
"StreamuX": "eip155:8098",
|
||||
"meertest": "eip155:8131",
|
||||
"tBOC": "eip155:8181",
|
||||
"Cypress": "eip155:8217",
|
||||
"Kortho": "eip155:8285",
|
||||
"toki": "eip155:8654",
|
||||
|
|
Loading…
Reference in New Issue
Block a user