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" + } +]