From 6c9d0a1ba513a5e6d2f84e5bbbb3dca19ffb292c Mon Sep 17 00:00:00 2001 From: zugdev Date: Fri, 31 Jan 2025 03:10:59 -0300 Subject: [PATCH] chore: format --- .cspell.json | 2 +- src/main.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cspell.json b/.cspell.json index 09c4f2b..d7c833d 100644 --- a/.cspell.json +++ b/.cspell.json @@ -4,7 +4,7 @@ "ignorePaths": ["**/*.json", "**/*.css", "node_modules", "**/*.log"], "useGitignore": true, "language": "en", - "words": ["dataurl", "UUSD", "UBQ", "outdir", "servedir", "reown", "appkit", "proxiable", "TYPEHASH", "twap", "chainlink", "lusd", "caip"], + "words": ["dataurl", "UUSD", "UBQ", "outdir", "servedir", "reown", "appkit", "proxiable", "TYPEHASH", "twap", "chainlink", "lusd", "caip", "ontract"], "dictionaries": ["typescript", "node", "software-terms"], "import": ["@cspell/dict-typescript/cspell-ext.json", "@cspell/dict-node/cspell-ext.json", "@cspell/dict-software-terms"], "ignoreRegExpList": ["[0-9a-fA-F]{6}"] diff --git a/src/main.ts b/src/main.ts index b34a023..9130dea 100644 --- a/src/main.ts +++ b/src/main.ts @@ -28,7 +28,7 @@ const metadata = { const rpcPerChainId: { [key: string]: string } = { "1": "https://eth.llamarpc.com", "31337": "http://localhost:8545", -} +}; export const appState = createAppKit({ adapters: [new Ethers5Adapter()],