Skip to content

Commit

Permalink
Merge pull request #857 from alleslabs/feat/osmosis-gql
Browse files Browse the repository at this point in the history
  • Loading branch information
songwongtp committed Mar 29, 2024
2 parents 68a9a3e + 262e1cf commit ac0b78f
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 @@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Features

- [#857](https://github.com/alleslabs/celatone-frontend/pull/857) Migrate osmosis-1 graphql
- [#854](https://github.com/alleslabs/celatone-frontend/pull/854) Create PageHeaderContainer component
- [#851](https://github.com/alleslabs/celatone-frontend/pull/851) Add amp validator list page
- [#848](https://github.com/alleslabs/celatone-frontend/pull/848) Change Initia's config to use the new chain IDs (mahalo-2, minimove-2, miniwasm-2)
Expand Down
2 changes: 1 addition & 1 deletion src/config/chain/osmosis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const OSMOSIS_CHAIN_CONFIGS: ChainConfigs = {
prettyName: "Osmosis",
lcd: "https://lcd.osmosis.zone",
rpc: "https://rpc.osmosis.zone:443",
indexer: "https://osmosis-1-legacy-graphql.alleslabs.dev/v1/graphql",
indexer: "https://osmosis-1-graphql.alleslabs.dev/v1/graphql",
wallets: [...keplrWallets],
features: {
faucet: {
Expand Down

0 comments on commit ac0b78f

Please sign in to comment.