mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-08 08:13:10 +00:00
7 lines
129 B
Rust
7 lines
129 B
Rust
use core::types::Key;
|
|
|
|
pub mod client;
|
|
pub mod sequencer;
|
|
|
|
pub const ACCOUNTS_PRIVATE_KEYS: [Key; 3] = [[1; 8], [2; 8], [3; 8]];
|