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 #429 from etclabscore/fix/update-coregeth-1-11-16
Browse files Browse the repository at this point in the history
fix: update coregeth to 1.11.16
  • Loading branch information
shanejonas authored Oct 23, 2020
2 parents fd2fd4a + 474ad9c commit 0c15dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/useCoreGethStore.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 useCoreGeth(serviceRunner, serviceRunnerUrl, "1.11.15", networkQuery || "mainnet", rpcUrlQuery);
return useCoreGeth(serviceRunner, serviceRunnerUrl, "1.11.16", networkQuery || "mainnet", rpcUrlQuery);
});

0 comments on commit 0c15dad

Please sign in to comment.