Skip to content

Commit

Permalink
Rollback multi chain stop
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Aug 1, 2024
1 parent 2a8a37a commit 81049f9
Showing 1 changed file with 96 additions and 96 deletions.
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
# Arb
- 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
# Arb
- 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 81049f9

Please sign in to comment.