Skip to content

Commit

Permalink
feat: add endowed accounts to overtrue
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkingLee committed Jan 23, 2024
1 parent 3405ccb commit 5368da2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ fn overtrue_testnet_genesis() -> GenesisConfig {
vec![],
// 5F1NhF2fdsvBwFxAhQga9WjB344ECAJ8hDQJ99p1gWqpuzY1
hex!["4850a46ca0afedc00ad8239f903fe0348fc7f2dfb6af5100ef85f1d934871b1c"].into(),
Some(vec![]),
// 5FCRAaNfM8wuYg6jQBHryeCXZSG68eLvHLdAYA6eWxukrbsG
Some(vec![hex!["8a9679d0624a555c9c1088578b0c488b03c5150fe6c021f4968d338a6ebfb24b"].into()]),
)
}

Expand Down

0 comments on commit 5368da2

Please sign in to comment.