number-guess-sdk 1.0.73 → 1.0.75
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/README.md +3 -0
- package/dist/client.js +1 -0
- package/dist/types.js +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -520,3 +520,6 @@ Every read-only helper accepts an optional config override with custom contract
|
|
|
520
520
|
- `getUserLastTarget(address)`
|
|
521
521
|
- `createGuessCall(value)`
|
|
522
522
|
<!-- rep-sdk-readme: 1777757234230 -->
|
|
523
|
+
## Custom Config
|
|
524
|
+
|
|
525
|
+
Every read-only helper accepts an optional config override with custom contract address, contract name, api base, and network.
|
package/dist/client.js
CHANGED
package/dist/types.js
CHANGED
package/package.json
CHANGED