Skip to content

Commit

Permalink
🧪 Back to arb sepolia only
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Aug 1, 2024
1 parent 3ea6347 commit 2a8a37a
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 97 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
branches:
- main
- staging
- feat/erpc-setup

concurrency:
group: ${{ github.ref }}-deploy
Expand Down
192 changes: 96 additions & 96 deletions packages/erpc/erpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,106 +35,106 @@ projects:
hedge:
delay: 2000ms
maxCount: 2
# Optimism sepolia
- architecture: evm
evm:
chainId: 11155420
failsafe:
timeout:
duration: 120s
retry:
maxCount: 5
delay: 500ms
backoffMaxDelay: 20s
backoffFactor: 2
jitter: 500ms
hedge:
delay: 2000ms
maxCount: 2
# Base sepolia
- architecture: evm
evm:
chainId: 84532
failsafe:
timeout:
duration: 120s
retry:
maxCount: 5
delay: 500ms
backoffMaxDelay: 20s
backoffFactor: 2
jitter: 500ms
hedge:
delay: 2000ms
maxCount: 2
# # Optimism sepolia
# - architecture: evm
# evm:
# chainId: 11155420
# failsafe:
# timeout:
# duration: 120s
# retry:
# maxCount: 5
# delay: 500ms
# backoffMaxDelay: 20s
# backoffFactor: 2
# jitter: 500ms
# hedge:
# delay: 2000ms
# maxCount: 2
# # Base sepolia
# - architecture: evm
# evm:
# chainId: 84532
# failsafe:
# timeout:
# duration: 120s
# retry:
# maxCount: 5
# delay: 500ms
# backoffMaxDelay: 20s
# backoffFactor: 2
# jitter: 500ms
# hedge:
# delay: 2000ms
# maxCount: 2

# ---------------------------------------------------------------------------- #
# Mainnets #
# ---------------------------------------------------------------------------- #
# Polygon
- architecture: evm
evm:
chainId: 137
failsafe:
timeout:
duration: 30s
retry:
maxCount: 5
delay: 500ms
backoffMaxDelay: 10s
backoffFactor: 0.5
jitter: 200ms
hedge:
delay: 1000ms
maxCount: 2
# Arb
- architecture: evm
evm:
chainId: 42161
failsafe:
timeout:
duration: 30s
retry:
maxCount: 5
delay: 500ms
backoffMaxDelay: 10s
backoffFactor: 0.5
jitter: 200ms
hedge:
delay: 1000ms
maxCount: 2
# Base
- architecture: evm
evm:
chainId: 8453
failsafe:
timeout:
duration: 30s
retry:
maxCount: 5
delay: 500ms
backoffMaxDelay: 10s
backoffFactor: 0.5
jitter: 200ms
hedge:
delay: 1000ms
maxCount: 2
# Optimism
- architecture: evm
evm:
chainId: 10
failsafe:
timeout:
duration: 30s
retry:
maxCount: 5
delay: 500ms
backoffMaxDelay: 10s
backoffFactor: 0.5
jitter: 200ms
hedge:
delay: 1000ms
maxCount: 2
# # Polygon
# - architecture: evm
# evm:
# chainId: 137
# failsafe:
# timeout:
# duration: 30s
# retry:
# maxCount: 5
# delay: 500ms
# backoffMaxDelay: 10s
# backoffFactor: 0.5
# jitter: 200ms
# hedge:
# delay: 1000ms
# maxCount: 2
# # Arb
# - architecture: evm
# evm:
# chainId: 42161
# failsafe:
# timeout:
# duration: 30s
# retry:
# maxCount: 5
# delay: 500ms
# backoffMaxDelay: 10s
# backoffFactor: 0.5
# jitter: 200ms
# hedge:
# delay: 1000ms
# maxCount: 2
# # Base
# - architecture: evm
# evm:
# chainId: 8453
# failsafe:
# timeout:
# duration: 30s
# retry:
# maxCount: 5
# delay: 500ms
# backoffMaxDelay: 10s
# backoffFactor: 0.5
# jitter: 200ms
# hedge:
# delay: 1000ms
# maxCount: 2
# # Optimism
# - architecture: evm
# evm:
# chainId: 10
# failsafe:
# timeout:
# duration: 30s
# retry:
# maxCount: 5
# delay: 500ms
# backoffMaxDelay: 10s
# backoffFactor: 0.5
# jitter: 200ms
# hedge:
# delay: 1000ms
# maxCount: 2
upstreams:
- id: alchemy-multi-chain
endpoint: alchemy://${ALCHEMY_API_KEY}
Expand Down

0 comments on commit 2a8a37a

Please sign in to comment.