diff --git a/.env.example b/.env.example index c019a21..ac05fe7 100644 --- a/.env.example +++ b/.env.example @@ -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 diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 55c5125..9c7b0e2 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -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" diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 0efe20f..a495cdf 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -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"