From 3a00c70e113f80e4110c479818f0ec13e183b4b7 Mon Sep 17 00:00:00 2001 From: "0xluong.eth" Date: Thu, 17 Nov 2022 11:44:06 +0700 Subject: [PATCH] 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 --- _data/chains/eip155-1945.json | 24 ++++++++++++++++++++++++ _data/chains/eip155-1975.json | 24 ++++++++++++++++++++++++ _data/icons/onus.json | 8 ++++++++ 3 files changed, 56 insertions(+) create mode 100644 _data/chains/eip155-1945.json create mode 100644 _data/chains/eip155-1975.json create mode 100644 _data/icons/onus.json diff --git a/_data/chains/eip155-1945.json b/_data/chains/eip155-1945.json new file mode 100644 index 00000000..5489aa74 --- /dev/null +++ b/_data/chains/eip155-1945.json @@ -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" + } + ] +} diff --git a/_data/chains/eip155-1975.json b/_data/chains/eip155-1975.json new file mode 100644 index 00000000..9d7f80a2 --- /dev/null +++ b/_data/chains/eip155-1975.json @@ -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" + } + ] +} diff --git a/_data/icons/onus.json b/_data/icons/onus.json new file mode 100644 index 00000000..e2f219d7 --- /dev/null +++ b/_data/icons/onus.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreiec34ik3glrm5jrzafdytvu4kxdsrxhqmagbe27fytdcuzkhoooay", + "width": 512, + "height": 512, + "format": "png" + } +]