Skip to content

Commit 3363019

Browse files
authored
Merge pull request #163 from renproject/fix/goerli-eth
Fix goerli ETH symbol
2 parents 5028bba + ce42972 commit 3363019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multichain.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const (
110110
ETH = Asset("ETH") // Ether
111111
FIL = Asset("FIL") // Filecoin
112112
FTM = Asset("FTM") // Fantom
113-
GETH = Asset("GETH") // Goerli Ether
113+
GETH = Asset("gETH") // Goerli Ether
114114
GLMR = Asset("GLMR") // Glimmer
115115
KAVA = Asset("KAVA") // Kava
116116
LUNA = Asset("LUNA") // Luna

0 commit comments

Comments
 (0)