mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add OctaSpace network (#1913)
* Add OctaSpace network * Fix icon name * Prettify eip155-800001.json Co-authored-by: x9q <x9q@x9q.com>
This commit is contained in:
parent
230dc83066
commit
406e3ffad6
24
_data/chains/eip155-800001.json
Normal file
24
_data/chains/eip155-800001.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "OctaSpace",
|
||||
"chain": "OCTA",
|
||||
"rpc": ["https://rpc.octa.space", "wss://rpc.octa.space"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "OctaSpace",
|
||||
"symbol": "OCTA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://octa.space",
|
||||
"shortName": "octa",
|
||||
"chainId": 800001,
|
||||
"networkId": 800001,
|
||||
"icon": "octaspace",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "blockscout",
|
||||
"url": "https://explorer.octa.space",
|
||||
"icon": "blockscout",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/octaspace.json
Normal file
8
_data/icons/octaspace.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmVhezQHkqSZ5Tvtsw18giA1yBjV1URSsBQ7HenUh6p6oC",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user