From 78fc6197a5248a0062066f1d73f7e86e89a92f1b Mon Sep 17 00:00:00 2001 From: Aleksey Rudometov Date: Thu, 13 Feb 2020 18:12:32 +0500 Subject: [PATCH] added terra_mainnet to networks (#309) * added terra_mainnet to networks * errors fix reverted --- data/networks.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/data/networks.json b/data/networks.json index 1467a4199d..68ff9d36ab 100644 --- a/data/networks.json +++ b/data/networks.json @@ -98,6 +98,39 @@ "enabled": true, "icon": "https://app.lunie.io/img/networks/regen-testnet.png" }, + { + "id": "terra-mainnet", + "title": "Terra mainnet", + "chain_id": "columbus-3", + "api_url": "https://fcd.terra.dev/", + "rpc_url": "ws://52.78.43.42:26657/websocket", + "bech32_prefix": "terra", + "address_prefix": "terra", + "address_creator": "cosmos", + "ledger_app": "cosmos", + "source_class_name": "source/terraV3-source", + "block_listener_class_name": "block-listeners/cosmos-node-subscription", + "testnet": false, + "feature_session": true, + "feature_explore": true, + "feature_portfolio": true, + "feature_validators": true, + "feature_proposals": true, + "feature_activity": true, + "feature_explorer": true, + "action_send": true, + "action_claim_rewards": true, + "action_delegate": true, + "action_redelegate": true, + "action_undelegate": true, + "action_deposit": false, + "action_vote": false, + "action_proposal": false, + "default": false, + "stakingDenom": "LUNA", + "enabled": true, + "icon": "https://app.lunie.io/img/networks/terra-mainnet.png" + }, { "id": "terra-testnet", "title": "Terra Testnet",