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

Commit

Permalink
klatyn fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Dec 6, 2022
1 parent 533417b commit e2fd9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bridge/bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ export namespace Bridge {
let swapEth = true

// WETH_E and FTM_ETH are ERC20s, not the gas token
if (this.chainId === ChainId.AVALANCHE || this.chainId === ChainId.FANTOM) {
if (this.chainId === ChainId.AVALANCHE || this.chainId === ChainId.FANTOM || this.chainId == ChainId.KLAYTN) {
ethToken = Tokens.NETH
swapEth = false
}
Expand Down

0 comments on commit e2fd9f8

Please sign in to comment.