From 848f8d332eec517f24f17217bfdec90264cfec13 Mon Sep 17 00:00:00 2001 From: ywil23 <112842841+ywil23@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:42:22 +0700 Subject: [PATCH] Create selfchain.json --- chains/mainnet/selfchain.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 chains/mainnet/selfchain.json diff --git a/chains/mainnet/selfchain.json b/chains/mainnet/selfchain.json new file mode 100644 index 0000000000..e1b3ac3494 --- /dev/null +++ b/chains/mainnet/selfchain.json @@ -0,0 +1,26 @@ +{ + "chain_name": "selfchain", + "registry_name": "selfchain", + "api": [ + {"provider": "Vinjan.Inc", "address": "https://api-selfchain.vinjan.xyz"} + + + ], + "rpc": [ + {"provider": "Vinjan.Inc", "address": "https://rpc-selfchain.vinjan.xyz"} + + + ], + "sdk_version": "0.47.10", + "coin_type": "118", + "min_tx_fee": "1000", + "addr_prefix": "self", + "logo": "/logos/selfchain.png", + "assets": [{ + "base": "uself", + "symbol": "SLF", + "exponent": "6", + "coingecko_id": "slf", + "logo": "/logos/selfchain.png" + }] +}