Rename @cosmjs/sdk38 to @cosmjs/launchpad
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"]],
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user