Skip to content

Commit

Permalink
Update zetaclient/chains/evm/observer/inbound.go
Browse files Browse the repository at this point in the history
added Github issue link above hardcoded variable

Co-authored-by: Lucas Bertrand <[email protected]>
  • Loading branch information
ws4charlie and lumtis authored Dec 10, 2024
1 parent 79ac5ef commit 4984104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zetaclient/chains/evm/observer/inbound.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import (

var (
// erc20AddressToForeignCoinAssetMap maps the chain id and foreign ERC20 address to the coin asset string
// this is currently necessary because of the following issue: https://github.com/zeta-chain/node/issues/3274
erc20AddressToForeignCoinAssetMap = map[int64]map[ethcommon.Address]string{
// Ethereum mainnet
chains.Ethereum.ChainId: {
Expand Down

0 comments on commit 4984104

Please sign in to comment.