Skip to content

Commit 6cb9e4e

Browse files
committed
fix: usdc.e for somnia
1 parent 889c80b commit 6cb9e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repository/token.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func (repo *Repository) GetUSD() common.Address {
2727
var t common.Address
2828
if chainid == 146 {
2929
t = core.GetToken(chainid, "USDC_e")
30-
} else if chainid == 1135 || chainid == 43111 {
30+
} else if chainid == 1135 || chainid == 43111 || chainid == 5031 {
3131
t = core.GetToken(chainid, "USDC.e")
3232
} else if chainid == 56 {
3333
t = core.GetToken(chainid, "USDT")

0 commit comments

Comments
 (0)