Skip to content

Commit

Permalink
feat: change deploy to proper prover server
Browse files Browse the repository at this point in the history
  • Loading branch information
Cifko committed Jan 23, 2025
1 parent d541fd4 commit c07bcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
NEXT_PUBLIC_PROXY_WALLET: "0xec2c53f7c706e37518afedb71bbe46021fb5b1ab1c2a56754541120cac8d7a9e"
NEXT_PUBLIC_USDC_TYPE: "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC"
NEXT_PUBLIC_SUI_RPC_URL: "https://fullnode.testnet.sui.io:443"
NEXT_PUBLIC_PROVER_URL: "http://77.37.96.94:5001"
NEXT_PUBLIC_PROVER_URL: "https://prover.atoma.network"
NEXT_PUBLIC_GOOGLE_OAUTH_SCOPE: "openid email profile"
NEXT_PUBLIC_GOOGLE_CLIENT_ID: "135471414073-41r9t89rejgfr6bc9aptjpm75o4oedk2.apps.googleusercontent.com"
NEXT_PUBLIC_GOOGLE_REDIRECT_URI: "https://cloud.atoma.network/auth/google"
Expand Down

0 comments on commit c07bcc8

Please sign in to comment.