@fileverse-dev/dsheet 1.0.83-patch-6 → 1.0.83-patch-7
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.es.js +5 -5
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -10983,27 +10983,27 @@ If "derivatives": exchange name (e.g., "binance_futures", "hyperliquid", "weex-f
|
|
|
10983
10983
|
}, Iee = {
|
|
10984
10984
|
n: "SMARTCONTRACT",
|
|
10985
10985
|
t: 20,
|
|
10986
|
-
d: "
|
|
10986
|
+
d: "Query smart contracts in cells.",
|
|
10987
10987
|
r: "Call a read-only function on a given smart contract",
|
|
10988
10988
|
p: [
|
|
10989
10989
|
{
|
|
10990
10990
|
name: "contractName",
|
|
10991
10991
|
detail: "Name of the contract you want to pull data from",
|
|
10992
|
-
example: '"
|
|
10992
|
+
example: '"USDC"',
|
|
10993
10993
|
require: "m",
|
|
10994
10994
|
type: "string"
|
|
10995
10995
|
},
|
|
10996
10996
|
{
|
|
10997
10997
|
name: "functionName",
|
|
10998
10998
|
detail: "Name of the function you want to call from the give contract",
|
|
10999
|
-
example: '"
|
|
10999
|
+
example: '"balanceOf"',
|
|
11000
11000
|
require: "m",
|
|
11001
11001
|
type: "string"
|
|
11002
11002
|
},
|
|
11003
11003
|
{
|
|
11004
11004
|
name: "...functionArgs",
|
|
11005
11005
|
detail: "Optional arguments to pass to the contract function.",
|
|
11006
|
-
example: '
|
|
11006
|
+
example: '"0x50Aa3435E310d5a2d15a989Bc353ce7f5682E1d4"',
|
|
11007
11007
|
require: "o",
|
|
11008
11008
|
type: "any"
|
|
11009
11009
|
}
|
|
@@ -173253,7 +173253,7 @@ const x8t = (e, r, t = "Anonymous", a = !0, n = "") => {
|
|
|
173253
173253
|
/* @__PURE__ */ $t.jsx("p", { className: " font-size-2xsm font-medium text-[12px] leading-[16px] color-text-default", children: "dSheets account required" }),
|
|
173254
173254
|
/* @__PURE__ */ $t.jsxs("p", { className: "text-helper-text-sm mt-1 color-text-secondary", children: [
|
|
173255
173255
|
/* @__PURE__ */ $t.jsx("a", { className: " inline color-text-link ", children: "Signup/Login " }),
|
|
173256
|
-
" to
|
|
173256
|
+
" to be able to access smart contracts."
|
|
173257
173257
|
] })
|
|
173258
173258
|
]
|
|
173259
173259
|
}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@fileverse-dev/dsheet",
|
|
3
3
|
"private": false,
|
|
4
4
|
"description": "DSheet",
|
|
5
|
-
"version": "1.0.83-patch-
|
|
5
|
+
"version": "1.0.83-patch-7",
|
|
6
6
|
"main": "dist/index.es.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
8
8
|
"exports": {
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@fileverse-dev/dsheets-templates": "^0.0.17",
|
|
37
|
-
"@fileverse-dev/formulajs": "^4.4.11-mod-
|
|
38
|
-
"@fileverse-dev/fortune-react": "^1.0.81-patch-
|
|
37
|
+
"@fileverse-dev/formulajs": "^4.4.11-mod-89",
|
|
38
|
+
"@fileverse-dev/fortune-react": "^1.0.81-patch-7",
|
|
39
39
|
"@fileverse/ui": "^4.1.7-patch-21",
|
|
40
40
|
"classnames": "^2.5.1",
|
|
41
41
|
"exceljs": "^4.4.0",
|