From b8c45f4f29f3543054676c69fb0864074bdc05e9 Mon Sep 17 00:00:00 2001 From: bjeabby1507 Date: Thu, 1 May 2025 03:58:30 +0200 Subject: [PATCH 1/2] Add BOOM mainnet and testnet --- _data/chains/eip155-6377.json | 25 +++++++++++++++++++++++++ _data/chains/eip155-6378.json | 25 +++++++++++++++++++++++++ _data/icons/boom.json | 8 ++++++++ _data/icons/boomExp.json | 8 ++++++++ 4 files changed, 66 insertions(+) create mode 100644 _data/chains/eip155-6377.json create mode 100644 _data/chains/eip155-6378.json create mode 100644 _data/icons/boom.json create mode 100644 _data/icons/boomExp.json diff --git a/_data/chains/eip155-6377.json b/_data/chains/eip155-6377.json new file mode 100644 index 000000000000..3f1a3375a812 --- /dev/null +++ b/_data/chains/eip155-6377.json @@ -0,0 +1,25 @@ +{ + "name": "Boom Testnet", + "chain": "Boom Testent", + "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" + } +] From 434b3b14d25179dd134e6b8e5512b0197999fc14 Mon Sep 17 00:00:00 2001 From: bjeabby1507 Date: Thu, 1 May 2025 04:49:33 +0200 Subject: [PATCH 2/2] Fix typo in 'chain' field for testnet --- _data/chains/eip155-6377.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-6377.json b/_data/chains/eip155-6377.json index 3f1a3375a812..efbd02141749 100644 --- a/_data/chains/eip155-6377.json +++ b/_data/chains/eip155-6377.json @@ -1,6 +1,6 @@ { "name": "Boom Testnet", - "chain": "Boom Testent", + "chain": "Boom Testnet", "icon": "boom", "rpc": ["https://rpc-testnet.boomscan.io"], "faucets": [],