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 }); };