Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/develop' into PE-8241-hyperbeam-…
…setting
  • Loading branch information
atticusofsparta committed Jul 22, 2025
commit b87c1c6c6eb3a931fea65375af06ebb5d97fb790
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
},
"dependencies": {
"@ant-design/icons": "5.4.0",
"@ar.io/sdk": "^3.14.1-alpha.1",
"@ar.io/sdk": "3.14.0",
"@ar.io/wayfinder-core": "^1.0.4",
"@ar.io/wayfinder-react": "^1.0.6",
"@ardrive/turbo-sdk": "^1.23.1",
"@permaweb/aoconnect": "0.0.69",
"@radix-ui/react-checkbox": "^1.1.4",
Expand Down
5 changes: 4 additions & 1 deletion src/state/contexts/GlobalState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ import React, {
import { ArweaveCompositeDataProvider } from '../../services/arweave/ArweaveCompositeDataProvider';
import { SimpleArweaveDataProvider } from '../../services/arweave/SimpleArweaveDataProvider';
import {
APP_VERSION,
ARIO_AO_CU_URL,
ARIO_PROCESS_ID,
ARWEAVE_HOST,
DEFAULT_ARWEAVE,
Expand Down Expand Up @@ -98,7 +100,8 @@ export const defaultArIO = ARIO.init({
process: new AOProcess({
processId: initialArioProcessId,
ao: connect({
CU_URL: initialAoNetwork.ARIO.CU_URL,
CU_URL: ARIO_AO_CU_URL,
MODE: 'legacy',
}),
}),
});
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.