Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

42 cant get prices from devnet on ci #585

Merged
merged 7 commits into from
Feb 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions proxy/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ services:
LOG_NEON_CLI_DEBUG: "YES"
FUZZING_BLOCKHASH: "YES"
CONFIG: ci
PP_SOLANA_URL: https://api.devnet.solana.com
PYTH_MAPPING_ACCOUNT: BmA9Z6FjioHJPpjT39QazZyhDRUdZy2ezwx4GiDdE2u2
PP_SOLANA_URL: ${CI_PP_SOLANA_URL:-https://api.devnet.solana.com}
PYTH_MAPPING_ACCOUNT: ${CI_PYTH_MAPPING_ACCOUNT:-BmA9Z6FjioHJPpjT39QazZyhDRUdZy2ezwx4GiDdE2u2}
MIN_OPERATOR_BALANCE_TO_WARN: 4565760000 # = 913152000 * 5 (5 storage accounts) = 4.56576 SOL
MIN_OPERATOR_BALANCE_TO_ERR: 913152000 # = solana rent 131072 (= Rent-exempt minimum: 0.913152 SOL) SOLs to create a storage
MINIMAL_GAS_PRICE: 1
Expand Down Expand Up @@ -132,8 +132,8 @@ services:
INDEXER_ERC20_WRAPPER_WHITELIST: ANY
PRICE_UPDATE_INTERVAL: 10
START_SLOT: LATEST
PP_SOLANA_URL: https://api.mainnet-beta.solana.com
PYTH_MAPPING_ACCOUNT: AHtgzX45WTKfkPG53L6WYhGEXwQkN1BVknET3sVsLL8J
PP_SOLANA_URL: ${PP_SOLANA_URL:-https://api.devnet.solana.com}
PYTH_MAPPING_ACCOUNT: ${CI_PYTH_MAPPING_ACCOUNT:-BmA9Z6FjioHJPpjT39QazZyhDRUdZy2ezwx4GiDdE2u2}
MAX_CONFIDENCE_INTERVAL: 0.01
hostname: airdropper
entrypoint: ./run-airdropper.sh
Expand Down