Skip to content

Commit

Permalink
update mock
Browse files Browse the repository at this point in the history
  • Loading branch information
may01 committed Jan 9, 2025
1 parent a8e72c8 commit 434b24b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libs/ledger-live-common/src/families/aptos/bridge/mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ const createTransaction = (): Transaction => ({
recipient: "",
useAllAmount: false,
fees: new BigNumber(0.0001),
firstEmulation: true,
options: {
maxGasAmount: DEFAULT_GAS.toString(),
gasUnitPrice: DEFAULT_GAS_PRICE.toString(),
},
estimate: {
maxGasAmount: DEFAULT_GAS.toString(),
gasUnitPrice: DEFAULT_GAS_PRICE.toString(),
Expand Down

0 comments on commit 434b24b

Please sign in to comment.