Skip to content

Commit

Permalink
infra: tzwitter test another rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilevos committed Jul 12, 2023
1 parent 67cdf80 commit 8953ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tzwitter-frontend-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
set -x
sed -i '/TEZOS_RPC/d' 09_tzwitter_app/app/src/config.ts
sed -i '/ROLLUP_RPC/d' 09_tzwitter_app/app/src/config.ts
echo "export const TEZOS_RPC = 'https://ghostnet.ecadinfra.com';" >> 09_tzwitter_app/app/src/config.ts
echo "export const TEZOS_RPC = 'https://rpc.ghostnet.teztnets.xyz';" >> 09_tzwitter_app/app/src/config.ts
echo "export const ROLLUP_RPC = 'https://tzwitter-rollup-test1.gcp.marigold.dev';" >> 09_tzwitter_app/app/src/config.ts
cat 09_tzwitter_app/app/src/config.ts
Expand Down

0 comments on commit 8953ca3

Please sign in to comment.