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@922ac809b1 🚀
This commit is contained in:
parent
873ff8043b
commit
0565016ad2
|
@ -1318,6 +1318,14 @@
|
|||
"height": 512,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "bton",
|
||||
"icons": [{
|
||||
"url": "ipfs://bafkreig3hoedafisrgc6iffdo2jcblm6kov35h72gcblc3zkmt7t4ucwhy",
|
||||
"width": 800,
|
||||
"height": 800,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "pando",
|
||||
"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-8272.json
Normal file
23
chains/eip155-8272.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Blockton Blockchain",
|
||||
"chain": "Blockton Blockchain",
|
||||
"icon": "bton",
|
||||
"rpc": ["https://rpc.blocktonscan.com/"],
|
||||
"faucets": ["https://faucet.blocktonscan.com/"],
|
||||
"nativeCurrency": {
|
||||
"name": "BLOCKTON",
|
||||
"symbol": "BTON",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://blocktoncoin.com",
|
||||
"shortName": "BTON",
|
||||
"chainId": 8272,
|
||||
"networkId": 8272,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Blockton Explorer",
|
||||
"url": "https://blocktonscan.com",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -5419,6 +5419,19 @@
|
|||
"rpc": ["https://public-node-api.klaytnapi.com/v1/cypress"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.klaytn.com/"
|
||||
}, {
|
||||
"name": "Blockton Blockchain",
|
||||
"chainId": 8272,
|
||||
"shortName": "BTON",
|
||||
"networkId": 8272,
|
||||
"nativeCurrency": {
|
||||
"name": "BLOCKTON",
|
||||
"symbol": "BTON",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.blocktonscan.com/"],
|
||||
"faucets": ["https://faucet.blocktonscan.com/"],
|
||||
"infoURL": "https://blocktoncoin.com"
|
||||
}, {
|
||||
"name": "KorthoTest",
|
||||
"chainId": 8285,
|
||||
|
|
|
@ -7897,6 +7897,26 @@
|
|||
"url": "https://scope.klaytn.com",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Blockton Blockchain",
|
||||
"chain": "Blockton Blockchain",
|
||||
"icon": "bton",
|
||||
"rpc": ["https://rpc.blocktonscan.com/"],
|
||||
"faucets": ["https://faucet.blocktonscan.com/"],
|
||||
"nativeCurrency": {
|
||||
"name": "BLOCKTON",
|
||||
"symbol": "BTON",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://blocktoncoin.com",
|
||||
"shortName": "BTON",
|
||||
"chainId": 8272,
|
||||
"networkId": 8272,
|
||||
"explorers": [{
|
||||
"name": "Blockton Explorer",
|
||||
"url": "https://blocktonscan.com",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "KorthoTest",
|
||||
"chain": "Kortho",
|
||||
|
|
8
icons/bton.json
Normal file
8
icons/bton.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://bafkreig3hoedafisrgc6iffdo2jcblm6kov35h72gcblc3zkmt7t4ucwhy",
|
||||
"width": 800,
|
||||
"height": 800,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
|
@ -416,6 +416,7 @@
|
|||
"meertest": "eip155:8131",
|
||||
"tBOC": "eip155:8181",
|
||||
"Cypress": "eip155:8217",
|
||||
"BTON": "eip155:8272",
|
||||
"Kortho": "eip155:8285",
|
||||
"toki": "eip155:8654",
|
||||
"toki-testnet": "eip155:8655",
|
||||
|
|
Loading…
Reference in New Issue
Block a user