Skip to content

Commit f1016f5

Browse files
authored
Merge pull request #18 from hyperweb-io/anmol/remove-custom-aminotypes
chore: remove custom aminotypes and bundle
2 parents ee36702 + 291fbbc commit f1016f5

File tree

20 files changed

+29
-1271
lines changed

20 files changed

+29
-1271
lines changed

packages/hyperwebjs/hyperweb

packages/hyperwebjs/scripts/codegen.ts

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const options: TelescopeInput = {
7272
},
7373

7474
bundle: {
75-
enabled: true
75+
enabled: false
7676
},
7777

7878
stargateClients: {
@@ -107,26 +107,6 @@ export const options: TelescopeInput = {
107107
customTypes: {
108108
useCosmosSDKDec: true
109109
},
110-
exceptions: {
111-
'/hyperweb.hvm.MsgEval': {
112-
aminoType: 'hvm/x/hvm/MsgEval'
113-
},
114-
'/hyperweb.hvm.MsgEvalResponse': {
115-
aminoType: 'hvm/x/hvm/MsgEvalResponse'
116-
},
117-
'/hyperweb.hvm.MsgInstantiate': {
118-
aminoType: 'hvm/x/hvm/MsgInstantiate'
119-
},
120-
'/hyperweb.hvm.MsgInstantiateResponse': {
121-
aminoType: 'hvm/x/hvm/MsgInstantiateResponse'
122-
},
123-
'/hyperweb.hvm.MsgUpdateParams': {
124-
aminoType: 'hvm/x/hvm/MsgUpdateParams'
125-
},
126-
'/hyperweb.hvm.MsgUpdateParamsResponse': {
127-
aminoType: 'hvm/x/hvm/MsgUpdateParamsResponse'
128-
},
129-
}
130110
}
131111
}
132112
};

packages/hyperwebjs/src/amino/bundle.ts

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

0 commit comments

Comments
 (0)