From 7878ecccbc801764ffb005efb6b713e6fc42a5cc Mon Sep 17 00:00:00 2001 From: HyeonyeobKim <48541289+TrustHenry@users.noreply.github.com> Date: Fri, 4 Nov 2022 03:47:09 +0900 Subject: [PATCH] Add BOSagora mainnet eip155-2151 (#1809) * Add BOSagora mainnet eip155-2151 * Update _data/chains/eip155-2151.json Co-authored-by: ligi --- _data/chains/eip155-2151.json | 24 ++++++++++++++++++++++++ _data/icons/agora.json | 8 ++++++++ 2 files changed, 32 insertions(+) create mode 100644 _data/chains/eip155-2151.json create mode 100644 _data/icons/agora.json diff --git a/_data/chains/eip155-2151.json b/_data/chains/eip155-2151.json new file mode 100644 index 00000000..ea728a61 --- /dev/null +++ b/_data/chains/eip155-2151.json @@ -0,0 +1,24 @@ +{ + "name": "BOSagora Mainnet", + "chain": "ETH", + "rpc": ["https://mainnet.bosagora.org", "https://rpc.bosagora.org"], + "faucets": [], + "nativeCurrency": { + "name": "BOSAGORA", + "symbol": "BOA", + "decimals": 18 + }, + "infoURL": "https://docs.bosagora.org", + "shortName": "boa", + "chainId": 2151, + "networkId": 2151, + "icon": "agora", + "explorers": [ + { + "name": "BOASCAN", + "url": "https://boascan.io", + "icon": "agora", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/agora.json b/_data/icons/agora.json new file mode 100644 index 00000000..bdcd0c40 --- /dev/null +++ b/_data/icons/agora.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmW3CT4SHmso5dRJdsjR8GL1qmt79HkdAebCn2uNaWXFYh", + "width": 256, + "height": 257, + "format": "png" + } +]