-
Notifications
You must be signed in to change notification settings - Fork 1
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
Setup widgets and bootstrap account #214
Conversation
@race-of-sloths include |
@Megha-Dev-19 Thank you for your contribution! Your pull request is now a part of the Race of Sloths! Current status: executed
Your contribution is much appreciated with a final score of 8! @petersalomonsen received 25 Sloth Points for reviewing and scoring this pull request. Another weekly streak completed, well done @Megha-Dev-19! To keep your weekly streak and get another bonus make pull request next week! Looking forward to see you in race-of-sloths What is the Race of SlothsRace of Sloths is a friendly competition where you can participate in challenges and compete with other open-source contributors within your normal workflow For contributors:
For maintainers:
Feel free to check our website for additional details! Bot commands
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@race-of-sloths score 8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please set REPL_FACTORY_REFERENCE_ACCOUNT
too for treasury-factory
I have setup 4 accounts `widgets.treasury-factory.near` for all widgets `bootstrap.treasury-factory.near` for initial/template (app.jsx) widgets and for testing: `test-widgets.treasury-factory.near` `test-bootstrap.treasury-factory.near` Things to note: 1) The testing accounts folder is symlinked to the prod account, so we only need to make changes in prod account folder 2) The testing instances is linked to testing widgets account (`test-widgets.treasury-factory.near`) while prod instances are linked to prod 3) After merging this PR, we should start raising PR against `staging` branch (I will change the rules of the repo), which will deploy to testing instances, widget and bootstrap account, and once everything is tested we can create PR against `main` which will deploy to all prod accounts 4) The reference widget for the self create flow will be `bootstrap.treasury-factory.near` for prod and `test-bootstrap.treasury-factory.near` for testing.
I have setup 4 accounts
widgets.treasury-factory.near
for all widgetsbootstrap.treasury-factory.near
for initial/template (app.jsx) widgetsand for testing:
test-widgets.treasury-factory.near
test-bootstrap.treasury-factory.near
Things to note:
test-widgets.treasury-factory.near
) while prod instances are linked to prodstaging
branch (I will change the rules of the repo), which will deploy to testing instances, widget and bootstrap account, and once everything is tested we can create PR againstmain
which will deploy to all prod accountsbootstrap.treasury-factory.near
for prod andtest-bootstrap.treasury-factory.near
for testing.