Skip to content

Commit

Permalink
test: Test meson token
Browse files Browse the repository at this point in the history
  • Loading branch information
Halibao-Lala committed Dec 4, 2024
1 parent f3fa325 commit fe87645
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ export function TransferButton({

// get unsigned message
const unsignedMessage = await bridgeSDK.meson.getUnsignedMessage({
fromToken: 'bsc:usdc',
fromToken: 'bnb:usdc',
// fromToken: `${fromChain?.meson?.raw?.id}:${selectedToken?.meson?.raw?.id}`,
toToken: `${toChain?.meson?.raw?.id}:${toToken?.meson?.raw?.id}`,
amount: sendValue,
Expand Down

0 comments on commit fe87645

Please sign in to comment.