@ar.io/sdk 4.0.0 → 4.0.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.
|
@@ -90,10 +90,8 @@ export const MAINNET_ATTESTOR_PUBKEY = address('7XtUnotZAeYZNzVSYV5nb7S9YH9qHXyV
|
|
|
90
90
|
* here for reference.
|
|
91
91
|
*/
|
|
92
92
|
export const MAINNET_AUTHORITY_PUBKEY = address('45ZuEb1Jk7pbjshD1BVasBekAXhimdWuJjyswQzMyTB1');
|
|
93
|
-
// TODO(mainnet): placeholder — this reuses the devnet mint and is WRONG for
|
|
94
|
-
// mainnet. Replace with the real mainnet ARIO mint once it is known.
|
|
95
93
|
/** ARIO SPL Token mint on Solana mainnet-beta. */
|
|
96
|
-
export const MAINNET_ARIO_MINT = address('
|
|
94
|
+
export const MAINNET_ARIO_MINT = address('DcNnMuFxwhgV4WY1HVSaSEgr92bv2b1vUvEKiNxWqHdF');
|
|
97
95
|
/**
|
|
98
96
|
* AR.IO program IDs deployed on Solana devnet (staging).
|
|
99
97
|
*
|
package/lib/esm/version.js
CHANGED
package/lib/types/version.d.ts
CHANGED