Skip to content

Commit

Permalink
feat: remove ink!athon env config
Browse files Browse the repository at this point in the history
  • Loading branch information
prxgr4mm3r committed Mar 7, 2024
1 parent 6b917b3 commit 57ea5dd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
1 change: 0 additions & 1 deletion src/templates/frontend/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"private": true,
"version": "0.6.0",
"scripts": {
"postinstall": "bash postinstall.sh",
"dev": "NODE_ENV=development POLKADOTJS_DISABLE_ESM_CJS_WARNING_FLAG=1 next dev",
"node": "pnpm run -F contracts node",
"dev-and-node": "concurrently \"pnpm dev\" \"pnpm node\" --names \"Next,Node\" --kill-others",
Expand Down
2 changes: 1 addition & 1 deletion src/templates/frontend/src/app/providers.tsx.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { env } from '@/config/environment'
export default function ClientProviders({ children }: PropsWithChildren) {
return (
<UseInkathonProvider
appName="ink!athon" // TODO
appName="Swanky frontend"
connectOnInit={true}
defaultChain={env.defaultChain}
deployments={getDeployments()}
Expand Down
11 changes: 0 additions & 11 deletions src/templates/frontend/src/config/get-supported-chains.ts.hbs

This file was deleted.

0 comments on commit 57ea5dd

Please sign in to comment.