From 1052ef6ecf6d41644659b2f7dd22e0fc44c3823e Mon Sep 17 00:00:00 2001 From: songwongtp <16089160+songwongtp@users.noreply.github.com> Date: Thu, 21 Dec 2023 10:22:41 +0700 Subject: [PATCH 1/2] fix: stone-12-1-nft --- src/config/chain/initia.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/chain/initia.ts b/src/config/chain/initia.ts index 5f25770eb..1ac20849b 100644 --- a/src/config/chain/initia.ts +++ b/src/config/chain/initia.ts @@ -9,7 +9,7 @@ export const INITIA_CHAIN_CONFIGS: ChainConfigs = { prettyName: "Initia Testnet 12-1", lcd: "https://next-stone-rest.initia.tech", rpc: "https://next-stone-rpc.initia.tech:443", - indexer: "https://stone-12-1-graphql.alleslabs.dev/v1/graphql", + indexer: "https://stone-12-1-nft-graphql.alleslabs.dev/v1/graphql", api: "https://celatone-api.alleslabs.dev", wallets: [...keplrWallets], features: { From 3336a6c124d0ad6e979f4b399539b445def59e89 Mon Sep 17 00:00:00 2001 From: songwongtp <16089160+songwongtp@users.noreply.github.com> Date: Thu, 21 Dec 2023 10:26:53 +0700 Subject: [PATCH 2/2] fix: changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af170824d..2da80530e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -85,6 +85,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Improvements +- [#688](https://github.com/alleslabs/celatone-frontend/pull/688) Update stone-12-1 graphql - [#627](https://github.com/alleslabs/celatone-frontend/pull/627) Add responsive for published event in module detail - [#625](https://github.com/alleslabs/celatone-frontend/pull/625) Fix abi empty vector serialization - [#605](https://github.com/alleslabs/celatone-frontend/pull/605) Apply singleton class style to Amplitude structure