Skip to content

Commit

Permalink
Merge pull request #413 from alchemyplatform/assetTransfers
Browse files Browse the repository at this point in the history
fix the default external param in getassettransfers
  • Loading branch information
SahilAujla authored Oct 10, 2024
2 parents 1f91ad7 + e294066 commit 41e597c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions evm_body.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1319,6 +1319,7 @@ alchemy_getAssetTransfers:
pattern: '^0[xX][0-9a-fA-F]+$'
category:
type: array
minItems: 1
description: |
'Array of categories, can be any of the following: "external", "internal", "erc20", "erc721", "erc1155", or "specialnft". See the table above for supported categories on each network.'
items:
Expand Down
10 changes: 10 additions & 0 deletions transfers/alchemy_getAssetTransfers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ servers:
- zksync-mainnet
- zksync-sepolia
- arbnova-mainnet
- bnb-mainnet
- bnb-testnet
- blast-mainnet
- blast-sepolia
- avax-mainnet
- avax-fuji
- scroll-mainnet
- scroll-sepolia
- fantom-mainnet
- fantom-testnet
default: eth-mainnet
x-sandbox:
category:
Expand Down

0 comments on commit 41e597c

Please sign in to comment.