Skip to content

Commit

Permalink
remove iot premine correction - hip failed (#460)
Browse files Browse the repository at this point in the history
* remove iot premine correction - hip failed

* update yarn lock

* try berry

* lock in to 3.6.4

* .

* remove corepack

* update readme

* remove iot-premine from config files
  • Loading branch information
bryzettler authored Oct 23, 2023
1 parent 82ccf1c commit 52e6919
Show file tree
Hide file tree
Showing 68 changed files with 17,732 additions and 21,878 deletions.
7 changes: 6 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-deploy-lockfiles.cjs
- checksum: db72366acb4a84405bcffb649cdfdcf7556a2be0b2bfa4de9cd619f5a32af285529c56d26d5849bf9c09718895a3b8919798c26e1de3375c9c58c41d484bd8b2
path: .yarn/plugins/@yarnpkg/plugin-deploy-lockfiles.cjs
spec: "https://raw.githubusercontent.com/zaro/yarn-plugin-deploy-lockfiles/main/bundles/%40yarnpkg/plugin-deploy-lockfiles.js"

yarnPath: .yarn/releases/yarn-3.6.4.cjs
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ The client should:

```
corepack enable
yarn set version 3.6.4
yarn
```

Expand Down
1 change: 0 additions & 1 deletion docker-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"migration-service": "./packages/migration-service",
"vsr-metadata-service": "./packages/vsr-metadata-service",
"account-postgres-sink-service": "./packages/account-postgres-sink-service",
"iot-premine-data-only-service": "./packages/iot-premine-data-only-service",
"crons": "./packages/crons",
"rewards-oracle-faucet-service": "./packages/rewards-oracle-faucet-service",
"entity-invalidator": "./packages/entity-invalidator"
Expand Down
Loading

0 comments on commit 52e6919

Please sign in to comment.