From c6633807426eb424e08594ceaf0725a4905730f9 Mon Sep 17 00:00:00 2001 From: OEBlock <129591343+OEBlock@users.noreply.github.com> Date: Sat, 15 Apr 2023 02:11:12 +0800 Subject: [PATCH] add OEBlock chain (#2637) * add OEBlock chain * add icon OEBlock * update info and icon * fix width and heigh icon --- _data/chains/eip155-156.json | 23 +++++++++++++++++++++++ _data/icons/oescan.json | 8 ++++++++ 2 files changed, 31 insertions(+) create mode 100644 _data/chains/eip155-156.json create mode 100644 _data/icons/oescan.json diff --git a/_data/chains/eip155-156.json b/_data/chains/eip155-156.json new file mode 100644 index 00000000..c6943586 --- /dev/null +++ b/_data/chains/eip155-156.json @@ -0,0 +1,23 @@ +{ + "name": "OEBlock Testnet", + "chain": "OEBt", + "rpc": ["https://testnet-rpc.oeblock.com/"], + "faucets": [], + "nativeCurrency": { + "name": "OEBlock", + "symbol": "OEB", + "decimals": 18 + }, + "infoURL": "https://www.oeblock.com/", + "shortName": "obe", + "chainId": 156, + "networkId": 156, + "icon": "oescan", + "explorers": [ + { + "name": "OEScan explorer", + "url": "https://testnet.oescan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/oescan.json b/_data/icons/oescan.json new file mode 100644 index 00000000..47d8882f --- /dev/null +++ b/_data/icons/oescan.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmdoQUfYqtkWMfjtoPv2KWDY4MxDDSsyWgwXtCx6jfkezz", + "width": 155, + "height": 177, + "format": "png" + } +]