mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
please add blockton blockchain to chainlist (#2170)
* Create eip155-8272.json * Create bton.json * Update _data/chains/eip155-8272.json Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
381d53a364
commit
922ac809b1
23
_data/chains/eip155-8272.json
Normal file
23
_data/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"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/bton.json
Normal file
8
_data/icons/bton.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://bafkreig3hoedafisrgc6iffdo2jcblm6kov35h72gcblc3zkmt7t4ucwhy",
|
||||
"width": 800,
|
||||
"height": 800,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user