Add ChainFlow ValidatorInfo
This commit is contained in:
parent
edfb386ef0
commit
275fab003f
|
@ -510,6 +510,13 @@ pub const VALIDATOR_INFOS: &[ValidatorInfo] = &[
|
|||
node_sol: 500.0,
|
||||
commission: 0,
|
||||
},
|
||||
ValidatorInfo {
|
||||
name: "ChainFlow",
|
||||
node: "2te46rxywMdCNdkvjumiBBPQoVczJFxhxEaxFavQNqe3",
|
||||
vote: "8bRCnytB7bySmqxodNGbZuUAtncKkB8T733DD1Dm9WMb",
|
||||
node_sol: 500.0,
|
||||
commission: 0,
|
||||
},
|
||||
ValidatorInfo {
|
||||
name: "ChorusOne",
|
||||
node: "ChorusXqjLC2NbiStKR6k9WoD7wu6TVTtFG8qCL5XBVa",
|
||||
|
|
Loading…
Reference in New Issue