Skip to content

Commit

Permalink
add KTON
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Apr 1, 2024
1 parent 8d1c27b commit f5d314a
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion apollo/src/xtoken/transfer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,15 @@ export class TransferService extends BaseTransferServiceT2 {
outerAddress: '0x0000000000000000000000000000000000000000',
protocolFee: 0,
decimals: 18,
}
},
{
key: 'KTON',
symbol: 'KTON',
address: '0x0000000000000000000000000000000000000402',
outerAddress: '0x0000000000000000000000000000000000000402',
protocolFee: 0,
decimals: 18,
},
],
channels: [
{
Expand All @@ -142,6 +150,14 @@ export class TransferService extends BaseTransferServiceT2 {
outerAddress: '0x9469D013805bFfB7D3DEBe5E7839237e535ec483',
protocolFee: 0,
decimals: 18,
},
{
key: 'KTON',
symbol: 'KTON',
address: '0x9F284E1337A815fe77D2Ff4aE46544645B20c5ff',
outerAddress: '0x9F284E1337A815fe77D2Ff4aE46544645B20c5ff',
protocolFee: 0,
decimals: 18,
}
],
channels: [
Expand Down

0 comments on commit f5d314a

Please sign in to comment.