diff --git a/_data/chains/eip155-6377.json b/_data/chains/eip155-6377.json new file mode 100644 index 000000000000..efbd02141749 --- /dev/null +++ b/_data/chains/eip155-6377.json @@ -0,0 +1,25 @@ +{ + "name": "Boom Testnet", + "chain": "Boom Testnet", + "icon": "boom", + "rpc": ["https://rpc-testnet.boomscan.io"], + "faucets": [], + "nativeCurrency": { + "name": "Boomcoin", + "symbol": "BMC", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }], + "infoURL": "https://boom.market/", + "shortName": "boom-testnet", + "chainId": 6377, + "networkId": 6377, + "explorers": [ + { + "name": "Boom Testnet Explorer", + "url": "https://staging.ajo.boomscan.io", + "icon": "boomExp", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-6378.json b/_data/chains/eip155-6378.json new file mode 100644 index 000000000000..f09c716e34ae --- /dev/null +++ b/_data/chains/eip155-6378.json @@ -0,0 +1,25 @@ +{ + "name": "Boom Mainnet", + "chain": "Boom Mainnet", + "icon": "boom", + "rpc": ["https://rpc.boomscan.io"], + "faucets": [], + "nativeCurrency": { + "name": "Boomcoin", + "symbol": "BMC", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }], + "infoURL": "https://boom.market/", + "shortName": "boom", + "chainId": 6378, + "networkId": 6378, + "explorers": [ + { + "name": "Boom Mainnet Explorer", + "url": "https://boomscan.io", + "icon": "boomExp", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/boom.json b/_data/icons/boom.json new file mode 100644 index 000000000000..cbf7929069af --- /dev/null +++ b/_data/icons/boom.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://ipfs://bafybeifxdbsysavgzxt5s7hvfw5igbvo335j2a6svdwuobjtr3xoqymzm4", + "width": 464, + "height": 682, + "format": "svg" + } +] diff --git a/_data/icons/boomExp.json b/_data/icons/boomExp.json new file mode 100644 index 000000000000..d66b0228891f --- /dev/null +++ b/_data/icons/boomExp.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafybeig3sdpxhw36shchaessvxfcz5unhcxhdigbjzx2pteundza7qplza", + "width": 825, + "height": 825, + "format": "png" + } +]