From b80dbcc5535c6186c206cc140d44d1fc033c53c6 Mon Sep 17 00:00:00 2001 From: ZebroTech <32578764+ZebroTech@users.noreply.github.com> Date: Sun, 20 Oct 2024 00:10:05 +0530 Subject: [PATCH] Add Zebro Smart Chain (ZSC) (#6031) * Add files via upload * Add files via upload * Delete _data/chains/eip155-786786.json * Add files via upload * Delete _data/icons/zebrocoin.json * Add files via upload --------- Co-authored-by: ligi --- _data/chains/eip155-786786.json | 28 ++++++++++++++++++++++++++++ _data/icons/zebrocoin.json | 8 ++++++++ 2 files changed, 36 insertions(+) create mode 100644 _data/chains/eip155-786786.json create mode 100644 _data/icons/zebrocoin.json diff --git a/_data/chains/eip155-786786.json b/_data/chains/eip155-786786.json new file mode 100644 index 000000000000..78419ef1d4e4 --- /dev/null +++ b/_data/chains/eip155-786786.json @@ -0,0 +1,28 @@ +{ + "name": "Zebro Smart Chain", + "chain": "ZEBRO", + "rpc": ["https://rpc.zebrocoin.app", "https://rpc1.zebrocoin.app"], + "faucets": [], + "nativeCurrency": { + "name": "Zebrocoin", + "symbol": "ZEBRO", + "decimals": 18 + }, + "infoURL": "https://zebrocoin.app", + "shortName": "zebro", + "chainId": 786786, + "networkId": 786786, + "icon": "zebrocoin", + "explorers": [ + { + "name": "Zebrocoin Explorer", + "url": "https://explorer.zebrocoin.app", + "standard": "EIP3091" + }, + { + "name": "Zebrocoin Explorer1", + "url": "https://explorer1.zebrocoin.app", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/zebrocoin.json b/_data/icons/zebrocoin.json new file mode 100644 index 000000000000..4dbb03275e95 --- /dev/null +++ b/_data/icons/zebrocoin.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreig42tcn5hfgtzszmwvmodsxvtu5frfkgreb23dndle2mywns3xxse", + "width": 64, + "height": 64, + "format": "png" + } +]