Skip to content

Commit

Permalink
update ring protocol fee
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Nov 17, 2023
1 parent 78cdce7 commit 7e841d0
Showing 1 changed file with 2 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 @@ -304,7 +304,7 @@ export class TransferService extends BaseTransferServiceT3 {
toChain: 44,
toSymbol: 'xWRING',
toAddress: '0x273131F7CB50ac002BDd08cA721988731F7e1092',
protocolFee: 100000000000000000000,
protocolFee: 10000000000000000000,
decimals: 18,
bridgeType: 'default',
channel: 'sub2sub',
Expand Down Expand Up @@ -360,7 +360,7 @@ export class TransferService extends BaseTransferServiceT3 {
toChain: 46,
toSymbol: 'RING',
toAddress: '0x0000000000000000000000000000000000000000',
protocolFee: 100000000000000000000,
protocolFee: 10000000000000000000,
decimals: 18,
bridgeType: 'default',
channel: 'sub2sub',
Expand Down

0 comments on commit 7e841d0

Please sign in to comment.