Skip to content

Commit

Permalink
recover default field. change some network titles (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitcoinera authored and jbibla committed Jan 20, 2020
1 parent 2511cc9 commit 87ee799
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions data/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"action_deposit": true,
"action_vote": true,
"action_proposal": true,
"default": true,
"default": false,
"stakingDenom": "MUON",
"enabled": true
},
Expand Down Expand Up @@ -53,7 +53,7 @@
"action_deposit": true,
"action_vote": true,
"action_proposal": true,
"default": false,
"default": true,
"stakingDenom": "ATOM",
"enabled": true
},
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
5 changes: 3 additions & 2 deletions lib/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 {
Expand Down

0 comments on commit 87ee799

Please sign in to comment.