mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Verify Batch signatures
Starts further fleshing out the Serai client tests with common utils.
This commit is contained in:
@@ -88,12 +88,6 @@ pub fn development_config() -> Result<ChainSpec, &'static str> {
|
||||
account_from_name("Dave"),
|
||||
account_from_name("Eve"),
|
||||
account_from_name("Ferdie"),
|
||||
account_from_name("Alice//stash"),
|
||||
account_from_name("Bob//stash"),
|
||||
account_from_name("Charlie//stash"),
|
||||
account_from_name("Dave//stash"),
|
||||
account_from_name("Eve//stash"),
|
||||
account_from_name("Ferdie//stash"),
|
||||
],
|
||||
)
|
||||
},
|
||||
@@ -132,12 +126,6 @@ pub fn testnet_config() -> Result<ChainSpec, &'static str> {
|
||||
account_from_name("Dave"),
|
||||
account_from_name("Eve"),
|
||||
account_from_name("Ferdie"),
|
||||
account_from_name("Alice//stash"),
|
||||
account_from_name("Bob//stash"),
|
||||
account_from_name("Charlie//stash"),
|
||||
account_from_name("Dave//stash"),
|
||||
account_from_name("Eve//stash"),
|
||||
account_from_name("Ferdie//stash"),
|
||||
],
|
||||
)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user