Skip to content

Commit

Permalink
Merge pull request #163 from renproject/fix/goerli-eth
Browse files Browse the repository at this point in the history
Fix goerli ETH symbol
  • Loading branch information
tok-kkk committed Oct 20, 2022
2 parents 5028bba + ce42972 commit 3363019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multichain.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const (
ETH = Asset("ETH") // Ether
FIL = Asset("FIL") // Filecoin
FTM = Asset("FTM") // Fantom
GETH = Asset("GETH") // Goerli Ether
GETH = Asset("gETH") // Goerli Ether
GLMR = Asset("GLMR") // Glimmer
KAVA = Asset("KAVA") // Kava
LUNA = Asset("LUNA") // Luna
Expand Down

0 comments on commit 3363019

Please sign in to comment.