Skip to content

Commit

Permalink
[FRE-860] Rip chains codegen (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki authored Jul 24, 2024
1 parent 782348b commit 81833e6
Show file tree
Hide file tree
Showing 31 changed files with 224 additions and 575 deletions.
5 changes: 5 additions & 0 deletions .changeset/chatty-students-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@skip-go/widget': patch
---

remove chains codegen
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
[submodule "chain-registry"]
path = chain-registry
url = https://github.com/cosmos/chain-registry.git
[submodule "initia-registry"]
path = initia-registry
url = https://github.com/initia-labs/initia-registry.git
[submodule "vendor/cosmos-proto"]
path = vendor/cosmos-proto
url = https://github.com/cosmos/cosmos-proto.git
Expand Down
1 change: 0 additions & 1 deletion chain-registry
Submodule chain-registry deleted from 82f4c8
1 change: 0 additions & 1 deletion initia-registry
Submodule initia-registry deleted from b82033
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"build:nextjs": "yarn workspace nextjs build",
"build:core": "yarn workspace @skip-go/core build",
"codegen": "yarn workspace @skip-go/core codegen",
"chains": "yarn workspace @skip-go/widget run chains:generate",
"test": "yarn workspace @skip-go/core run test",
"submodule": "yarn run submodule:init && yarn run submodule:update",
"submodule:init": "git submodule init",
Expand All @@ -46,7 +45,6 @@
"@cosmos-kit/react": "2.10.x",
"@cosmos-kit/station": "2.5.x",
"@cosmos-kit/vectis": "2.6.x",
"@graz-sh/types": "^0.0.14",
"@initia/initia-registry": "0.1.9",
"@injectivelabs/core-proto-ts": "0.0.21",
"@injectivelabs/sdk-ts": "1.14.5",
Expand Down
6 changes: 2 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
"watch": "tsup --watch",
"watch:link": "tsup --watch --onSuccess \"yalc push\""
},
"peerDependencies": {
"chain-registry": "^1.33.11"
},
"dependencies": {
"@cosmjs/amino": "0.32.4",
"@cosmjs/cosmwasm-stargate": "0.32.4",
Expand All @@ -37,13 +34,14 @@
"@cosmjs/proto-signing": "0.32.4",
"@cosmjs/stargate": "0.32.4",
"@cosmjs/tendermint-rpc": "0.32.4",
"@initia/initia-registry": "0.1.9",
"@initia/initia-registry": "latest",
"@injectivelabs/core-proto-ts": "0.0.21",
"@injectivelabs/sdk-ts": "1.14.5",
"@keplr-wallet/unit": "^0.12.67",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/web3.js": "^1.91.1",
"axios": "1.x",
"chain-registry": "latest",
"cosmjs-types": "0.8.0",
"keccak256": "1.x",
"kujira.js": "0.9.x",
Expand Down
Loading

0 comments on commit 81833e6

Please sign in to comment.