Skip to content

Commit 951326d

Browse files
committed
fix: nova validators list
1 parent acb2fd2 commit 951326d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: scripts/files/configs/nova.ts

+8-1
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,17 @@ export const nova: Config = {
4444
},
4545
},
4646
// these validators must still be validators on the old rollup during the upgrade, or the upgrade will fail
47+
// from https://docs.arbitrum.foundation/state-of-progressive-decentralization
4748
validators: [
4849
// current validators
50+
'0x1732BE6738117e9d22A84181AF68C8d09Cd4FF23',
51+
'0x3B0369CAD35d257793F51c28213a4Cf4001397AC',
52+
'0x54c0D3d6C101580dB3be8763A2aE2c6bb9dc840c',
53+
'0x658e8123722462F888b6fa01a7dbcEFe1D6DD709',
54+
'0xDfB23DFE9De7dcC974467195C8B7D5cd21C9d7cB',
4955
'0xE27d4Ed355e5273A3D4855c8e11BC4a8d3e39b87',
5056
'0x57004b440Cc4eb2FEd8c4d1865FaC907F9150C76',
51-
'0x24ca61c31c7f9af3ab104db6b9a444f28e9071e3',
57+
'0x24Ca61c31C7f9Af3ab104dB6B9A444F28e9071e3',
58+
'0xB51EDdfc9A945e2B909905e4F242C4796Ac0C61d',
5259
],
5360
}

0 commit comments

Comments
 (0)