Skip to content

Commit

Permalink
fix assetlist URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mircea-c committed Sep 24, 2024
1 parent 6f77332 commit 4e0640c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/cosmos/api/osmosis/osmosis.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type OsmosisAssetsList struct {
func GetAssetsList() (OsmosisAssetsList, error) {

assetsList := OsmosisAssetsList{}
url := "https://raw.githubusercontent.com/osmosis-labs/assetlists/main/osmosis-1/osmosis-1.assetlist.json"
url := "https://raw.githubusercontent.com/osmosis-labs/assetlists/main/osmosis-1/osmosis-1.chainlist.json"
method := "GET"

client := &http.Client{}
Expand Down Expand Up @@ -82,4 +82,4 @@ func (a *OsmosisAssetsList) GetSymbolExponent(denom string) (string, int) {
}
}
return denom, 0
}
}

0 comments on commit 4e0640c

Please sign in to comment.