From 1d5af73a4603e5902fd186427fe9f18834768942 Mon Sep 17 00:00:00 2001 From: GchainValidators <129028432+Gchainvalidators@users.noreply.github.com> Date: Wed, 17 May 2023 11:01:48 +0700 Subject: [PATCH] Add Genesys Mainnet (#2777) * Add Genesys Mainnet * Update genesys.json * Update eip155-16507.json * Update genesys.json * Update eip155-16507.json * Update genesys.json * Update genesys.json * Update genesys.json * Update eip155-16507.json * Update eip155-16507.json * Update eip155-16507.json * Update genesys.json --------- Co-authored-by: Rolandopolanco Co-authored-by: ligi --- _data/chains/eip155-16507.json | 23 +++++++++++++++++++++++ _data/icons/genesys.json | 8 ++++++++ 2 files changed, 31 insertions(+) create mode 100644 _data/chains/eip155-16507.json create mode 100644 _data/icons/genesys.json diff --git a/_data/chains/eip155-16507.json b/_data/chains/eip155-16507.json new file mode 100644 index 00000000..3fc8feca --- /dev/null +++ b/_data/chains/eip155-16507.json @@ -0,0 +1,23 @@ +{ + "name": "Genesys Mainnet", + "chain": "Genesys", + "icon": "genesys", + "rpc": ["https://rpc.genesys.network"], + "faucets": [], + "nativeCurrency": { + "name": "Genesys", + "symbol": "GSYS", + "decimals": 18 + }, + "infoURL": "https://www.genesys.network/", + "shortName": "Genesys", + "chainId": 16507, + "networkId": 16507, + "explorers": [ + { + "name": "GchainExplorer", + "url": "https://gchainexplorer.genesys.network", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/genesys.json b/_data/icons/genesys.json new file mode 100644 index 00000000..3de91efd --- /dev/null +++ b/_data/icons/genesys.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreie6nai3yhykcdlsyshn5lbcbyba5y7zwsqg6owcfek2urhoucr6rm", + "width": 800, + "height": 800, + "format": "png" + } +]