Skip to content

Conversation

@Spacesai1or
Copy link
Contributor

@Spacesai1or Spacesai1or commented May 31, 2024

This is the corresponding PR for the guide rewrite

Pre-Merge Standard Guide Checklist

  • User story/motivation for the guide has been identified
  • User story/motivation is addressed by the guide
  • Prerequisite knowledge is noted at the beginning of the guide, with links to where to learn more if the user does not possess this knowledge
  • Example code has contains all code and components required for a basic user to run it without implicit knowledge of other code/tools that need to be incorporated
  • Example code runs without bugs
  • No pseudocode
  • Full written explanations of all steps required to use a given feature (alongside code)
  • Warnings for when code is only relevant to a given testnet/function/version/etc.
  • Documentation titles and categorization are clear for new users
  • Guide and example code has been reviewed, followed, and successfully run by a peer who has not already worked on the guide/code and is taking on the persona of a target user for the user story/motivation
  • Guide has been reviewed for correct spelling and grammar
  • Project Lead (or another knowledgeable party) for the feature has reviewed the guide/code and checked for accuracy/completeness
  • Final review and sign-off from Product Manager

Comment on lines +12 to +14
"@lit-protocol/auth-helpers": "^6.0.0-beta.3",
"@lit-protocol/constants": "^6.0.0-beta.3",
"@lit-protocol/lit-node-client": "^6.0.0-beta.3",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we update to beta.4

const ethersSigner = new ethers.Wallet(
ETHEREUM_PRIVATE_KEY,
new ethers.providers.JsonRpcProvider(
"https://chain-rpc.litprotocol.com/http"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we switch this to our replica endpoints

@Spacesai1or Spacesai1or deleted the wyatt/get-session-sigs-via-auth-sig branch October 22, 2024 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants