mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add OEBlock chain (#2637)
* add OEBlock chain * add icon OEBlock * update info and icon * fix width and heigh icon
This commit is contained in:
parent
40df7f9810
commit
c663380742
23
_data/chains/eip155-156.json
Normal file
23
_data/chains/eip155-156.json
Normal 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
8
_data/icons/oescan.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmdoQUfYqtkWMfjtoPv2KWDY4MxDDSsyWgwXtCx6jfkezz",
|
||||
"width": 155,
|
||||
"height": 177,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user