Skip to content

Commit

Permalink
merge develop to main (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
venimus authored Oct 27, 2023
1 parent cd7dc36 commit a27ba79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
VITE_NODE_ENV=staging
VITE_BOT_SERVICE_URL=https://develop-state-channel-demo-backend.dev.aepps.com
VITE_CLIENT_PORT=8000
VITE_NODE_URL=https://testnet.prd.aepps.com
VITE_NODE_URL=https://testnet.aeternity.io
VITE_COMPILER_URL=https://compiler.aepps.com
VITE_WS_URL=wss://testnet.prd.aepps.com/channel
VITE_WS_URL=wss://testnet.aeternity.io/channel
VITE_FAUCET_PUBLIC_ADDRESS=ak_2iBPH7HUz3cSDVEUWiHg76MZJ6tZooVNBmmxcgVK6VV8KAE688
VITE_NETWORK_ID=ae_uat
VITE_RESPONDER_HOST=localhost
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prd-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ jobs:
VITE_NODE_ENV=staging
VITE_BOT_SERVICE_URL=https://state-channel-demo-backend.prd.aepps.com
VITE_CLIENT_PORT=8000
VITE_NODE_URL=https://testnet.prd.aepps.com
VITE_NODE_URL=https://testnet.aeternity.io
VITE_COMPILER_URL=https://compiler.aepps.com
VITE_WS_URL=wss://testnet.prd.aepps.com/channel
VITE_WS_URL=wss://testnet.aeternity.io/channel
VITE_FAUCET_PUBLIC_ADDRESS=ak_2iBPH7HUz3cSDVEUWiHg76MZJ6tZooVNBmmxcgVK6VV8KAE688
VITE_NETWORK_ID=ae_uat
VITE_RESPONDER_HOST=localhost
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stg-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ jobs:
VITE_NODE_ENV=staging
VITE_BOT_SERVICE_URL=https://pr-${{ env.PR_NUMBER }}-state-channel-demo-backend.stg.aepps.com
VITE_CLIENT_PORT=8000
VITE_NODE_URL=https://testnet.prd.aepps.com
VITE_NODE_URL=https://testnet.aeternity.io
VITE_COMPILER_URL=https://compiler.aepps.com
VITE_WS_URL=wss://testnet.prd.aepps.com/channel
VITE_WS_URL=wss://testnet.aeternity.io/channel
VITE_FAUCET_PUBLIC_ADDRESS=ak_2iBPH7HUz3cSDVEUWiHg76MZJ6tZooVNBmmxcgVK6VV8KAE688
VITE_NETWORK_ID=ae_uat
VITE_RESPONDER_HOST=localhost
Expand Down

0 comments on commit a27ba79

Please sign in to comment.