Address Gate Guard
The Address Gate guard restricts the mint to a single address which must match the address of the minting wallet.
Last updated
The Address Gate guard restricts the mint to a single address which must match the address of the minting wallet.
Last updated
create(umi, {
// ...
guards: {
addressGate: some({ address: someWallet.publicKey }),
},
});