Skip to content

Commit

Permalink
remove immutable from abi gen
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Nov 14, 2023
1 parent 7f94ed0 commit c29433e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/protocol-deployments/wagmi.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,7 @@ const getAddresses = () => {
chainId,
address: jsonAddress.PREMINTER_PROXY,
abi: abis.zoraCreator1155PremintExecutorImplABI,
}),
addAddress({
contractName: "IImmutableCreate2Factory",
chainId,
address: "0x0000000000FFe8B47B3e2130213B802212439497",
abi: abis.iImmutableCreate2FactoryABI,
});
});
}

return addresses;
Expand Down

0 comments on commit c29433e

Please sign in to comment.