Skip to content

Commit

Permalink
Update chainIdMock comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sydhds committed Dec 22, 2023
1 parent d92cfb5 commit 35ec5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm-mock/vm.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function resetLedger() {
let webModule;

const scCallMockStack = [];
let chainIdMock = BigInt(77658366); // Default value, chain id for chain id
let chainIdMock = BigInt(77658366); // Default value, chain id for Buildnet

/**
* Create a mock vm to simulate calls and responses of Massa WebAssembly sdk.
Expand Down

0 comments on commit 35ec5e6

Please sign in to comment.