Skip to content

Commit

Permalink
update rpc endpts in cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilevos committed May 24, 2024
1 parent a9fa47f commit 229d72b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_tzsafe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
PUBLIC_RPC_URL=https://mainnet.tezos.marigold.dev/
PUBLIC_RPC_URL=https://mainnet.smartpy.io/
PUBLIC_API_URL=https://api.tzkt.io
PUBLIC_NETWORK_TYPE=mainnet
2 changes: 1 addition & 1 deletion .github/workflows/deploy_ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
./node_modules/.bin/next build
env:
NEXT_PUBLIC_RPC_URL: "https://mainnet.tezos.marigold.dev/"
NEXT_PUBLIC_RPC_URL: "https://mainnet.smartpy.io/"
NEXT_PUBLIC_API_URL: "https://api.tzkt.io"
NEXT_PUBLIC_NETWORK_TYPE: "mainnet"

Expand Down

0 comments on commit 229d72b

Please sign in to comment.