From 39ccb9912f3441d147319646d586cbccaa4a32b3 Mon Sep 17 00:00:00 2001 From: Alexander Paul Quinit <16703483+apquinit@users.noreply.github.com> Date: Wed, 24 Aug 2022 17:28:02 +0800 Subject: [PATCH] Add Twala testnet (#1479) --- _data/chains/eip155-202624.json | 27 +++++++++++++++++++++++++++ _data/icons/twala.json | 8 ++++++++ 2 files changed, 35 insertions(+) create mode 100644 _data/chains/eip155-202624.json create mode 100644 _data/icons/twala.json diff --git a/_data/chains/eip155-202624.json b/_data/chains/eip155-202624.json new file mode 100644 index 00000000..9c769564 --- /dev/null +++ b/_data/chains/eip155-202624.json @@ -0,0 +1,27 @@ +{ + "name": "Jellie", + "title": "Twala Testnet Jellie", + "shortName": "twl-jellie", + "chain": "ETH", + "network": "testnet", + "chainId": 202624, + "networkId": 202624, + "icon": "twala", + "nativeCurrency": { + "name": "Twala Coin", + "symbol": "TWL", + "decimals": 18 + }, + "rpc": [ + "https://jellie-rpc.twala.io/", + "wss://jellie-rpc-wss.twala.io/" + ], + "faucets": [], + "infoURL": "https://twala.io/", + "explorers": [{ + "name": "Jellie Blockchain Explorer", + "url": "https://jellie.twala.io", + "standard": "EIP3091", + "icon": "twala" + }] +} diff --git a/_data/icons/twala.json b/_data/icons/twala.json new file mode 100644 index 00000000..3377bcc3 --- /dev/null +++ b/_data/icons/twala.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmTXJVhVKvVC7DQEnGKXvydvwpvVaUEBJrMHvsCr4nr1sK", + "width":1326, + "height":1265, + "format":"png" + } +]