Skip to content

Commit

Permalink
test: add recipient field to MINT_V2_ZORA params
Browse files Browse the repository at this point in the history
  • Loading branch information
mmackz committed Aug 8, 2024
1 parent bd5bcd4 commit 8ec83e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/zora/src/test-transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export const MINT_V2_ZORA: TestParams<MintActionParams> = {
params: {
chainId: Chains.ZORA,
contractAddress: '0xdcfb4693d609ee4482c448a84623892a85888e90',
recipient: '0x71716a077ac6fd8b2298ad7349e92aaf917c7225',
amount: '1',
tokenId: 1,
referral: '0xc474a9a00e56c3bf947c71edd1515dad5706d3d5',
Expand Down

0 comments on commit 8ec83e9

Please sign in to comment.