diff --git a/data/networks.json b/data/networks.json index e275a6a67f..b0df1ffc81 100644 --- a/data/networks.json +++ b/data/networks.json @@ -24,7 +24,7 @@ "action_deposit": true, "action_vote": true, "action_proposal": true, - "default": true, + "default": false, "stakingDenom": "MUON", "enabled": true }, @@ -53,7 +53,7 @@ "action_deposit": true, "action_vote": true, "action_proposal": true, - "default": false, + "default": true, "stakingDenom": "ATOM", "enabled": true }, @@ -88,7 +88,7 @@ }, { "id": "terra-testnet", - "title": "Terra", + "title": "Terra Testnet", "chain_id": "soju-0013", "api_url": "https://terra-testnet.lunie.io", "rpc_url": "wss://terra-testnet.lunie.io/websocket", @@ -117,7 +117,7 @@ }, { "id": "emoney-testnet", - "title": "e-Money", + "title": "e-Money Testnet", "chain_id": "lilmermaid-4", "api_url": "https://emoney-lilmermaid-4.lunie.io", "rpc_url": "wss://emoney-lilmermaid-4.lunie.io/websocket", diff --git a/lib/schema.js b/lib/schema.js index 998b55dbaa..f6d0312f83 100644 --- a/lib/schema.js +++ b/lib/schema.js @@ -98,8 +98,8 @@ const typeDefs = gql` api_url: String bech32_prefix: String testnet: Boolean - feature_explore: Boolean feature_session: Boolean + feature_explore: Boolean feature_portfolio: Boolean feature_validators: Boolean feature_proposals: Boolean @@ -113,8 +113,9 @@ const typeDefs = gql` action_deposit: Boolean action_vote: Boolean action_proposal: Boolean - experimental: Boolean + default: Boolean stakingDenom: String + enabled: Boolean } type Delegation {