Skip to content

Commit

Permalink
Merge branch 'main' into tools-docs-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Nov 1, 2023
2 parents a05b2b8 + 2750732 commit b8f02d9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/networks/advanced-guides/withdrawal-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ A maximum of 16 validator keys can update their withdrawal credentials per block
:::

1. Open the Validator Withdrawal Page of the related network:
- [LUKSO Mainnet Validator Withdrawals](https://explorer.consensus.mainnet.lukso.network/tools/broadcast)
- [LUKSO Testnet Validator Withdrawals](https://explorer.consensus.testnet.lukso.network/tools/broadcast)
- [LUKSO Mainnet Validator Withdrawals](https://explorer.consensus.mainnet.lukso.network/validators/withdrawals)
- [LUKSO Testnet Validator Withdrawals](https://explorer.consensus.testnet.lukso.network/validators/withdrawals)
2. Scroll down to the list of **Address Changes**.
3. Your Validator indices should show up as some of the latest entries.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ await LSP4DigitalAssetMetadata.uploadMetadata(
port: 5001,
protocol: 'https',
},
}
},
);
/**
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tools/lsp-factoryjs/classes/lsp7-digital-asset.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ await lspFactory.LSP7DigitalAsset.deploy(
console.log(contracts.LSP7DigitalAsset);
},
},
}
},
);

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ await lspFactory.LSP8IdentifiableDigitalAsset.deploy(
console.log(contracts.LSP8IdentifiableDigitalAsset);
},
},
}
},
);

/**
Expand Down
6 changes: 3 additions & 3 deletions docs/tools/lsp-factoryjs/classes/universal-profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ await lspFactory.UniversalProfile.deploy(
console.log(contracts);
},
},
}
},
);

/**
Expand Down Expand Up @@ -511,7 +511,7 @@ await UniversalProfile.uploadProfileData(
},
{
ipfsGateway: 'https://ipfs.infura.io',
}
},
);

/**
Expand Down Expand Up @@ -543,7 +543,7 @@ await UniversalProfile.uploadProfileData(
port: 5001,
protocol: 'https',
},
}
},
);

/**
Expand Down

0 comments on commit b8f02d9

Please sign in to comment.