mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
1dd6daca6c
* Add new network *New network adding Oasys, *http://oasys.games * Update _data/chains/eip155-248.json * Update eip155-248.json Co-authored-by: ligi <ligi@ligi.de>
24 lines
449 B
JSON
24 lines
449 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|