mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
0d5b3407c8
commit
3a00c70e11
24
_data/chains/eip155-1945.json
Normal file
24
_data/chains/eip155-1945.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
24
_data/chains/eip155-1975.json
Normal file
24
_data/chains/eip155-1975.json
Normal 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
8
_data/icons/onus.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://bafkreiec34ik3glrm5jrzafdytvu4kxdsrxhqmagbe27fytdcuzkhoooay",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user