Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Commit

Permalink
Merge pull request #254 from etclabscore/fix/bumpmultigeth
Browse files Browse the repository at this point in the history
fix: bump multigeth version to 1.9.9
  • Loading branch information
shanejonas authored Feb 12, 2020
2 parents b9c9f2e + c1930fe commit d1ecea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/useMultiGethStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ export default createStore(() => {
const [serviceRunner, serviceRunnerUrl] = useServiceRunnerStore();
const [networkQuery] = useQueryParam("network", StringParam);
const [rpcUrlQuery] = useQueryParam("rpcUrl", StringParam);
return useMultiGeth(serviceRunner, serviceRunnerUrl, "1.9.7", networkQuery || "mainnet", rpcUrlQuery);
return useMultiGeth(serviceRunner, serviceRunnerUrl, "1.9.9", networkQuery || "mainnet", rpcUrlQuery);
});

0 comments on commit d1ecea5

Please sign in to comment.