Skip to content

Commit

Permalink
update tests;
Browse files Browse the repository at this point in the history
Signed-off-by: tcar <[email protected]>
  • Loading branch information
tcar121293 committed Nov 13, 2023
1 parent 7bee64b commit c7623cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sdk/test/chains/EVM/assetTransfer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ describe('EVM asset transfer', () => {

const fee = {
fee: BigNumber.from('100'),
type: FeeHandlerType.DYNAMIC,
type: FeeHandlerType.PERCENTAGE,
handlerAddress: '0xe495c86962DcA7208ECcF2020A273395AcE8da3e',
};
const approvals = await assetTransfer.buildApprovals(transfer, fee);
Expand All @@ -229,7 +229,7 @@ describe('EVM asset transfer', () => {

const fee = {
fee: BigNumber.from('100'),
type: FeeHandlerType.DYNAMIC,
type: FeeHandlerType.PERCENTAGE,
handlerAddress: '0xe495c86962DcA7208ECcF2020A273395AcE8da3e',
};
const approvals = await assetTransfer.buildApprovals(transfer, fee);
Expand Down

0 comments on commit c7623cf

Please sign in to comment.