chore: set finalized reorgPeriod (#4741)

### Description

- chore: set finalized reorgPeriod
- update reorg period

### Drive-by changes

na

### Related issues

na

### Backward compatibility

agents are already updated

### Testing

manual

Signed-off-by: pbio <10051819+paulbalaji@users.noreply.github.com>
pull/4743/head
Paul Balaji 4 weeks ago committed by GitHub
parent c55257cf5f
commit 29bf1d8c73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .registryrc
  2. 14
      rust/main/config/mainnet_config.json

@ -1 +1 @@
dee58183e51f4eb43e84dbac0e595a4b389dbe80
5b4334afa6ff242c9eed872a5f666fcc7f880e27

@ -429,7 +429,7 @@
"blocks": {
"confirmations": 1,
"estimateBlockTime": 3,
"reorgPeriod": 15
"reorgPeriod": "finalized"
},
"chainId": 56,
"deployer": {
@ -1981,7 +1981,7 @@
"blocks": {
"confirmations": 2,
"estimateBlockTime": 12,
"reorgPeriod": 10
"reorgPeriod": "finalized"
},
"chainId": 1284,
"deployer": {
@ -2258,7 +2258,7 @@
"blocks": {
"confirmations": 3,
"estimateBlockTime": 2,
"reorgPeriod": 256
"reorgPeriod": "finalized"
},
"chainId": 137,
"deployer": {
@ -2912,7 +2912,7 @@
"blocks": {
"confirmations": 1,
"estimateBlockTime": 6,
"reorgPeriod": 10
"reorgPeriod": "finalized"
},
"chainId": 5845,
"deployer": {
@ -3446,7 +3446,7 @@
"blocks": {
"confirmations": 1,
"estimateBlockTime": 13,
"reorgPeriod": 32
"reorgPeriod": "finalized"
},
"chainId": 592,
"deployer": {
@ -3924,7 +3924,7 @@
"blocks": {
"confirmations": 1,
"estimateBlockTime": 5,
"reorgPeriod": 5
"reorgPeriod": "finalized"
},
"chainId": 109,
"deployer": {
@ -4187,7 +4187,7 @@
"blocks": {
"confirmations": 1,
"estimateBlockTime": 3,
"reorgPeriod": 9
"reorgPeriod": "finalized"
},
"chainId": 88888,
"deployer": {

Loading…
Cancel
Save