Skip to content

Commit

Permalink
test(zora): update blast test to use mintable contract
Browse files Browse the repository at this point in the history
  • Loading branch information
mmackz committed Jul 15, 2024
1 parent 6de5ea9 commit f511250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/zora/src/Zora.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ describe('simulateMint function', () => {
_account: Address,
) => ({
request: {
address: '0x8704c8b68e577d54be3c16341fbd31bac47c7471',
address: '0x553f0a63858a9000212cdbd0c40cf7861b692dc0',
value: parseEther('0.000777'),
},
}),
Expand All @@ -434,7 +434,7 @@ describe('simulateMint function', () => {

const mint: MintIntentParams = {
chainId: Chains.BLAST,
contractAddress: '0x8704c8b68e577d54be3c16341fbd31bac47c7471',
contractAddress: '0x553f0a63858a9000212cdbd0c40cf7861b692dc0',
tokenId: 1,
amount: BigInt(1),
recipient: '0xf70da97812CB96acDF810712Aa562db8dfA3dbEF',
Expand Down

0 comments on commit f511250

Please sign in to comment.