Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel committed Mar 4, 2024
1 parent ad76070 commit 611c3ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const ERC20_TRANSFER_INTENT: TransferErc20 = {
type: Intents.TRANSFER_ERC20,
to: getAccountId('eip155:137:0x031d8c0ca142921c459bcb28104c0ff37928f9ed'),
from: getAccountId(`eip155:137:${ERC20_TRANSFER_TX_REQUEST.from.toLowerCase()}`),
token: getAssetId(`eip155:137:${ERC20_TRANSFER_TX_REQUEST.to?.toLowerCase()}`),
token: getAssetId(`eip155:137/erc20:${ERC20_TRANSFER_TX_REQUEST.to?.toLowerCase()}`),
amount: '428406414311469998210669'
}

Expand Down

0 comments on commit 611c3ce

Please sign in to comment.