From 6284cbaa767fd6ac30507fdb879eb3eb2f790b51 Mon Sep 17 00:00:00 2001 From: Nikita Vasilev <80544536+viknsagit@users.noreply.github.com> Date: Wed, 1 Feb 2023 17:07:25 +0500 Subject: [PATCH] add a TMY Chain to chainlist (#2171) * add tmychain to chainlist * add tmychain logo to chainlist * Update tmychain.json * Update tmychain.json * Update eip155-8768.json * Update _data/chains/eip155-8768.json Co-authored-by: ligi * Update eip155-8768.json * Update eip155-8768.json * Update tmychain.json * Delete tmychain.json * Update eip155-8768.json --------- Co-authored-by: Nikolinc Co-authored-by: ligi --- _data/chains/eip155-8768.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _data/chains/eip155-8768.json diff --git a/_data/chains/eip155-8768.json b/_data/chains/eip155-8768.json new file mode 100644 index 00000000..a2c8f5f4 --- /dev/null +++ b/_data/chains/eip155-8768.json @@ -0,0 +1,16 @@ +{ + "name": "TMY Chain", + "chain": "TMY", + "icon": "ethereum", + "rpc": ["https://node1.tmyblockchain.org/rpc"], + "faucets": ["https://faucet.tmychain.org/"], + "nativeCurrency": { + "name": "TMY", + "symbol": "TMY", + "decimals": 18 + }, + "infoURL": "https://tmychain.org/", + "shortName": "tmy", + "chainId": 8768, + "networkId": 8768 +}