Replace internal usages of @iov/encoding with @cosmjs/{encoding,math}
This commit is contained in:
+5
-20
@@ -75,6 +75,11 @@ export function main(originalArgs: readonly string[]): void {
|
||||
"Slip10RawIndex",
|
||||
],
|
||||
],
|
||||
[
|
||||
"@cosmjs/encoding",
|
||||
["fromAscii", "fromBase64", "fromHex", "fromUtf8", "toAscii", "toBase64", "toHex", "toUtf8", "Bech32"],
|
||||
],
|
||||
["@cosmjs/math", ["Decimal", "Int53", "Uint32", "Uint53", "Uint64"]],
|
||||
[
|
||||
"@cosmjs/sdk38",
|
||||
[
|
||||
@@ -98,26 +103,6 @@ export function main(originalArgs: readonly string[]): void {
|
||||
"StdTx",
|
||||
],
|
||||
],
|
||||
[
|
||||
"@iov/encoding",
|
||||
[
|
||||
"fromAscii",
|
||||
"fromBase64",
|
||||
"fromHex",
|
||||
"fromUtf8",
|
||||
"toAscii",
|
||||
"toBase64",
|
||||
"toHex",
|
||||
"toUtf8",
|
||||
"Bech32",
|
||||
"Decimal",
|
||||
// integers
|
||||
"Int53",
|
||||
"Uint32",
|
||||
"Uint53",
|
||||
"Uint64",
|
||||
],
|
||||
],
|
||||
["@cosmjs/utils", ["assert", "sleep"]],
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user