Skip to content

Commit

Permalink
update protocol fee for eth
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Feb 24, 2024
1 parent 672360e commit 355544f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apollo/src/lnv3/transfer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class TransferService extends BaseTransferServiceT2 {
key: 'ETH',
symbol: 'ETH',
address: '0x0000000000000000000000000000000000000000',
protocolFee: 1000000000000000,
protocolFee: 10000000000000,
decimals: 18,
}
],
Expand Down Expand Up @@ -195,7 +195,7 @@ export class TransferService extends BaseTransferServiceT2 {
key: 'ETH',
symbol: 'ETH',
address: '0x0000000000000000000000000000000000000000',
protocolFee: 1000000000000000,
protocolFee: 10000000000000,
decimals: 18,
}
],
Expand Down

0 comments on commit 355544f

Please sign in to comment.