Skip to content

Commit 097aa2e

Browse files
committed
feat: update relay contract for flare
1 parent d6c4c48 commit 097aa2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configuration/chain/flare/contracts.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
{
5353
"name": "Relay",
5454
"contractName": "Relay.sol",
55-
"address": "0xea077600E3065F4FAd7161a6D0977741f2618eec"
55+
"address": "0x57a4c3676d08Aa5d15410b5A6A80fBcEF72f3F45"
5656
},
5757
{
5858
"name": "WNatDelegationFee",
@@ -234,4 +234,4 @@
234234
"contractName": "VoterWhitelisterProxy.sol",
235235
"address": "0x29D476f267d28891595c546adaaf5b85E8F0BfBe"
236236
}
237-
]
237+
]

configuration/configs/flare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def get_config() -> Configuration:
3737
)
3838

3939
starting_config = SyncingConfig(
40-
start_height=int(e.get("INDEXING_DEFAULT_HEIGHT", "29549028")),
40+
start_height=int(e.get("INDEXING_DEFAULT_HEIGHT", "36005815")),
4141
max_processing_block_batch=int(e.get("INDEXING_BATCH_SIZE", "30")),
4242
processing_sleep_cycle=int(e.get("INDEXING_SLEEP_CYCLE", "20")),
4343
)

0 commit comments

Comments
 (0)