@alpha-arcade/sdk 0.1.0 → 0.1.1
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 +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -303,7 +303,7 @@ type EscrowGlobalState = {
|
|
|
303
303
|
*
|
|
304
304
|
* @example
|
|
305
305
|
* ```typescript
|
|
306
|
-
* import { AlphaClient } from '@alpha-
|
|
306
|
+
* import { AlphaClient } from '@alpha-arcade/sdk';
|
|
307
307
|
* import algosdk from 'algosdk';
|
|
308
308
|
*
|
|
309
309
|
* const algodClient = new algosdk.Algodv2('', 'https://mainnet-api.algonode.cloud', 443);
|
package/dist/index.d.ts
CHANGED
|
@@ -303,7 +303,7 @@ type EscrowGlobalState = {
|
|
|
303
303
|
*
|
|
304
304
|
* @example
|
|
305
305
|
* ```typescript
|
|
306
|
-
* import { AlphaClient } from '@alpha-
|
|
306
|
+
* import { AlphaClient } from '@alpha-arcade/sdk';
|
|
307
307
|
* import algosdk from 'algosdk';
|
|
308
308
|
*
|
|
309
309
|
* const algodClient = new algosdk.Algodv2('', 'https://mainnet-api.algonode.cloud', 443);
|