etherscan-labels icon indicating copy to clipboard operation
etherscan-labels copied to clipboard

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

Open brianleect opened this issue 2 years ago • 0 comments

,#,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

brianleect avatar Mar 26 '23 18:03 brianleect