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:
fromreto 2022-11-02 04:13:12 +09:00 committed by GitHub
parent 8e43bd12ce
commit 448d4ff867
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": "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
View File

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