File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 working-directory : smart_accounts/zerodev
3434 run : npm install
3535
36- - name : Build TypeScript
37- working-directory : smart_accounts/zerodev
38- run : npm run build
39-
4036 - name : Run application
4137 working-directory : smart_accounts/zerodev
4238 run : npm run start
6662 working-directory : smart_accounts/safe
6763 run : npm install
6864
69- - name : Build TypeScript
70- working-directory : smart_accounts/safe
71- run : npm run build
72-
7365 - name : Run application
7466 working-directory : smart_accounts/safe
7567 run : npm run start
Original file line number Diff line number Diff line change 1+ ARBITRUM_RPC_URL = <>
2+ SIGNER_PRIVATE_KEY = <>
3+ SIGNER_ADDRESS = <>
4+ COMPASS_API_KEY = <>
5+ SAFE_ADDRESS = <>
Original file line number Diff line number Diff line change 33 "version" : " 1.0.0" ,
44 "main" : " index.js" ,
55 "scripts" : {
6- "build" : " tsc " ,
6+ "build" : " node --loader ts-node/esm ./src/index.ts " ,
77 "start" : " node dist/index.js"
88 },
99 "type" : " module" ,
Original file line number Diff line number Diff line change 1+ PRIVATE_KEY = <>
2+ ZERODEV_RPC = <>
3+ COMPASS_API_KEY = <>
Original file line number Diff line number Diff line change 44 "main" : " dist/index.js" ,
55 "type" : " module" ,
66 "scripts" : {
7- "build" : " tsc" ,
8- "start" : " node dist/index.js"
7+ "start" : " node --loader ts-node/esm ./src/index.ts"
98 },
109 "author" : " " ,
1110 "license" : " ISC" ,
1211 "description" : " " ,
1312 "dependencies" : {
1413 "@compass-labs/api-sdk" : " latest" ,
15- "@zerodev/ecdsa-validator" : " ^5.4.9 " ,
16- "@zerodev/sdk" : " ^5.4.36 " ,
14+ "@zerodev/ecdsa-validator" : " latest " ,
15+ "@zerodev/sdk" : " latest " ,
1716 "dotenv" : " ^16.5.0" ,
18- "tslib" : " ^2.8.1" ,
19- "viem" : " ^2.30.5"
17+ "tslib" : " ^2.8.1"
2018 },
2119 "devDependencies" : {
2220 "@types/node" : " ^22.15.27" ,
You can’t perform that action at this time.
0 commit comments