Skip to content

Commit

Permalink
fix: use allnetworkurls
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Feb 21, 2024
1 parent c0249df commit 517dd48
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/esbuild-build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ function createEnvDefines(envVarNames: string[], extras: Record<string, unknown>
defines[key] = JSON.stringify(extras[key]);
}
}
defines["extraRpcs"] = JSON.stringify(extraRpcs);
defines["extraRpcs"] = JSON.stringify(allNetworkUrls);
return defines;
}
1 change: 1 addition & 0 deletions lib/chainlist
Submodule chainlist added at 805928
1 change: 0 additions & 1 deletion static/scripts/rewards/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export enum NetworkIds {
Goerli = 5,
Gnosis = 100,
}
console.trace({ extraRpcs });

export enum Tokens {
DAI = "0x6b175474e89094c44da98b954eedeac495271d0f",
Expand Down

1 comment on commit 517dd48

@ubiquity-os-deployer
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.