From 81f9abb57b68723dae74b38dc45f7f0227045038 Mon Sep 17 00:00:00 2001 From: Daniel Pittman Date: Tue, 3 Dec 2024 13:25:09 -0700 Subject: [PATCH 1/2] Add Althea --- .idea/.gitignore | 8 ++++++++ .idea/modules.xml | 8 ++++++++ .idea/ping.pub.iml | 9 +++++++++ .idea/vcs.xml | 6 ++++++ chains/mainnet/althea.json | 25 +++++++++++++++++++++++++ 5 files changed, 56 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/modules.xml create mode 100644 .idea/ping.pub.iml create mode 100644 .idea/vcs.xml create mode 100644 chains/mainnet/althea.json diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..fbc8c1b --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/ping.pub.iml b/.idea/ping.pub.iml new file mode 100644 index 0000000..5e764c4 --- /dev/null +++ b/.idea/ping.pub.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/chains/mainnet/althea.json b/chains/mainnet/althea.json new file mode 100644 index 0000000..0baf098 --- /dev/null +++ b/chains/mainnet/althea.json @@ -0,0 +1,25 @@ +{ + "chain_name": "althea", + "api": [ + "https://althea.api.m.stavr.tech", + "https://nodes.chandrastation.com/api/althea" + ], + "rpc": [ + "https://althea.rpc.m.stavr.tech" + ], + "snapshot_provider": "https://www.polkachu.com/tendermint_snapshots/althea", + "sdk_version": "v0.45.16", + "coin_type": "118", + "min_tx_fee": "", + "addr_prefix": "althea", + "logo": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/althea/resource/chain_althea.png", + "assets": [ + { + "base": "aalthea", + "symbol": "ALTHEA", + "exponent": "18", + "coingecko_id": "althea", + "logo": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/althea/asset/altg.png" + } + ] +} \ No newline at end of file From 17b588b2991df144f9d9e0b065c6e633fbbf72d6 Mon Sep 17 00:00:00 2001 From: Daniel Pittman Date: Tue, 3 Dec 2024 13:25:48 -0700 Subject: [PATCH 2/2] Get rid of annoying .idea folder --- .idea/.gitignore | 8 -------- .idea/modules.xml | 8 -------- .idea/ping.pub.iml | 9 --------- .idea/vcs.xml | 6 ------ 4 files changed, 31 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/modules.xml delete mode 100644 .idea/ping.pub.iml delete mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index fbc8c1b..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/ping.pub.iml b/.idea/ping.pub.iml deleted file mode 100644 index 5e764c4..0000000 --- a/.idea/ping.pub.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file