diff --git a/CHANGELOG.md b/CHANGELOG.md index da3ab46e0..f568d71ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Bug fixes +- [#1126](https://github.com/alleslabs/celatone-frontend/pull/1126) Fix tx message detail alignment in small screen - [#1119](https://github.com/alleslabs/celatone-frontend/pull/1119) Fix move verification bug bash - [#1115](https://github.com/alleslabs/celatone-frontend/pull/1115) Fix move reverify button - [#1108](https://github.com/alleslabs/celatone-frontend/pull/1108) Fix example dev config to initialocal diff --git a/src/lib/pages/tx-details/components/tx-message/TxMsgExpand.tsx b/src/lib/pages/tx-details/components/tx-message/TxMsgExpand.tsx index b867d9cf7..18e4e1cf6 100644 --- a/src/lib/pages/tx-details/components/tx-message/TxMsgExpand.tsx +++ b/src/lib/pages/tx-details/components/tx-message/TxMsgExpand.tsx @@ -52,7 +52,7 @@ export const TxMsgExpand = ({ msgIcon = "upload"; content = ( - + Upload Wasm{" "} {log && ( <> @@ -76,7 +76,7 @@ export const TxMsgExpand = ({ case "/cosmwasm.wasm.v1.MsgInstantiateContract": msgIcon = "instantiate"; content = ( - + Instantiate{" "} {log && ( + Instantiate2{" "} {log && ( + Execute{" "} {Object.keys(body.msg as Record)[0]} @@ -151,7 +151,7 @@ export const TxMsgExpand = ({ case "/cosmwasm.wasm.v1.MsgMigrateContract": msgIcon = "migrate"; content = ( - + Migrate{" "} + Update admin on{" "} + Clear admin on{" "} + Send {assetText} to{" "} + Submit Proposal {(body.isExpedited as boolean) && " Expedited "} {log && ( <> @@ -264,7 +264,7 @@ export const TxMsgExpand = ({ case "/cosmos.gov.v1beta1.MsgVote": msgIcon = "vote"; content = ( - + Vote{" "} {voteOption[body.option as VoteOption]} @@ -283,7 +283,7 @@ export const TxMsgExpand = ({ case "/cosmos.staking.v1beta1.MsgDelegate": msgIcon = "delegate"; content = ( - + Delegate by{" "}