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

Package dependencies update and goerli to legacy #193

Merged
merged 4 commits into from
Nov 5, 2024
Merged

Conversation

kupermind
Copy link
Collaborator

  • Package dependencies update to get rid of errors when yarn installing;
  • goerli mentioning to legacy;
  • NO CODE CHANGE.

@@ -15,10 +15,8 @@ jobs:
with:
submodules: recursive

- name: Get a specific Node.js version such that hardhat does not hang periodically
Copy link
Collaborator Author

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",
Copy link
Collaborator Author

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

Comment on lines -59 to -63
"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",
Copy link
Collaborator Author

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`.
Copy link
Collaborator Author

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

@DavidMinarsch DavidMinarsch merged commit 5bf5095 into main Nov 5, 2024
2 checks passed
@DavidMinarsch DavidMinarsch deleted the packages branch November 5, 2024 12:10
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