Skip to content

Commit 2ca5778

Browse files
committed
nits
1 parent 7f30696 commit 2ca5778

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/helpers.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ export const applyChainId = (
3333

3434
export const toBig = (h?: `0x${string}`) => (h ? hexToBigInt(h) : undefined);
3535

36-
37-
3836
export const ENDPOINT = "http://127.0.0.1:9545";
3937

4038
export const api = async <T = unknown>(

0 commit comments

Comments
 (0)