Skip to content

Commit

Permalink
feat: Show authorization modal for Magic users when publishing on Pol…
Browse files Browse the repository at this point in the history
…ygon (#3259)
  • Loading branch information
LautaroPetaccio authored Feb 20, 2025
1 parent 6bfe0a1 commit c1eb6c6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ export const PublishWizardCollectionModal: React.FC<Props & WithAuthorizedAction
const authorization = buildManaAuthorization(wallet.address, wallet.networks.MATIC.chainId, contractName)

onAuthorizedAction({
manual: wallet.network === Network.MATIC,
authorizedAddress: authorization.authorizedAddress,
authorizedContractLabel: contractName,
targetContract: {
Expand Down

0 comments on commit c1eb6c6

Please sign in to comment.