Skip to content

Commit bfaf093

Browse files
authoredApr 1, 2024··
Update config.example.yaml
1 parent cd995d7 commit bfaf093

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed
 

‎config.example.yaml

+5-12
Original file line numberDiff line numberDiff line change
@@ -67,28 +67,21 @@ ambs:
6767

6868
# Chain configuration
6969
chains:
70-
- chainId: 80001
71-
name: 'Mumbai'
72-
rpc: 'https://polygon-mumbai-pokt.nodies.app'
70+
- chainId: 11155111
71+
name: 'Sepolia'
72+
rpc: 'https://eth-sepolia-public.unifra.io'
7373

7474
blockDelay: 2
7575
# startingBlock # The block number at which to start Relaying (not all AMB collectors may support this property)
7676
# stoppingBlock # The block number at which to stop Relaying (not all AMB collectors may support this property)
7777

7878
# Overrides
7979
getter:
80-
interval: 3000
80+
interval: 5000
8181
submitter:
82-
retryInterval: 3000
82+
retryInterval: 30000
8383

8484
# AMB configuration
85-
wormhole:
86-
wormholeChainId: 5
87-
88-
- chainId: 11155111
89-
name: 'Sepolia'
90-
rpc: 'https://eth-sepolia-public.unifra.io'
91-
wormhole:
9285
wormholeChainId: 10002
9386
incentivesAddress: '0x45C140Dd2526E4bfD1c2A5Bb0Aa6aA1DB00b1744'
9487
bridgeAddress: '0x4a8bc80Ed5a4067f1CCf107057b8270E0cC11A78'

0 commit comments

Comments
 (0)