Skip to content

Commit

Permalink
deploy beta to cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Turcan committed Jun 19, 2023
1 parent c7798dc commit 9b41fc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/warp-protocol-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ on:
push:
branches:
- main
- beta
- warp/**
paths:
- apps/warp-protocol/**
- .github/workflows/apps-warp-protocol.yml
pull_request:
branches:
- main
- beta
- warp/main
paths:
- apps/warp-protocol/**
Expand Down
3 changes: 2 additions & 1 deletion apps/warp-protocol/src/hooks/useApiEndpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import { useWallet } from '@terra-money/wallet-provider';
import { Frequency } from 'utils';

const API_ENDPOINTS: Record<string, string> = {
mainnet: 'https://6lk4momaf2.execute-api.us-east-1.amazonaws.com/v1',
//pointing to beta backend
mainnet: 'https://4jqptkdhwg.execute-api.us-east-1.amazonaws.com/v1',
// testnet: 'https://jdrv0zpoc4.execute-api.us-east-1.amazonaws.com/v1',
testnet: 'https://qje5bzt6tl.execute-api.us-east-1.amazonaws.com/v1',
localterra: 'http://localhost:3000',
Expand Down

0 comments on commit 9b41fc2

Please sign in to comment.