We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39899e commit c1d52a0Copy full SHA for c1d52a0
library-solidity/config/ZamaConfig.sol
@@ -67,10 +67,9 @@ library ZamaConfig {
67
});
68
}
69
70
- /// @dev chainid == 11155111
+ /// @dev chainid == 31337
71
function _getLocalProtocolId() private pure returns (uint256) {
72
- /// @note Development protocol id is '100000 + Zama Ethereum protocol id'
73
- return 100001;
+ return type(uint256).max;
74
75
76
function _getLocalConfig() private pure returns (CoprocessorConfig memory) {
0 commit comments