Skip to content

Commit

Permalink
fix build crash and broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Aug 25, 2023
1 parent 7143976 commit dbe1386
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/contracts/_links.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<!-- GLOBAL LINKS -->

<!-- prettier-ignore-start -->
Expand Down
1 change: 1 addition & 0 deletions docs/contracts/contracts/ERC725/ERC725.md
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,7 @@ error ERC725Y_MsgValueDisallowed();
Reverts when sending value to the [`setData`](#setdata) or [`setDataBatch`](#setdatabatch) function.

<br/>

<!-- GLOBAL LINKS -->

<!-- prettier-ignore-start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1811,6 +1811,7 @@ Reverts when trying to renounce ownership before the initial confirmation delay.
| `renounceOwnershipEnd` | `uint256` | The end timestamp when one can confirm the renouncement of ownership. |

<br/>

<!-- GLOBAL LINKS -->

<!-- prettier-ignore-start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,7 @@ error WrongPlainSecret();
reverts when the plain secret produce a different hash than the secret hash originally set

<br/>

<!-- GLOBAL LINKS -->

<!-- prettier-ignore-start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ Reverts when trying to renounce ownership before the initial confirmation delay.
| `renounceOwnershipEnd` | `uint256` | The end timestamp when one can confirm the renouncement of ownership. |

<br/>

<!-- GLOBAL LINKS -->

<!-- prettier-ignore-start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ called before other codes in fallback().
Otherwise, the codes after \_fallbackLSP17Extendable() may never be reached.

<br/>

<!-- GLOBAL LINKS -->

<!-- prettier-ignore-start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ function _extendableMsgValue() internal view returns (uint256);
Returns the original msg.value sent to the extendable contract

<br/>

<!-- GLOBAL LINKS -->

<!-- prettier-ignore-start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ function _revertWithLSP20DefaultError(
```

<br/>

<!-- GLOBAL LINKS -->

<!-- prettier-ignore-start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Executes post-deployment logic for the primary and secondary contracts.
| `calldataToPostDeploymentModule` | `bytes` | Calldata to be passed for the post-deployment execution. |

<br/>

<!-- GLOBAL LINKS -->

<!-- prettier-ignore-start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ Reverts when the deployment & intialisation of the secondary contract has failed
| `errorData` | `bytes` | Potentially information about why the deployment & intialisation have failed. |

<br/>

<!-- GLOBAL LINKS -->

<!-- prettier-ignore-start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ The "idx" is a 256bits (unsigned) integer, where:
| `0` | `bool` | true if the nonce is the latest nonce for the `signer`, false otherwise. |

<br/>

<!-- GLOBAL LINKS -->

<!-- prettier-ignore-start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ error ERC725Y_MsgValueDisallowed();
reverts when sending value to the `setData(..)` functions

<br/>

<!-- GLOBAL LINKS -->

<!-- prettier-ignore-start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ error LSP4TokenSymbolNotEditable();
Reverts when trying to edit the data key `LSP4TokenSymbol` after the digital asset contract has been deployed. The `LSP4TokenSymbol` data key is located inside the ERC725Y Data key-value store of the digital asset contract. It can be set only once inside the constructor/initializer when the digital asset contract is being deployed.

<br/>

<!-- GLOBAL LINKS -->

<!-- prettier-ignore-start -->
Expand Down
3 changes: 2 additions & 1 deletion docs/contracts/contracts/LSP6KeyManager/LSP6KeyManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Same as [`execute`](#execute) but execute a batch of payloads (abi-encoded funct

:::tip Hint

If you are looking to learn how to sign and execute relay transactions via the Key Manager, see our Javascript step by step guide [_&quot;Execute Relay Transactions&quot;_](../../guides/key-manager/execute-relay-transactions.md). See the LSP6 Standard page for more details on how to [generate a valid signature for Execute Relay Call](../universal-profile/lsp6-key-manager.md#how-to-sign-relay-transactions).
If you are looking to learn how to sign and execute relay transactions via the Key Manager, see our Javascript step by step guide [_&quot;Execute Relay Transactions&quot;_](../../../guides/key-manager/execute-relay-transactions.md). See the LSP6 Standard page for more details on how to [generate a valid signature for Execute Relay Call](../../../standards/universal-profile/lsp6-key-manager.md#how-to-sign-relay-transactions).

:::

Expand Down Expand Up @@ -1891,6 +1891,7 @@ _Relay call expired (deadline passed)._
Reverts when the period to execute the relay call has expired.

<br/>

<!-- GLOBAL LINKS -->

<!-- prettier-ignore-start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1300,6 +1300,7 @@ error LSP7TokenOwnerCannotBeOperator();
reverts when trying to authorize or revoke the token's owner as an operator.

<br/>

<!-- GLOBAL LINKS -->

<!-- prettier-ignore-start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1341,6 +1341,7 @@ error LSP8TokenOwnerCannotBeOperator();
reverts when trying to authorize or revoke the token's owner as an operator.

<br/>

<!-- GLOBAL LINKS -->

<!-- prettier-ignore-start -->
Expand Down
1 change: 1 addition & 0 deletions docs/contracts/contracts/LSP9Vault/LSP9Vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -1702,6 +1702,7 @@ Reverts when trying to renounce ownership before the initial confirmation delay.
| `renounceOwnershipEnd` | `uint256` | The end timestamp when one can confirm the renouncement of ownership. |

<br/>

<!-- GLOBAL LINKS -->

<!-- prettier-ignore-start -->
Expand Down

0 comments on commit dbe1386

Please sign in to comment.