Skip to content

Commit

Permalink
add polygon msg channel
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Nov 2, 2023
1 parent a0e8ac2 commit b88ef89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apollo/src/lnbridgev20/transfer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ export class TransferService extends BaseTransferServiceT2 {
ethereum: 'arbitrum-l2',
mantle: 'layerzero',
zksync: 'layerzero',
polygon: 'layerzero',
},
'ethereum': {
arbitrum: 'arbitrum-l2',
Expand All @@ -442,6 +443,9 @@ export class TransferService extends BaseTransferServiceT2 {
arbitrum: 'layerzero',
mantle: 'layerzero',
},
'polygon': {
arbitrum: 'layerzero',
},
};
readonly isTest = this.configService.get<string>('CHAIN_TYPE') === 'test';

Expand Down

0 comments on commit b88ef89

Please sign in to comment.