Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
feat: enable Avalanche on THORSwapper (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xApotheosis authored Feb 23, 2023
1 parent f02498e commit 95ae357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/swapper/src/swappers/thorchain/ThorchainSwapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class ThorchainSwapper implements Swapper<ChainId> {
[KnownChainIds.BitcoinCashMainnet]: true,
[KnownChainIds.CosmosMainnet]: true,
[KnownChainIds.ThorchainMainnet]: true,
[KnownChainIds.AvalancheMainnet]: false,
[KnownChainIds.AvalancheMainnet]: true,
[KnownChainIds.OptimismMainnet]: false,
}

Expand All @@ -82,7 +82,7 @@ export class ThorchainSwapper implements Swapper<ChainId> {
[KnownChainIds.BitcoinCashMainnet]: true,
[KnownChainIds.CosmosMainnet]: true,
[KnownChainIds.ThorchainMainnet]: true,
[KnownChainIds.AvalancheMainnet]: false,
[KnownChainIds.AvalancheMainnet]: true,
[KnownChainIds.OptimismMainnet]: false,
}

Expand Down

0 comments on commit 95ae357

Please sign in to comment.