Skip to content

Commit

Permalink
changeset.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4rtaz committed Dec 22, 2022
1 parent 3cf4019 commit 744d129
Show file tree
Hide file tree
Showing 3 changed files with 34,161 additions and 20,288 deletions.
5 changes: 5 additions & 0 deletions .changeset/wet-planes-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@moralisweb3/streams': patch
---

Added support for `erc20Approvals`, `erc20Transfers`, `nftTokenApprovals` and `nftTransfers` to the mapper.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@ async function main() {
}

await send(webhookUrl, './batch-usdc-erc20-transfers.json', apiKey);
await send(webhookUrl, './batch-usdc-erc20-transfers-2.json', apiKey);
await send(webhookUrl, './batch-binance-transactions.json', apiKey);
await send(webhookUrl, './batch-uniswap-internal-transactions.json', apiKey);
await send(webhookUrl, './batch-nft-erc721-transfers.json', apiKey);
await send(webhookUrl, './batch-nft-erc1155-transfers.json', apiKey);
}

main();
Loading

0 comments on commit 744d129

Please sign in to comment.