Skip to content

Commit 65a101d

Browse files
committed
feat: add release-v1.1 of sui diff
1 parent b681359 commit 65a101d

9 files changed

Lines changed: 1413 additions & 31 deletions

File tree

content/contracts-sui/1.x/api/access.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This page documents the public API of `openzeppelin_access` for OpenZeppelin Con
88

99
<APIGithubLinkHeader
1010
moduleName="two_step_transfer"
11-
link="https://github.com/OpenZeppelin/contracts-sui/blob/v1.0.0/contracts/access/sources/ownership_transfer/two_step.move"
11+
link="https://github.com/OpenZeppelin/contracts-sui/blob/v1.1.0/contracts/access/sources/ownership_transfer/two_step.move"
1212
/>
1313

1414
```move
@@ -307,7 +307,7 @@ Raised when caller is not the designated prospective owner in `accept_transfer`.
307307

308308
<APIGithubLinkHeader
309309
moduleName="delayed_transfer"
310-
link="https://github.com/OpenZeppelin/contracts-sui/blob/v1.0.0/contracts/access/sources/ownership_transfer/delayed.move"
310+
link="https://github.com/OpenZeppelin/contracts-sui/blob/v1.1.0/contracts/access/sources/ownership_transfer/delayed.move"
311311
/>
312312

313313
```move

0 commit comments

Comments
 (0)