mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add new network (#1801)
* Add new network *New network adding Oasys, *http://oasys.games * Update _data/chains/eip155-248.json Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
8e43bd12ce
commit
448d4ff867
23
_data/chains/eip155-248.json
Normal file
23
_data/chains/eip155-248.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "Oasys Mainnet",
|
||||||
|
"chain": "Oasys",
|
||||||
|
"icon": "oasys",
|
||||||
|
"rpc": ["https://rpc-mainnet.oasys.games"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "OAS",
|
||||||
|
"symbol": "OAS",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://oasys.games",
|
||||||
|
"shortName": "OAS",
|
||||||
|
"chainId": 248,
|
||||||
|
"networkId": 248,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "blockscout",
|
||||||
|
"url": "https://explorer.oasys.games",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
8
_data/icons/oasys.json
Normal file
8
_data/icons/oasys.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmT84suD2ZmTSraJBfeHhTNst2vXctQijNCztok9XiVcUR",
|
||||||
|
"width": 3600,
|
||||||
|
"height": 3600,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user