-
Notifications
You must be signed in to change notification settings - Fork 9
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
Package dependencies update and goerli to legacy #193
Conversation
@@ -15,10 +15,8 @@ jobs: | |||
with: | |||
submodules: recursive | |||
|
|||
- name: Get a specific Node.js version such that hardhat does not hang periodically |
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.
This no longer works, need to get v18.20, and the bug seems to be fixed a long time ago.
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "autonolas-tokenomics", | |||
"version": "1.0.0", |
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.
Adjusting to the Tokenomics contract version
"cross-fetch": "^4.0.0", | ||
"eth-permit": "^0.2.3", | ||
"ethereum-sources-downloader": "^0.1.21", | ||
"node-fetch": "^3.3.2", | ||
"scribble-generator": "^1.1.0", |
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.
These are not explicitly needed, scribble needs to be installed as a global env anyway if anybody wants to run it.
@@ -5,7 +5,7 @@ These scripts correspond to the steps in the full deployment procedure (as descr | |||
For the Tokenomics 1.2, refer to the following deployment procedure: [deployment_v1.2.md](https://github.com/valory-xyz/autonolas-tokenomics/blob/main/docs/deployment_v1.2.md). | |||
|
|||
## Observations | |||
- There are several files with global parameters based on the corresponding network. In order to work with the configuration, please copy `gobals_network.json` file to file the `gobals.json` one, where `network` is the corresponding network. For example: `cp gobals_goerli.json gobals.json`. |
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.
The rest is just putting goerli
mentioning in text to legacy
goerli
mentioning to legacy;