Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
fix(env): update env config for AO process
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Jul 16, 2024
1 parent 5c19db2 commit 53c5706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const contract: AoIORead = IO.init({
// @permaweb/aoconnect defaults will be used if these are not provided
MU_URL: config.AO_MU_URL,
CU_URL: config.AO_CU_URL,
GRAPHQL_URL: config.AO_GATEWAY_URL,
GRAPHQL_URL: config.AO_GRAPHQL_URL,
GATEWAY_URL: config.AO_GATEWAY_URL,
}),
}),
Expand Down

0 comments on commit 53c5706

Please sign in to comment.