We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 889c80b commit 6cb9e4eCopy full SHA for 6cb9e4e
repository/token.go
@@ -27,7 +27,7 @@ func (repo *Repository) GetUSD() common.Address {
27
var t common.Address
28
if chainid == 146 {
29
t = core.GetToken(chainid, "USDC_e")
30
- } else if chainid == 1135 || chainid == 43111 {
+ } else if chainid == 1135 || chainid == 43111 || chainid == 5031 {
31
t = core.GetToken(chainid, "USDC.e")
32
} else if chainid == 56 {
33
t = core.GetToken(chainid, "USDT")
0 commit comments