contract/dao/test: Use native network token where needed.

This commit is contained in:
parazyd
2023-02-24 16:31:07 +01:00
parent b963ec0cfe
commit 767f8badd7

View File

@@ -56,7 +56,7 @@ async fn integration_test() -> Result<()> {
// Money parameters
let xdrk_supply = 1_000_000;
let xdrk_token_id = TokenId::from(pallas::Base::random(&mut OsRng));
let xdrk_token_id = *DARK_TOKEN_ID;
// Governance token parameters
let gdrk_supply = 1_000_000;