Skip to content

Commit

Permalink
add channel for arb<>blast
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Mar 11, 2024
1 parent c5f24dc commit 7890b88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apollo/src/lnv3/transfer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ export class TransferService extends BaseTransferServiceT2 {
chain: 'darwinia-dvm',
channel: 'msgline',
},
{
chain: 'blast',
channel: 'msgline',
}
]
},
{
Expand Down Expand Up @@ -139,6 +135,10 @@ export class TransferService extends BaseTransferServiceT2 {
{
chain: 'darwinia-dvm',
channel: 'msgline',
},
{
chain: 'blast',
channel: 'msgline',
}
]
},
Expand Down

0 comments on commit 7890b88

Please sign in to comment.