Skip to content

Commit

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

// get unsigned message
const unsignedMessage = await bridgeSDK.meson.getUnsignedMessage({
fromToken: 'bsc:usdc',
fromToken: 'bsc:okse',
// 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 e46235a

Please sign in to comment.