Skip to content

Commit

Permalink
add blank id column to fungible transfer rows
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith authored May 3, 2022
1 parent 5db4d2f commit da04fc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/sample.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
token_type,token_address,receiver,amount,id
erc20,0x6810e776880c02933d47db1b9fc05908e5386b96,0x1000000000000000000000000000000000000000,0.0001
erc20,0x6b175474e89094c44da98b954eedeac495271d0f,0x2000000000000000000000000000000000000000,0.0001
native,,0x3000000000000000000000000000000000000000,0.0001
erc20,0x6810e776880c02933d47db1b9fc05908e5386b96,0x1000000000000000000000000000000000000000,0.0001,
erc20,0x6b175474e89094c44da98b954eedeac495271d0f,0x2000000000000000000000000000000000000000,0.0001,
native,,0x3000000000000000000000000000000000000000,0.0001,
nft,0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85,0x4000000000000000000000000000000000000000,,42

0 comments on commit da04fc5

Please sign in to comment.