Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Jan 31, 2025
1 parent ab6147c commit 6c9d0a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}"]
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()],
Expand Down

0 comments on commit 6c9d0a1

Please sign in to comment.