Skip to content

Commit 2e6351a

Browse files
authored
changed udc url in accounts
1 parent a73d50c commit 2e6351a

File tree

1 file changed

+1
-1
lines changed
  • components/Starknet/modules/architecture-and-concepts/pages

1 file changed

+1
-1
lines changed

components/Starknet/modules/architecture-and-concepts/pages/accounts.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ However, unlike Ethereum, only the nonce of account contracts — that is, those
175175
New accounts can be deployed in the following ways:
176176

177177
* Sending a `DEPLOY_ACCOUNT` transaction, which does not require a preexisting account.
178-
* Using the xref:accounts/universal-deployer.adoc[Universal Deployer Contract (UDC)], which requires an existing account to send the `INVOKE` transaction
178+
* Using the https://docs.openzeppelin.com/contracts-cairo/0.12.0/udc[Universal Deployer Contract (UDC)^], which requires an existing account to send the `INVOKE` transaction
179179

180180
Upon receiving one of these transactions, the sequencer performs the following steps:
181181

0 commit comments

Comments
 (0)