We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4a90bf + 62a3fa7 commit 92807d8Copy full SHA for 92807d8
1 file changed
packages/constants/src/addresses.ts
@@ -70,7 +70,7 @@ export const MERKLE_RESERVE_MINTER = {
70
}
71
72
export const ERC721_REDEEM_MINTER = {
73
- [CHAIN_ID.ETHEREUM]: '0x0000000000000000000000000000000000000000' as AddressType,
+ [CHAIN_ID.ETHEREUM]: '0x01a9ea5de8c2ef7b325b97bb69952c51d268d4b9' as AddressType,
74
[CHAIN_ID.OPTIMISM]: '0x6c8f15bad61cbb6339f16b334610db5e3f0701dc' as AddressType,
75
[CHAIN_ID.SEPOLIA]: '0xaefd4a9ea072abb12f043f5b2b2d845b7600c503' as AddressType,
76
[CHAIN_ID.OPTIMISM_SEPOLIA]:
0 commit comments