Skip to content

Commit c1d52a0

Browse files
committed
fix(library-solidity): new local protocolid
1 parent f39899e commit c1d52a0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

library-solidity/config/ZamaConfig.sol

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,9 @@ library ZamaConfig {
6767
});
6868
}
6969

70-
/// @dev chainid == 11155111
70+
/// @dev chainid == 31337
7171
function _getLocalProtocolId() private pure returns (uint256) {
72-
/// @note Development protocol id is '100000 + Zama Ethereum protocol id'
73-
return 100001;
72+
return type(uint256).max;
7473
}
7574

7675
function _getLocalConfig() private pure returns (CoprocessorConfig memory) {

0 commit comments

Comments
 (0)