From 52533deb348897035077ff853b4dc9203c73a0f8 Mon Sep 17 00:00:00 2001 From: Combo <128206188+combo-labs@users.noreply.github.com> Date: Tue, 26 Dec 2023 22:52:11 +0800 Subject: [PATCH] Add combo network to Chianlist (#3923) * Add combo network to Chianlist * Update eip155-91715.json fix shortname * Update eip155-9980.json fix combo mainnet * Update eip155-91715.json add icon * Update eip155-9980.json add icon * Delete _data/chains/eip155-91715.json delete combo test * Delete _data/iconsDownload/QmRR4v6h6z21BpgS9xY3ExLB4Gkmm3i3dJWQx27oTGifq8 delete combo * Update eip155-9980.json * Update combo.json add newline --------- Co-authored-by: combo Co-authored-by: ligi --- _data/chains/eip155-9980.json | 23 +++++++++++++++++++++++ _data/icons/combo.json | 8 ++++++++ 2 files changed, 31 insertions(+) create mode 100644 _data/chains/eip155-9980.json create mode 100644 _data/icons/combo.json diff --git a/_data/chains/eip155-9980.json b/_data/chains/eip155-9980.json new file mode 100644 index 000000000000..5b7a2195c769 --- /dev/null +++ b/_data/chains/eip155-9980.json @@ -0,0 +1,23 @@ +{ + "name": "Combo Mainnet", + "chain": "Combo", + "icon": "combo", + "rpc": ["https://rpc.combonetwork.io"], + "faucets": [], + "nativeCurrency": { + "name": "BNB Chain Native Token", + "symbol": "BNB", + "decimals": 18 + }, + "infoURL": "https://combonetwork.io", + "shortName": "combo-mainnet", + "chainId": 9980, + "networkId": 9980, + "explorers": [ + { + "name": "combotrace explorer", + "url": "https://combotrace.nodereal.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/combo.json b/_data/icons/combo.json new file mode 100644 index 000000000000..a043adb29fe3 --- /dev/null +++ b/_data/icons/combo.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmRR4v6h6z21BpgS9xY3ExLB4Gkmm3i3dJWQx27oTGifq8", + "width": 800, + "height": 693, + "format": "png" + } +]