Skip to content

Commit

Permalink
add message channel for mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Oct 19, 2023
1 parent 3e1a87f commit 1863608
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apollo/src/lnbridgev20/transfer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,9 @@ export class TransferService extends BaseTransferServiceT2 {
'linea-goerli': 'layerzero',
'mantle-goerli': 'layerzero',
},
'arbitrum': {
ethereum: 'arbitrum-l2',
},
};
readonly isTest = this.configService.get<string>('CHAIN_TYPE') === 'test';

Expand Down

0 comments on commit 1863608

Please sign in to comment.