Skip to content

Commit

Permalink
Re-add OP Erigon (#1620)
Browse files Browse the repository at this point in the history
* Bump types to v0.1.29

* Re-add OP Erigon

* Update yarn lock
  • Loading branch information
dappnodedev authored Sep 28, 2023
1 parent eb4d697 commit ad24097
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@dappnode/common": "^0.1.0",
"@dappnode/dappmanager": "^0.1.0",
"@dappnode/eventbus": "^0.1.0",
"@dappnode/types": "^0.1.28",
"@dappnode/types": "^0.1.29",
"@reduxjs/toolkit": "^1.3.5",
"@types/clipboard": "^2.0.7",
"@types/node": "^18.11.18",
Expand Down
4 changes: 2 additions & 2 deletions packages/admin-ui/src/__mock-backend__/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export const otherCalls: Omit<Routes, keyof typeof namedSpacedCalls> = {
isSelected: true,
enableHistorical: true
},
/*{
{
status: "ok",
dnpName: "op-erigon.dnp.dappnode.eth",
avatarUrl: "",
Expand All @@ -310,7 +310,7 @@ export const otherCalls: Omit<Routes, keyof typeof namedSpacedCalls> = {
},
isSelected: false,
enableHistorical: false
}*/
}
],
rollup: {
status: "ok",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "eslint . --ext .ts --fix src"
},
"dependencies": {
"@dappnode/types": "^0.1.28",
"@dappnode/types": "^0.1.29",
"@types/node": "^18.11.18",
"lodash-es": "^4.17.21"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/dappmanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@dappnode/params": "^0.1.0",
"@dappnode/schemas": "^0.1.7",
"@dappnode/toolkit": "^0.1.19",
"@dappnode/types": "^0.1.28",
"@dappnode/types": "^0.1.29",
"@dappnode/utils": "^0.1.0",
"@ipld/car": "^3.1.16",
"@types/async": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/dappmanager/src/modules/optimism/params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export const historicalRpcUrl = "http://op-l2geth.dappnode:8545";

export const opClientToServiceMap: Record<ExecutionClientOptimism, string> = {
"op-geth.dnp.dappnode.eth": "geth",
//"op-erigon.dnp.dappnode.eth": "erigon"
"op-erigon.dnp.dappnode.eth": "erigon"
};
2 changes: 1 addition & 1 deletion packages/eventBus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@dappnode/params": "^0.1.0",
"@dappnode/types": "^0.1.28",
"@dappnode/types": "^0.1.29",
"lodash-es": "^4.17.21"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@dappnode/params": "^0.1.0",
"@dappnode/types": "^0.1.28",
"@dappnode/types": "^0.1.29",
"lodash-es": "^4.17.21"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1344,10 +1344,10 @@
resolved "https://registry.yarnpkg.com/@dappnode/types/-/types-0.1.23.tgz#e349661f40402b31fa3cd8651f16aed0ca927a79"
integrity sha512-24O6fVfKqQHuHOgaNHvA7sbEZzYjCWxyIpFXaxnJxl4da6NRAEd+wZgzNzRQsqC5lLIQkNEc4uS+V+utgSGJuw==

"@dappnode/types@^0.1.28":
version "0.1.28"
resolved "https://registry.yarnpkg.com/@dappnode/types/-/types-0.1.28.tgz#46a2e1531789701b292e7deb1ae13b6c70e0f45b"
integrity sha512-bN1IpOeujGxtNWJhdSCa4FWUuuO7a1QXF9m4BJfAuUHjnftT5LDRanejHXqwE0VmbcJ4k4TwrYaWpr0m+KjNJw==
"@dappnode/types@^0.1.29":
version "0.1.29"
resolved "https://registry.yarnpkg.com/@dappnode/types/-/types-0.1.29.tgz#832675d0463abe3299ff8e59feb199f7cab0c292"
integrity sha512-zjv75AuBJePI9cI7kh/+3FgTSDTGvkQcPy60jzhbe9N0JoFX7iYtVCxc0Kqfh11BP4ecFXAJBrjXnVAt6VaLDg==

"@emotion/is-prop-valid@^0.8.1":
version "0.8.8"
Expand Down

0 comments on commit ad24097

Please sign in to comment.