Skip to content

Commit 62a3fa7

Browse files
committed
feat: added erc721 redeem minter for eth mainnet
1 parent c4a90bf commit 62a3fa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/constants/src/addresses.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export const MERKLE_RESERVE_MINTER = {
7070
}
7171

7272
export const ERC721_REDEEM_MINTER = {
73-
[CHAIN_ID.ETHEREUM]: '0x0000000000000000000000000000000000000000' as AddressType,
73+
[CHAIN_ID.ETHEREUM]: '0x01a9ea5de8c2ef7b325b97bb69952c51d268d4b9' as AddressType,
7474
[CHAIN_ID.OPTIMISM]: '0x6c8f15bad61cbb6339f16b334610db5e3f0701dc' as AddressType,
7575
[CHAIN_ID.SEPOLIA]: '0xaefd4a9ea072abb12f043f5b2b2d845b7600c503' as AddressType,
7676
[CHAIN_ID.OPTIMISM_SEPOLIA]:

0 commit comments

Comments
 (0)