Skip to content

Commit

Permalink
Merge pull request #48 from cosmology-tech/regen-icjs
Browse files Browse the repository at this point in the history
regen code using new version telescope
  • Loading branch information
Zetazzz authored Oct 21, 2024
2 parents 1981cc5 + 9449242 commit 27b7bc4
Show file tree
Hide file tree
Showing 155 changed files with 8,787 additions and 4,048 deletions.
7 changes: 7 additions & 0 deletions .telescope.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"options": {
"classesUseArrowFunctions": true,
"env": "v-next",
"useInterchainJs": true,
"useSDKTypes": false,
"prototypes": {
"enableRegistryLoader": false,
Expand All @@ -24,6 +25,12 @@
"injective/types/v1beta1/account.proto",
"cosmos/auth/v1beta1/auth.proto",
"cosmos/auth/v1beta1/query.proto",
"cosmos/bank/v1beta1/bank.proto",
"cosmos/bank/v1beta1/query.proto",
"cosmos/gov/v1beta1/gov.proto",
"cosmos/gov/v1beta1/query.proto",
"cosmos/staking/v1beta1/staking.proto",
"cosmos/staking/v1beta1/query.proto",
"cosmos/crypto/secp256k1/keys.proto"
]
},
Expand Down
2 changes: 1 addition & 1 deletion libs/cosmos-types/src/binary.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file and any referenced files were automatically generated by @cosmology/telescope@1.5.10
* This file and any referenced files were automatically generated by @cosmology/telescope@1.10.3
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
*/
Expand Down
Loading

0 comments on commit 27b7bc4

Please sign in to comment.