@ar.io/sdk 4.0.0-alpha.2 → 4.0.0-alpha.3

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 CHANGED
@@ -403,7 +403,7 @@ const ario = ARIO.init({
403
403
  On localnet (Surfpool) source program IDs from
404
404
  `migration/localnet/out/localnet.env` in the `solana-ar-io` monorepo.
405
405
 
406
- ##### Faucet
406
+ <!-- ##### Faucet
407
407
 
408
408
  The SDK exposes a `createFaucet` HTTP wrapper around the ar.io faucet
409
409
  service ([faucet.ar.io](https://faucet.ar.io)). The faucet backend has
@@ -476,7 +476,7 @@ if (
476
476
  }
477
477
  ```
478
478
 
479
- </details>
479
+ </details> -->
480
480
 
481
481
  ### Vaults
482
482
 
@@ -2264,7 +2264,7 @@ console.log(`ANT was spawned with module: ${moduleId}`);
2264
2264
 
2265
2265
  // With custom GraphQL URL and retries
2266
2266
  const moduleId = await ant.getModuleId({
2267
- graphqlUrl: "https://arweave.net/graphql",
2267
+ graphqlUrl: "https://turbo-gateway.com/graphql",
2268
2268
  retries: 5,
2269
2269
  });
2270
2270
  ```
@@ -2665,7 +2665,7 @@ const balance = await ant.getBalance({
2665
2665
 
2666
2666
  #### `transfer({ target })`
2667
2667
 
2668
- Transfers ownership of the ANT to a new target address. Target MUST be an Arweave address.
2668
+ Transfers ownership of the ANT to a new target address. Target must be a Solana address. ANT transfers are standard Metaplex Core NFT transfers.
2669
2669
 
2670
2670
  _Note: Requires `signer` to be provided on `ANT.init` to sign the transaction._
2671
2671
 
@@ -3422,4 +3422,4 @@ For more information on how to contribute, please see [CONTRIBUTING.md].
3422
3422
 
3423
3423
  ```
3424
3424
 
3425
- ```
3425
+ ```
@@ -14,4 +14,4 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
17
- export const version = '4.0.0-alpha.2';
17
+ export const version = '4.0.0-alpha.3';
@@ -13,4 +13,4 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const version = "4.0.0-alpha.1";
16
+ export declare const version = "4.0.0-alpha.2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ar.io/sdk",
3
- "version": "4.0.0-alpha.2",
3
+ "version": "4.0.0-alpha.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/ar-io/ar-io-sdk.git"
@@ -114,7 +114,7 @@
114
114
  "typescript": "^5.1.6"
115
115
  },
116
116
  "dependencies": {
117
- "@ar.io/solana-contracts": "0.8.0-staging.18",
117
+ "@ar.io/solana-contracts": "1.0.0",
118
118
  "@noble/hashes": "^1.8.0",
119
119
  "@solana-program/address-lookup-table": "^0.11.0",
120
120
  "@solana-program/compute-budget": "^0.15.0",