Skip to content

Commit

Permalink
feat: update relay contract for coston2
Browse files Browse the repository at this point in the history
  • Loading branch information
janezicmatej committed Jan 7, 2025
1 parent 3e9eb34 commit caafa28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configuration/chain/coston2/contracts.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
{
"name": "Relay",
"contractName": "Relay.sol",
"address": "0x4087D4B5E009Af9FF41db910205439F82C3dc63c"
"address": "0x97702e350CaEda540935d92aAf213307e9069784"
},
{
"name": "WNatDelegationFee",
Expand Down
2 changes: 1 addition & 1 deletion configuration/configs/coston2.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_config() -> Configuration:
)

starting_config = SyncingConfig(
start_height=int(e.get("INDEXING_DEFAULT_HEIGHT", "11471610")),
start_height=int(e.get("INDEXING_DEFAULT_HEIGHT", "14155435")),
max_processing_block_batch=50,
processing_sleep_cycle=int(e.get("INDEXING_SLEEP_CYCLE", "20")),
)
Expand Down

0 comments on commit caafa28

Please sign in to comment.