File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ import (
1313
1414const (
1515 // nolint:gosec // not credentials, just the link to the public tokens list
16- MainnetTokensListURL = "https://github.com/InjectiveLabs/injective-lists/raw/master/tokens/mainnet.json"
16+ MainnetTokensListURL = "https://github.com/InjectiveLabs/injective-lists/raw/master/json/ tokens/mainnet.json"
1717 // nolint:gosec // not credentials, just the link to the public tokens list
18- TestnetTokensListURL = "https://github.com/InjectiveLabs/injective-lists/raw/master/tokens/testnet.json"
18+ TestnetTokensListURL = "https://github.com/InjectiveLabs/injective-lists/raw/master/json/ tokens/testnet.json"
1919 // nolint:gosec // not credentials, just the link to the public tokens list
20- DevnetTokensListURL = "https://github.com/InjectiveLabs/injective-lists/raw/master/tokens/devnet.json"
20+ DevnetTokensListURL = "https://github.com/InjectiveLabs/injective-lists/raw/master/json/ tokens/devnet.json"
2121)
2222
2323func cookieByName (cookies []* http.Cookie , key string ) * http.Cookie {
You can’t perform that action at this time.
0 commit comments