diff --git a/CHANGELOG.md b/CHANGELOG.md index acc1821af..58ffd5754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Features +- [#125](https://github.com/alleslabs/celatone-frontend/pull/125) Add connect wallet alert in instantiate page - [#126](https://github.com/alleslabs/celatone-frontend/pull/126) Add port id copier for IBC port id - [#121](https://github.com/alleslabs/celatone-frontend/pull/121) Fix code snippet for query axios - [#76](https://github.com/alleslabs/celatone-frontend/pull/76) Add Public projects page diff --git a/src/lib/pages/instantiate/instantiate.tsx b/src/lib/pages/instantiate/instantiate.tsx index 466e9a4ea..f4fbeb4e4 100644 --- a/src/lib/pages/instantiate/instantiate.tsx +++ b/src/lib/pages/instantiate/instantiate.tsx @@ -19,6 +19,7 @@ import { useSimulateFee, } from "lib/app-provider"; import { useInstantiateTx } from "lib/app-provider/tx/instantiate"; +import { ConnectWalletAlert } from "lib/components/ConnectWalletAlert"; import { ControllerInput } from "lib/components/forms"; import { AssetInput } from "lib/components/forms/AssetInput"; import JsonInput from "lib/components/json/JsonInput"; @@ -204,6 +205,10 @@ const Instantiate = ({ onComplete }: InstantiatePageProps) => { Instantiate new contract + setMethod(nextVal) @@ -223,7 +228,7 @@ const Instantiate = ({ onComplete }: InstantiatePageProps) => {
{method === "select-existing" ? ( setValue("codeId", code)} codeId={codeId}