Skip to content

Commit c9888cf

Browse files
contract testing passed and frontend started as expected
1 parent 87f40bc commit c9888cf

File tree

146 files changed

+145
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+145
-47
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ package-lock.json
1212
!.yarn/sdks
1313
!.yarn/versions
1414
.eslintcache
15-
.DS_Store
15+
.DS_Store
16+
env/

node.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"localhost": "http://127.0.0.1:5050/"}

packages/nextjs/.env.example

100644100755
File mode changed.

packages/nextjs/.eslintrc.json

100644100755
File mode changed.

packages/nextjs/.gitignore

100644100755
File mode changed.

packages/nextjs/app/api/price/[symbol]/route.ts

100644100755
File mode changed.

packages/nextjs/app/configure/_components/DownloadContracts.tsx

100644100755
File mode changed.

packages/nextjs/app/configure/page.tsx

100644100755
File mode changed.

packages/nextjs/app/debug/_components/DebugContracts.tsx

100644100755
File mode changed.

packages/nextjs/app/debug/_components/contract/Array.tsx

100644100755
File mode changed.

0 commit comments

Comments
 (0)