Skip to content

Commit c1eb6c6

Browse files
feat: Show authorization modal for Magic users when publishing on Polygon (#3259)
1 parent 6bfe0a1 commit c1eb6c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Modals/PublishWizardCollectionModal/PublishWizardCollectionModal.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ export const PublishWizardCollectionModal: React.FC<Props & WithAuthorizedAction
115115
const authorization = buildManaAuthorization(wallet.address, wallet.networks.MATIC.chainId, contractName)
116116

117117
onAuthorizedAction({
118+
manual: wallet.network === Network.MATIC,
118119
authorizedAddress: authorization.authorizedAddress,
119120
authorizedContractLabel: contractName,
120121
targetContract: {

0 commit comments

Comments
 (0)