Skip to content

Commit

Permalink
Update development hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimog01 committed Sep 20, 2023
1 parent 05c910e commit 9157abf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ export async function getOptimismConfig(): Promise<OptimismConfigGet> {

let hash = "";
if (execClient === "op-geth.dnp.dappnode.eth") {
hash = "/ipfs/QmURvP2uKPKyBFpkwFE8JstB8eDcQ2Xd9PmW9TMCPPKpSL";
hash = "/ipfs/QmPyzdBbgpfccVFCiGh9kHsmbZe4pM1d4KdP6WAJED4TX9";
} else {
hash = "/ipfs/QmcdDtv2n3ottwn3tvpMiBbLfVMSp1KCHzTzjyLRL6PdqL";
hash = "/ipfs/QmZW23WHWePEMe1o8NDedgoMzyWv4Jw6RbbZ4hACUCjozM";
}

const pkgData = await getPkgData(releaseFetcher, hash);
Expand Down Expand Up @@ -67,7 +67,7 @@ export async function getOptimismConfig(): Promise<OptimismConfigGet> {
/**if (!(await releaseFetcher.repoExists(optimismNode)))
throw Error(`Repository ${optimismNode} does not exist`);*/

const hash = "/ipfs/QmT7tBCdPX6HLQXmQynuETkwAPCSeAqFbANVKaFJnnQ6nw";
const hash = "/ipfs/QmVJV1ZbDyTNDReeNu6ykQfUXZ4SKXmLFiqULQ3S1JYcXG";

const pkgData = await getPkgData(releaseFetcher, hash);
const mainnetRpcUrl = getOptimismNodeRpcUrl();
Expand Down

0 comments on commit 9157abf

Please sign in to comment.