Skip to content

fix: incorrect token address & removed trailing comma in JSON file#433

Open
jeffbrownn wants to merge 2 commits intolifinance:mainfrom
jeffbrownn:main
Open

fix: incorrect token address & removed trailing comma in JSON file#433
jeffbrownn wants to merge 2 commits intolifinance:mainfrom
jeffbrownn:main

Conversation

@jeffbrownn
Copy link
Copy Markdown

  1. There were two tokens with the same address in tokens/BSC.json: 0x3fcd741646a9790635b938cdb69af5df356cbaab

This address is the address of the abrdn Physical Palladium Shares ETF (Ondo Tokenized ETF) token.
However, this address was also listed for Sprott Nickel Miners ETF (Ondo Tokenized), although it has a different address: 0xe23f03d2907cdc38a10f6ccdc1a157bf1afe51de

I changed it to the current address and also verified its correctness via BSCScan and Coingecko.

  1. In README.md in the example:
  },  <== Add the comma
  {
    "address": "0xde3a24028580884448a5397872046a019649b084",
    "chainId": 43114,
    "reason": "Deprecated USDT token on AVA", <= add an optional reason why the token should be blocked
  }
]

in the line “reason”: “Deprecated USDT token on AVA,” there is an extra comma, which is an error in terms of JSON format, which does not allow trailing commas.

Removed unnecessary comma.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant