Skip to content

Commit

Permalink
Fix integration config.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvc94ch committed Feb 18, 2025
1 parent 4af1dc8 commit 5095a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/envs/integration/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ networks:
network: "testnet"
url: "wss://bsc-testnet-rpc.publicnode.com"
gateway_funds: 1.
chronicle_target_funds: .1
chronicle_funds: .1
batch_size: 256
batch_offset: 0
batch_gas_limit: 50000000
Expand All @@ -63,7 +63,7 @@ networks:
network: "sepolia"
url: "wss://arbitrum-sepolia-rpc.publicnode.com"
gateway_funds: 1.
chronicle_target_funds: .1
chronicle_funds: .1
batch_size: 512
batch_offset: 0
batch_gas_limit: 500000000000000
Expand Down

0 comments on commit 5095a71

Please sign in to comment.