Skip to content

Commit

Permalink
fixed missing terra data source (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
faboweb authored Nov 24, 2019
1 parent ac961e9 commit 9003e36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/apollo.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ function createDataSources() {
const dataSources = {
CosmosHubMainnetAPI: new CosmosV0API(networks['cosmos-hub-mainnet']),
CosmosHubTestnetAPI: new CosmosV2API(networks['cosmos-hub-testnet']),
TerraTestnetAPI: new TerraV3API(networks['terra-testnet']),
LunieDBAPI: new LunieDBAPI(),
store: store
}
Expand Down

0 comments on commit 9003e36

Please sign in to comment.