Skip to content

Commit

Permalink
missing configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwillis committed Apr 7, 2022
1 parent a52b12f commit 90dc4f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[context.testnet]
[context.testnet.environment]
NEXT_PUBLIC_GRAPHQL_WS = "wss://explorer-gql.testnet.cudos.org/v1/graphql"
NEXT_PUBLIC_URL = "https://explorer-gql.testnet.cudos.org"
NEXT_PUBLIC_GRAPHQL_URL = "https://explorer-gql.testnet.cudos.org/v1/graphql"
NEXT_PUBLIC_CHAIN_STATUS = "testnet"
NEXT_PUBLIC_WS_CHAIN_URL = "wss://sentry3.gcp-euwest4.cudos.org:26657/websocket"

[context.mainnet]
[context.mainnet.environment]
NEXT_PUBLIC_GRAPHQL_WS = "wss://explorer-gql.cudos.org/v1/graphql"
NEXT_PUBLIC_URL = "https://explorer-gql.cudos.org"
NEXT_PUBLIC_GRAPHQL_URL = "https://explorer-gql.cudos.org/v1/graphql"
Expand Down

0 comments on commit 90dc4f5

Please sign in to comment.