From 922ac809b15c36786aefcd16b909faf13c1c1bce Mon Sep 17 00:00:00 2001 From: BLOCKTON <123051673+blocktoncoin@users.noreply.github.com> Date: Sat, 21 Jan 2023 22:04:48 +0530 Subject: [PATCH] please add blockton blockchain to chainlist (#2170) * Create eip155-8272.json * Create bton.json * Update _data/chains/eip155-8272.json Co-authored-by: ligi --- _data/chains/eip155-8272.json | 23 +++++++++++++++++++++++ _data/icons/bton.json | 8 ++++++++ 2 files changed, 31 insertions(+) create mode 100644 _data/chains/eip155-8272.json create mode 100644 _data/icons/bton.json diff --git a/_data/chains/eip155-8272.json b/_data/chains/eip155-8272.json new file mode 100644 index 00000000..f8f38e6b --- /dev/null +++ b/_data/chains/eip155-8272.json @@ -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" + } + ] +} diff --git a/_data/icons/bton.json b/_data/icons/bton.json new file mode 100644 index 00000000..3f5f3035 --- /dev/null +++ b/_data/icons/bton.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreig3hoedafisrgc6iffdo2jcblm6kov35h72gcblc3zkmt7t4ucwhy", + "width": 800, + "height": 800, + "format": "png" + } +]