brianleect / etherscan-labels

Full label data dump of top EVM chains in JSON/CSV.
MIT License
249 stars 73 forks source link

[Bug] Etherscan CSV not matching JSON data, address wrong #22

Open brianleect opened 1 year ago

brianleect commented 1 year ago

,#,Contract Address,Token Name,Market Cap,Holders,Website,Address 0,1,0x06a6a7...3C54aBA8,0xUniverse (PLANET),$0.00,10850,https://0xuniverse.com/,0x06a6a7af298129e3a2ab396c9c06f91d3c54aba8

{"0x06a6a7af298129e3a2ab396c9c06f91d3c54aba8": "0xUniverse (PLANET)"}

Issue is probably during integration of new format of etherscan csv did not consider the new field.

Fix: Write script to replace column with json assuming its in order