Deploying to gh-pages from @ ethereum-lists/chains@922ac809b1 🚀

This commit is contained in:
ligi 2023-01-21 16:39:16 +00:00
parent 873ff8043b
commit 0565016ad2
9 changed files with 76 additions and 3 deletions

View File

@ -1318,6 +1318,14 @@
"height": 512, "height": 512,
"format": "png" "format": "png"
}] }]
}, {
"name": "bton",
"icons": [{
"url": "ipfs://bafkreig3hoedafisrgc6iffdo2jcblm6kov35h72gcblc3zkmt7t4ucwhy",
"width": 800,
"height": 800,
"format": "png"
}]
}, { }, {
"name": "pando", "name": "pando",
"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-8272.json Normal file
View 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

View File

@ -5419,6 +5419,19 @@
"rpc": ["https://public-node-api.klaytnapi.com/v1/cypress"], "rpc": ["https://public-node-api.klaytnapi.com/v1/cypress"],
"faucets": [], "faucets": [],
"infoURL": "https://www.klaytn.com/" "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", "name": "KorthoTest",
"chainId": 8285, "chainId": 8285,

View File

@ -7897,6 +7897,26 @@
"url": "https://scope.klaytn.com", "url": "https://scope.klaytn.com",
"standard": "none" "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", "name": "KorthoTest",
"chain": "Kortho", "chain": "Kortho",

8
icons/bton.json Normal file
View File

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

View File

@ -416,6 +416,7 @@
"meertest": "eip155:8131", "meertest": "eip155:8131",
"tBOC": "eip155:8181", "tBOC": "eip155:8181",
"Cypress": "eip155:8217", "Cypress": "eip155:8217",
"BTON": "eip155:8272",
"Kortho": "eip155:8285", "Kortho": "eip155:8285",
"toki": "eip155:8654", "toki": "eip155:8654",
"toki-testnet": "eip155:8655", "toki-testnet": "eip155:8655",