Rename @cosmjs/sdk38 to @cosmjs/launchpad

This commit is contained in:
Simon Warta
2020-07-28 14:54:38 +02:00
parent 8410f41a40
commit c575f930a8
123 changed files with 62 additions and 48 deletions
+1 -1
View File
@@ -42,8 +42,8 @@
"@cosmjs/cosmwasm": "^0.21.1",
"@cosmjs/crypto": "^0.21.1",
"@cosmjs/encoding": "^0.21.1",
"@cosmjs/launchpad": "^0.21.1",
"@cosmjs/math": "^0.21.1",
"@cosmjs/sdk38": "^0.21.1",
"@cosmjs/utils": "^0.21.1",
"axios": "^0.19.2",
"babylon": "^6.18.0",
+2 -2
View File
@@ -78,9 +78,8 @@ export function main(originalArgs: readonly string[]): void {
"@cosmjs/encoding",
["fromAscii", "fromBase64", "fromHex", "fromUtf8", "toAscii", "toBase64", "toHex", "toUtf8", "Bech32"],
],
["@cosmjs/math", ["Decimal", "Int53", "Uint32", "Uint53", "Uint64"]],
[
"@cosmjs/sdk38",
"@cosmjs/launchpad",
[
"coin",
"coins",
@@ -106,6 +105,7 @@ export function main(originalArgs: readonly string[]): void {
"StdTx",
],
],
["@cosmjs/math", ["Decimal", "Int53", "Uint32", "Uint53", "Uint64"]],
["@cosmjs/utils", ["assert", "sleep"]],
]);