Skip to content

Commit

Permalink
add usdt test token for taiko & bera
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Mar 13, 2024
1 parent ce74f16 commit 0823bce
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apollo/src/lnv3/transfer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,13 @@ export class TransferService extends BaseTransferServiceT2 {
protocolFee: 1000000000000000,
decimals: 18,
},
{
key: 'USDT',
symbol: 'USDT',
address: '0x89AF830781A2C1d3580Db930bea11094F55AfEae',
protocolFee: 1000000000000000,
decimals: 18,
},
],
channels: [
{
Expand All @@ -630,6 +637,13 @@ export class TransferService extends BaseTransferServiceT2 {
protocolFee: 1000000000000000,
decimals: 18,
},
{
key: 'USDT',
symbol: 'USDT',
address: '0x463D1730a8527CA58d48EF70C7460B9920346567',
protocolFee: 1000000000000000,
decimals: 18,
},
],
channels: [
{
Expand Down

0 comments on commit 0823bce

Please sign in to comment.