Skip to content

Commit

Permalink
Merge pull request #204 from cosmology-tech/luca/new-chain-template
Browse files Browse the repository at this point in the history
New chain-template
  • Loading branch information
marslavish authored Sep 24, 2024
2 parents be6f91a + 67df6e2 commit da2d28b
Show file tree
Hide file tree
Showing 347 changed files with 49,008 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/chain-template-spawn/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "next/core-web-vitals",
"rules": {
"react-hooks/exhaustive-deps": "off"
}
}
36 changes: 36 additions & 0 deletions examples/chain-template-spawn/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
Loading

0 comments on commit da2d28b

Please sign in to comment.