Skip to content

Commit

Permalink
merge develop to main (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
venimus committed Oct 27, 2023
1 parent a27ba79 commit 1c90e48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions server/src/env/.env.production.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const NODE_URL = "https://testnet.prd.aepps.com";
export const WS_URL = "wss://testnet.prd.aepps.com/channel";
export const NODE_URL = "https://testnet.aeternity.io";
export const WS_URL = "wss://testnet.aeternity.io/channel";
export const COMPILER_URL = "https://compiler.aepps.com";
export const FAUCET_PUBLIC_ADDRESS =
"ak_2iBPH7HUz3cSDVEUWiHg76MZJ6tZooVNBmmxcgVK6VV8KAE688";
Expand Down
4 changes: 2 additions & 2 deletions server/src/env/.env.testnet.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const NODE_URL = "https://testnet.prd.aepps.com";
export const WS_URL = "wss://testnet.prd.aepps.com/channel";
export const NODE_URL = "https://testnet.aeternity.io";
export const WS_URL = "wss://testnet.aeternity.io/channel";
export const COMPILER_URL = "https://compiler.aepps.com";
export const FAUCET_PUBLIC_ADDRESS =
"ak_2iBPH7HUz3cSDVEUWiHg76MZJ6tZooVNBmmxcgVK6VV8KAE688";
Expand Down

0 comments on commit 1c90e48

Please sign in to comment.