File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if (argv['dev']) {
14
14
console . log ( 'MU' , process . env . MU_URL )
15
15
console . log ( 'SCHEDULER' , process . env . SCHEDULER )
16
16
} else {
17
- process . env . GATEWAY_URL ||= 'https://arweave.net '
17
+ process . env . GATEWAY_URL ||= 'https://ao-search-gateway.goldsky.com '
18
18
process . env . CU_URL ||= 'https://cu.ao-testnet.xyz'
19
19
process . env . MU_URL ||= 'https://mu.ao-testnet.xyz'
20
20
}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export function gql(query, variables) {
17
17
}
18
18
19
19
const ARWEAVE_GRAPHQL = process . env . ARWEAVE_GRAPHQL || (
20
- process . env . GATEWAY_URL ? new URL ( '/graphql' , process . env . GATEWAY_URL ) : 'https://arweave.net/graphql '
20
+ process . env . GATEWAY_URL ? new URL ( '/graphql' , process . env . GATEWAY_URL ) : 'https://ao-search-gateway.goldsky.com '
21
21
)
22
22
function queryArweave ( body ) {
23
23
return fromPromise ( ( ) => fetch ( ARWEAVE_GRAPHQL , {
@@ -44,4 +44,4 @@ function queryArweave(body) {
44
44
45
45
46
46
) ( )
47
- }
47
+ }
You can’t perform that action at this time.
0 commit comments