timelock-sdk 0.0.164 → 0.0.165
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/{client-Dp-YTEVp.d.ts → client-cISs8Q1u.d.ts} +704 -707
- package/dist/{client-Di1eoh5l.d.cts → client-rBb0dgBA.d.cts} +780 -783
- package/dist/client.cjs +1 -4
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/client.js +1 -4
- package/dist/client.js.map +1 -1
- package/dist/package.d.cts +1 -1
- package/dist/package.d.ts +1 -1
- package/package.json +1 -1
package/dist/client.cjs
CHANGED
|
@@ -1678,10 +1678,7 @@ const usePricingParams = (pricingAddr) => {
|
|
|
1678
1678
|
type: "function",
|
|
1679
1679
|
name: "readState",
|
|
1680
1680
|
stateMutability: "view",
|
|
1681
|
-
inputs: [
|
|
1682
|
-
name: "target",
|
|
1683
|
-
type: "address"
|
|
1684
|
-
}],
|
|
1681
|
+
inputs: [],
|
|
1685
1682
|
outputs: [{
|
|
1686
1683
|
name: "",
|
|
1687
1684
|
type: "bytes"
|