From c135556ccf3d5d242681097dd67f3c4c3f58a29f Mon Sep 17 00:00:00 2001 From: uptSmart Date: Tue, 30 May 2023 09:23:55 +0000 Subject: [PATCH] add the uptick chain mainnet config --- chains/mainnet/uptick.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 chains/mainnet/uptick.json diff --git a/chains/mainnet/uptick.json b/chains/mainnet/uptick.json new file mode 100644 index 00000000..a6cfecd6 --- /dev/null +++ b/chains/mainnet/uptick.json @@ -0,0 +1,19 @@ +{ + "chain_id":"uptick_117-1", + "chain_name": "uptick-network-mainnet", + "api": "https://rest.uptick.network", + "sdk_version": "v0.46.0", + "coin_type": "60", + "min_tx_fee": "40000", + "addr_prefix": "uptick", + "logo": "https://miro.medium.com/fit/c/262/262/1*dNOLswid7dGe29CFhPp3Ow.png", + "assets": [ + { + "base": "auptick", + "symbol": "UPTICK", + "exponent": "18", + "coingecko_id": "uptick-network", + "logo": "https://miro.medium.com/fit/c/262/262/1*dNOLswid7dGe29CFhPp3Ow.png" + } + ] +} \ No newline at end of file