Skip to content

Commit

Permalink
Update zetaclient/chains/evm/observer/v2_inbound.go
Browse files Browse the repository at this point in the history
added Github issue link around the hotfix

Co-authored-by: Lucas Bertrand <[email protected]>
  • Loading branch information
ws4charlie and lumtis authored Dec 10, 2024
1 parent e941f69 commit 2351835
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zetaclient/chains/evm/observer/v2_inbound.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@ func (ob *Observer) newDepositInboundVote(event *gatewayevm.GatewayEVMDeposited)
}

// convert erc20Address to asset in foreign coin store to avoid checksum mismatch
// convert erc20Address to asset in foreign coin store to avoid checksum mismatch
// TODO: remove once the checksum conversion is fixed in the protocol
// https://github.com/zeta-chain/node/issues/3274
asset := ERC20AddressToForeignCoinAsset(ob.Chain().ChainId, event.Asset)
if asset != event.Asset.Hex() {
ob.Logger().
Expand Down

0 comments on commit 2351835

Please sign in to comment.