add OEBlock chain (#2637)

* add OEBlock chain

* add icon OEBlock

* update info and icon

* fix width and heigh icon
This commit is contained in:
OEBlock 2023-04-15 02:11:12 +08:00 committed by GitHub
parent 40df7f9810
commit c663380742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 0 deletions

View File

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

8
_data/icons/oescan.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmdoQUfYqtkWMfjtoPv2KWDY4MxDDSsyWgwXtCx6jfkezz",
"width": 155,
"height": 177,
"format": "png"
}
]