Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/mdx-js/react-2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 authored Oct 5, 2023
2 parents 0d9355c + 579e34b commit d4512c5
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 275 deletions.
3 changes: 0 additions & 3 deletions docs/guides/network/_category_.yml

This file was deleted.

3 changes: 3 additions & 0 deletions docs/networks/network/_category_.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
label: '⛓️ Network Guides'
collapsed: true
position: 3
File renamed without changes.
3 changes: 2 additions & 1 deletion docs/standards/generic-standards/lsp16-universal-factory.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ This multi-chain compatibility eliminates the **risk of asset loss** due to mism

:::tip

Check the [**LSP16UniversalFactory contract functions**](../../standards/smart-contracts/lsp16-universal-factory.md) to know how to deploy contracts at the same address across different chains.
Check the [**LSP16UniversalFactory contract functions**](../../contracts/contracts/LSP16UniversalFactory/LSP16UniversalFactory.md) to know how to deploy contracts at the same address across different chains.

:::

LSP16 establishes a range of functions to deploy different types of contracts using the [CREATE2](https://eips.ethereum.org/EIPS/eip-1014) opcode, including standard and initializable contracts (proxies).
Expand Down
6 changes: 0 additions & 6 deletions docs/standards/rpc-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ sidebar_position: 10

# 🆙 RPC API

:::danger Work in progress

This page is under active development.

:::

The [LUKSO UP Browser Extension](../guides/browser-extension/install-browser-extension.md) uses the RPC API methods from the table below. The methods are grouped by category: signing methods, standard methods, and LUKSO-specific methods.

## Supported Methods
Expand Down
3 changes: 0 additions & 3 deletions docs/standards/smart-contracts/_category_.yml

This file was deleted.

262 changes: 0 additions & 262 deletions docs/standards/smart-contracts/lsp16-universal-factory.md

This file was deleted.

12 changes: 12 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ module.exports = {
from: '/contracts/erc725-account',
to: '/contracts/contracts/LSP0ERC725Account',
},
{
from: '/guides/network/update-the-node',
to: '/networks/network/update-the-node',
},
{
from: '/guides/network/switch-consensus-clients',
to: '/networks/network/switch-consensus-clients',
},
{
from: '/contracts/key-manager',
to: '/contracts/contracts/LSP6KeyManager',
Expand Down Expand Up @@ -126,6 +134,10 @@ module.exports = {
from: '/standards/smart-contracts/lsp14-ownable-2-step',
to: '/contracts/contracts/LSP14Ownable2Step',
},
{
from: '/standards/smart-contracts/lsp16-universal-factory',
to: '/contracts/contracts/LSP16UniversalFactory',
},
// FAQ new Structure
{
from: '/faq/network/network',
Expand Down

0 comments on commit d4512c5

Please sign in to comment.