Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pairs from EVM chain tokelists.json #17637

Merged
merged 15 commits into from
Jan 27, 2022
Prev Previous commit
Update commands.go
  • Loading branch information
vikmeup committed Jan 27, 2022
commit 87f733376c9112bcdf41e2ed188f087e1c485396
2 changes: 1 addition & 1 deletion internal/manager/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func CreateAssetInfoJSONTemplate(token string) error {
func AddTokenToTokenListJSON(chain coin.Coin, assetId, tokenID string, tokenListType path.TokenListType) error {
setup()

// check for duplicates
// check for duplicates.
tokenListTypes := []path.TokenListType{path.TokenlistDefault, path.TokenlistExtended}
for _, t := range tokenListTypes {
tokenListPath := path.GetTokenListPath(chain.Handle, t)
Expand Down