@imtbl/sdk 2.21.0 → 2.22.1-alpha.0
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 +1 -2
- package/dist/index.browser.cdn.js +96 -96
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
<p align="center">
|
|
3
|
-
<a href="https://docs.
|
|
3
|
+
<a href="https://docs.immutable.com">
|
|
4
4
|
<img src="https://cdn.dribbble.com/users/1299339/screenshots/7133657/media/837237d447d36581ebd59ec36d30daea.gif" width="280"/>
|
|
5
5
|
</a>
|
|
6
6
|
</p>
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
[Typescript SDK Official Starting guide](https://docs.immutable.com/sdk-docs/ts-immutable-sdk/overview/)
|
|
13
13
|
|
|
14
14
|
Checkout our API references for more information.
|
|
15
|
-
- [Immutable X API Reference](https://docs.immutable.com/x/reference)
|
|
16
15
|
- [Immutable zkEVM API Reference](https://docs.immutable.com/zkevm/api/reference)
|
|
17
16
|
|
|
18
17
|
# Installation
|