@initia/initia.js 1.0.4 → 1.0.5
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.cjs +1 -1
- package/dist/index.mjs +1 -5
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -96477,11 +96477,7 @@ class RESTClient {
|
|
|
96477
96477
|
return ((t = (await this.opchild.parameters()).min_gas_prices.toArray()[0]) == null ? void 0 : t.toString()) ?? "0uinit";
|
|
96478
96478
|
} catch {
|
|
96479
96479
|
try {
|
|
96480
|
-
|
|
96481
|
-
return new Coin(
|
|
96482
|
-
n.base_denom,
|
|
96483
|
-
n.base_min_gas_price
|
|
96484
|
-
).toString();
|
|
96480
|
+
return (await this.tx.gasPrice("uinit")).toString();
|
|
96485
96481
|
} catch {
|
|
96486
96482
|
return;
|
|
96487
96483
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@initia/initia.js",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "The JavaScript SDK for Initia",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Initia Foundation",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"ts-node": "^10.9.2",
|
|
53
53
|
"typescript": "^5.4.5",
|
|
54
54
|
"typescript-eslint": "^7.13.1",
|
|
55
|
-
"vite": "^6.2.
|
|
55
|
+
"vite": "^6.2.4",
|
|
56
56
|
"vite-plugin-dts": "^4.2.3",
|
|
57
57
|
"vitest": "^3.0.9"
|
|
58
58
|
},
|