Skip to content

Commit

Permalink
bugfix: protocol fee
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Sep 15, 2023
1 parent 45c203a commit d2f14ee
Show file tree
Hide file tree
Showing 11 changed files with 8,701 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apollo/src/lnbridgev20/transfer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export class TransferService extends BaseTransferServiceT2 {
{
symbol: 'USDT',
address: '0xbc1a2f123dc9cd2ec8d3ce42ef16c28f3c9ba686',
protocolFee: 100000000000000000000,
protocolFee: 100000000,
decimals: 6,
},
],
Expand All @@ -188,7 +188,7 @@ export class TransferService extends BaseTransferServiceT2 {
{
symbol: 'USDT',
address: '0xbc1a2f123dc9cd2ec8d3ce42ef16c28f3c9ba686',
protocolFee: 100000000000000000000,
protocolFee: 100000000,
decimals: 6,
},
],
Expand Down
Loading

0 comments on commit d2f14ee

Please sign in to comment.