Skip to content

Commit ef1a823

Browse files
committed
feat: add starship demo to injective example
1 parent 3bff6c9 commit ef1a823

File tree

11 files changed

+1022
-517
lines changed

11 files changed

+1022
-517
lines changed

examples/injective-node/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/injective-node/index.ts

Lines changed: 0 additions & 135 deletions
This file was deleted.

examples/injective-node/package.json

Lines changed: 0 additions & 26 deletions
This file was deleted.

examples/injective-node/starship/configs/config.local.yaml

Lines changed: 0 additions & 53 deletions
This file was deleted.

examples/injective-node/starship/configs/config.workflow.yaml

Lines changed: 0 additions & 53 deletions
This file was deleted.

examples/injective-node/starship/configs/config.yaml

Lines changed: 0 additions & 37 deletions
This file was deleted.

examples/injective-node/tsconfig.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

examples/injective/package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
"lint": "next lint",
1010
"locks:remove": "rm -f yarn.lock",
1111
"locks:create": "generate-lockfile --lockfile ../../yarn.lock --package package.json --write yarn.lock --force",
12-
"locks": "npm run locks:remove && npm run locks:create"
12+
"locks": "npm run locks:remove && npm run locks:create",
13+
"starship": "starship --config ./starship/configs/config.yaml",
14+
"starship:demo": "tsx starship/src/index.ts",
15+
"starship:all": "yarn starship start",
16+
"starship:clean": "yarn starship stop"
1317
},
1418
"resolutions": {
1519
"react": "18.2.0",
@@ -30,9 +34,12 @@
3034
"@interchain-kit/react": "0.2.222",
3135
"@interchain-ui/react": "^1.23.29",
3236
"@interchain-ui/react-no-ssr": "^0.1.6",
37+
"@interchainjs/auth": "1.11.2",
3338
"@interchainjs/cosmos": "1.11.2",
3439
"@interchainjs/cosmos-types": "1.11.2",
3540
"@interchainjs/injective": "1.11.2",
41+
"@interchainjs/types": "1.11.2",
42+
"@interchainjs/utils": "1.11.2",
3643
"@tanstack/react-query": "4.29.1",
3744
"bignumber.js": "9.1.1",
3845
"chain-registry": "^1.69.32",
@@ -46,13 +53,16 @@
4653
"react-icons": "4.6.0"
4754
},
4855
"devDependencies": {
56+
"@starship-ci/cli": "^2.9.0",
4957
"@tanstack/react-query-devtools": "4.29.1",
5058
"@types/node": "^20.14.6",
5159
"@types/react": "^18.3.3",
5260
"@types/react-dom": "^18.3.0",
5361
"eslint": "8.28.0",
5462
"eslint-config-next": "13.0.5",
5563
"generate-lockfile": "0.0.12",
64+
"starshipjs": "^2.4.0",
65+
"tsx": "^4.19.3",
5666
"typescript": "^5.1.6"
5767
},
5868
"packageManager": "[email protected]"

0 commit comments

Comments
 (0)