Skip to content

Commit

Permalink
Merge pull request #475 from pokt-network/develop
Browse files Browse the repository at this point in the history
Pokt Archival => Staging
  • Loading branch information
kutoft authored May 8, 2024
2 parents ebbb220 + 71ba5d9 commit e8fbe0e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
REACT_APP_CHAIN_ID=mainnet
REACT_APP_GATEWAY_BASE_URL="https://mainnet.rpc.grove.city/v1/60a2ac11b1747c6552385c61"
REACT_APP_TX_FEE=10000
REACT_APP_MAX_TRANSACTION_LIST_COUNT=5000
REACT_APP_MIN_TRANSACTION_LIST_COUNT=200
REACT_APP_BLOCK_EXPLORER_BASE_URL=https://poktscan.com
REACT_APP_BUY_POKT_BASE_URL=https://forum.pokt.network/t/secondary-markets-for-pokt/629
REACT_APP_POKT_USD_VALUE=0.28
REACT_APP_HTTP_TIMEOUT=0
REACT_APP_HTTP_HEADERS='{"Content-Type": "application/json", "Blockchain-Subdomain": "mainnet"}'
REACT_APP_USE_LEGACY_CODEC=true
VITE_CHAIN_ID=mainnet
VITE_GATEWAY_BASE_URL="https://pokt-archival.rpc.grove.city/v1/440ae1fc"
VITE_TX_FEE=10000
VITE_MAX_TRANSACTION_LIST_COUNT=5000
VITE_MIN_TRANSACTION_LIST_COUNT=200
VITE_BLOCK_EXPLORER_BASE_URL=https://poktscan.com
VITE_BUY_POKT_BASE_URL=https://forum.pokt.network/t/secondary-markets-for-pokt/629
VITE_POKT_USD_VALUE=0.28
VITE_HTTP_TIMEOUT=0
VITE_HTTP_HEADERS='{"Content-Type": "application/json", "Blockchain-Subdomain": "mainnet"}'
VITE_USE_LEGACY_CODEC=true
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm run build
env:
VITE_CHAIN_ID: "mainnet"
VITE_GATEWAY_BASE_URL: "https://mainnet.rpc.grove.city/v1/60a2ac11b1747c6552385c61"
VITE_GATEWAY_BASE_URL: "https://pokt-archival.rpc.grove.city/v1/440ae1fc"
VITE_TX_FEE: "10000"
VITE_MAX_TRANSACTION_LIST_COUNT: "5000"
VITE_MIN_TRANSACTION_LIST_COUNT: "200"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm run build
env:
VITE_CHAIN_ID: "mainnet"
VITE_GATEWAY_BASE_URL: "https://mainnet.rpc.grove.city/v1/60a2ac11b1747c6552385c61"
VITE_GATEWAY_BASE_URL: "https://pokt-archival.rpc.grove.city/v1/440ae1fc"
VITE_TX_FEE: "10000"
VITE_MAX_TRANSACTION_LIST_COUNT: "5000"
VITE_MIN_TRANSACTION_LIST_COUNT: "200"
Expand Down

0 comments on commit e8fbe0e

Please sign in to comment.