Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move develop to testnet network #131

Open
6 tasks
lachlanglen opened this issue Jan 31, 2024 · 0 comments
Open
6 tasks

Move develop to testnet network #131

lachlanglen opened this issue Jan 31, 2024 · 0 comments
Assignees
Labels
ft-general Any tickets falling outside of other ft- categories. QF MVP Required for Quadratic Funding MVP

Comments

@lachlanglen
Copy link

lachlanglen commented Jan 31, 2024

Currently, alpha.potlock.org (deployed develop branch) utilizes NEAR mainnet network. However, this is not practical for testing and it should use testnet network.

Here are PotLock contract addresses for testnet:

  1. Registry: registry.potlock.testnet
  2. Donation: donate.potlock.testnet
  3. PotFactory: potfactory.potlock.testnet

Plus NEAR Social contract: v1.social08.testnet

Steps to complete:

  • When utilizing wallet selector, choose network (testnet or mainnet) based on environment. develop environment should use testnet network.
  • 6-8 dummy projects will need to be created on testnet (and NEAR social details added) to fill out Projects page
  • New pots will need to be deployed from the testnet PotFactory contract (address above)
  • Any components that use NEAR Social will need to use the testnet contract address ("v1.social08.testnet")
  • Backend will need to populate testnet data (there is none currently - no projects, no donations - so that simplifies it)
  • Probably will need to separate backend deployments by env to use appropriate network in indexing/db service
@lachlanglen lachlanglen added the QF MVP Required for Quadratic Funding MVP label Jan 31, 2024
@lachlanglen lachlanglen added the ft-general Any tickets falling outside of other ft- categories. label Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ft-general Any tickets falling outside of other ft- categories. QF MVP Required for Quadratic Funding MVP
Projects
Status: Backlog
Status: Sprint Backlog
Development

No branches or pull requests

2 participants