From be1c182653da6218d5aabbaa761da9f3053d4b9a Mon Sep 17 00:00:00 2001 From: Nodeist <104627145+Nodeist@users.noreply.github.com> Date: Sat, 23 Jul 2022 11:06:36 +0300 Subject: [PATCH] Create sei.json --- src/chains/testnet/sei.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/chains/testnet/sei.json diff --git a/src/chains/testnet/sei.json b/src/chains/testnet/sei.json new file mode 100644 index 00000000..66b59cc1 --- /dev/null +++ b/src/chains/testnet/sei.json @@ -0,0 +1,19 @@ +{ + "chain_name": "SEI", + "coingecko": "", + "api": ["https://sei-api.nodeist.net"], + "rpc": ["http://157.245.100.103:36377"], + "snapshot_provider": "", + "sdk_version": "0.45.4", + "coin_type": "505", + "min_tx_fee": "800", + "addr_prefix": "sei", + "logo": "https://nodeist.net/projeler/sei.png", + "assets": [{ + "base": "usei", + "symbol": "SEI", + "exponent": "6", + "coingecko_id": "", + "logo": "https://nodeist.net/projeler/sei.png" + }] +}