Skip to content

Commit

Permalink
upgrade sdk, migrate tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 committed Feb 8, 2024
1 parent 36bdf65 commit d29ffdc
Show file tree
Hide file tree
Showing 111 changed files with 701 additions and 656 deletions.
2 changes: 1 addition & 1 deletion @WIP/alpaca/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion @WIP/balancer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion @WIP/dotbit/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion @WIP/dydx/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion @WIP/ens/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion @WIP/inv/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion @WIP/lido/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion @WIP/opensea/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion @WIP/stETH/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
],
"type": "module",
"dependencies": {
"@sentio/sdk": "^2.32.0",
"@sentio/sdk": "^2.32.1",
"node-fetch": "^3.3.1"
},
"resolutions": {
"ethers": "npm:@sentio/ethers@6.6.0"
},
"devDependencies": {
"@sentio/cli": "^2.13.2",
"@sentio/cli": "^2.14.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/1inch/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/aave/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/algebra/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/anyswap/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/aperture/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/aptos-overview/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/aptos-webhook/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/arb/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/argo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/arthswap/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/astar-webhook/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/aux-exchange/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/balancer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/bancor/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/baseNFT/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/bend-dao/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/bluemove-dex/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/bluemove-nft-sui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/blur/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/bridgetoken/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/bytetrade/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/circle/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/clutchy/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/coinbase/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/compound/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/convex/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/corgi-ai/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/curve/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/deepbook/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/deri/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/dimo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/ebisusbay-cronos/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/econia/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"module": "esnext",
"module": "nodenext",
"moduleResolution": "nodenext",
"strictNullChecks": true,
"stripInternal": true,
Expand Down
Loading

0 comments on commit d29ffdc

Please sign in to comment.