We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f30696 commit 2ca5778Copy full SHA for 2ca5778
src/utils/helpers.ts
@@ -33,8 +33,6 @@ export const applyChainId = (
33
34
export const toBig = (h?: `0x${string}`) => (h ? hexToBigInt(h) : undefined);
35
36
-
37
38
export const ENDPOINT = "http://127.0.0.1:9545";
39
40
export const api = async <T = unknown>(
0 commit comments