@iconlake/client 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.iife.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -67139,7 +67139,7 @@ function isSet$1Q(e) {
|
|
|
67139
67139
|
function createDropAminoConverters() {
|
|
67140
67140
|
return {
|
|
67141
67141
|
"/iconlake.drop.MsgMint": {
|
|
67142
|
-
aminoType: "
|
|
67142
|
+
aminoType: "drop/Mint",
|
|
67143
67143
|
toAmino: ({
|
|
67144
67144
|
creator: e,
|
|
67145
67145
|
amount: t
|
|
@@ -67162,7 +67162,7 @@ function createDropAminoConverters() {
|
|
|
67162
67162
|
})
|
|
67163
67163
|
},
|
|
67164
67164
|
"/iconlake.drop.MsgInit": {
|
|
67165
|
-
aminoType: "
|
|
67165
|
+
aminoType: "drop/Init",
|
|
67166
67166
|
toAmino: ({
|
|
67167
67167
|
creator: e,
|
|
67168
67168
|
address: t
|
|
@@ -67179,7 +67179,7 @@ function createDropAminoConverters() {
|
|
|
67179
67179
|
})
|
|
67180
67180
|
},
|
|
67181
67181
|
"/iconlake.drop.MsgUpdateParams": {
|
|
67182
|
-
aminoType: "
|
|
67182
|
+
aminoType: "drop/UpdateParams",
|
|
67183
67183
|
toAmino: ({
|
|
67184
67184
|
authority: e,
|
|
67185
67185
|
params: t
|