Skip to content

Commit

Permalink
Merge pull request #830 from alleslabs/feat/neutron-gql-prod
Browse files Browse the repository at this point in the history
feat: neutron-1 prod
  • Loading branch information
songwongtp committed Mar 18, 2024
2 parents 10f5501 + a4e1621 commit 3544d61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Improvements

- [#830](https://github.com/alleslabs/celatone-frontend/pull/830) Change GraphQL neutron-1 endpoint to prod
- [#825](https://github.com/alleslabs/celatone-frontend/pull/825) Change GraphQL pion-1 endpoint to prod
- [#820](https://github.com/alleslabs/celatone-frontend/pull/820) Change GraphQL neutron endpoint to legacy
- [#806](https://github.com/alleslabs/celatone-frontend/pull/806) UX Improvement - adjust txs icon, event logs layout and adjust asset section
Expand Down
2 changes: 1 addition & 1 deletion src/config/chain/neutron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const NEUTRON_CHAIN_CONFIGS: ChainConfigs = {
prettyName: "Neutron",
lcd: "https://rest-kralum.neutron-1.neutron.org",
rpc: "https://rpc-kralum.neutron-1.neutron.org:443",
indexer: "https://neutron-1-legacy-graphql.alleslabs.dev/v1/graphql",
indexer: "https://neutron-1-graphql.alleslabs.dev/v1/graphql",
wallets: [...keplrWallets],
features: {
faucet: {
Expand Down

0 comments on commit 3544d61

Please sign in to comment.