From 78336bdb42010758934978992b3a0b994c0456ad Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 13 Dec 2022 11:27:33 +0000 Subject: [PATCH] Fills snapshot with h-vscid mappings --- tests/difference/core/model/src/model.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/difference/core/model/src/model.ts b/tests/difference/core/model/src/model.ts index 4ba2e9f464..ac13506799 100644 --- a/tests/difference/core/model/src/model.ts +++ b/tests/difference/core/model/src/model.ts @@ -636,6 +636,8 @@ class Model { undelegationQ: this.staking.undelegationQ, delegatorTokens: this.staking.delegatorTokens, consumerPower: this.ccvC.consumerPower, + vscIDtoH: this.ccvP.vscIDtoH, + hToVscID: this.ccvC.hToVscID }); };