@ar.io/sdk 3.11.0 → 3.12.0-alpha.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 CHANGED
@@ -1927,6 +1927,7 @@ const ario = ARIO.mainnet({
1927
1927
  process: new AOProcess({
1928
1928
  processId: 'ARIO_PROCESS_ID'
1929
1929
  ao: connect({
1930
+ MODE: 'legacy',
1930
1931
  MU_URL: 'https://mu-testnet.xyz',
1931
1932
  CU_URL: 'https://cu-testnet.xyz',
1932
1933
  GRAPHQL_URL: 'https://arweave.net/graphql',
@@ -2417,6 +2418,7 @@ const ant = ANT.init({
2417
2418
  process: new AoProcess({
2418
2419
  processId: 'ANT_PROCESS_ID'
2419
2420
  ao: connect({
2421
+ MODE: 'legacy',
2420
2422
  MU_URL: 'https://mu-testnet.xyz',
2421
2423
  CU_URL: 'https://cu-testnet.xyz',
2422
2424
  GRAPHQL_URL: 'https://arweave.net/graphql',