Skip to content

Commit

Permalink
contract2
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjaqbek committed Jul 26, 2024
1 parent c45b512 commit e76a470
Show file tree
Hide file tree
Showing 4 changed files with 575 additions and 155 deletions.
62 changes: 62 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"dependencies": {
"@orbs-network/ton-access": "^2.2.2",
"@tanstack/react-query": "^4.24.4",
"@ton/ton": "^14.0.0",
"@tonconnect/ui-react": "^2.0.6",
"@twa-dev/sdk": "^6.4.2",
"axios": "^1.7.2",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"noEmit": true,
"jsx": "react-jsx"
},
"include": ["src"],
"include": ["src", "race/scripts/onChainRaceService.ts"],
"references": [{ "path": "./tsconfig.node.json" }]
}
Loading

0 comments on commit e76a470

Please sign in to comment.