Add ONUS Chain Mainnet & Testnet (#1875)

* add onus chain

* Update _data/icons/onus.json

* resolve prettier build

* resolve prettier build

* change ipfs CID

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
0xluong.eth 2022-11-17 11:44:06 +07:00 committed by GitHub
parent 0d5b3407c8
commit 3a00c70e11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"name": "ONUS Chain Testnet",
"title": "ONUS Chain Testnet",
"chain": "onus",
"rpc": ["https://rpc-testnet.onuschain.io"],
"faucets": [],
"nativeCurrency": {
"name": "ONUS",
"symbol": "ONUS",
"decimals": 18
},
"infoURL": "https://onuschain.io",
"shortName": "onus-testnet",
"chainId": 1945,
"networkId": 1945,
"explorers": [
{
"name": "Onus explorer testnet",
"url": "https://explorer-testnet.onuschain.io",
"icon": "onus",
"standard": "EIP3091"
}
]
}

View File

@ -0,0 +1,24 @@
{
"name": "ONUS Chain Mainnet",
"title": "ONUS Chain Mainnet",
"chain": "onus",
"rpc": ["https://rpc.onuschain.io", "wss://ws.onuschain.io"],
"faucets": [],
"nativeCurrency": {
"name": "ONUS",
"symbol": "ONUS",
"decimals": 18
},
"infoURL": "https://onuschain.io",
"shortName": "onus-mainnet",
"chainId": 1975,
"networkId": 1975,
"explorers": [
{
"name": "Onus explorer mainnet",
"url": "https://explorer.onuschain.io",
"icon": "onus",
"standard": "EIP3091"
}
]
}

8
_data/icons/onus.json Normal file
View File

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