Skip to content

Commit ce42972

Browse files
committed
fix goerli ETH symbol
1 parent 84308da commit ce42972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)