Skip to content

Commit

Permalink
update msg
Browse files Browse the repository at this point in the history
  • Loading branch information
toandq2009 committed Dec 2, 2024
1 parent 6fa6645 commit 3b079b7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apps/extension/src/pages/sign/sign-svm/svm-detail-send.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export const SvmDetailsSend: FunctionComponent<{
priceStore,
signer,
}) => {
console.log(dataSign, "dataSign2");
const msgs = (() => {
try {
const parsed = JSON.parse(dataSign?.data?.data?.unsignedTx);
Expand All @@ -42,10 +41,6 @@ export const SvmDetailsSend: FunctionComponent<{
return dataSign;
}
})();
console.log(msgs, "msgs");
const fiatCurrency = priceStore.getFiatCurrency(
priceStore.defaultVsCurrency
);

const { chainStore } = useStore();

Expand Down

0 comments on commit 3b079b7

Please sign in to comment.