WIth hethers.js, querying the chainId with signer.getChainId() returns different values to those specified in HIP-26 (https://hips.hedera.com/hip/hip-26)
According to the HIP, the CHAINID opcode will return 295 (hex 0x0127) for mainnet, 296 ( hex 0x0128) for testnet, and 297 (hex 0x0129) for previewnet.
Describe the bug
WIth hethers.js, querying the chainId with
signer.getChainId()
returns different values to those specified in HIP-26 (https://hips.hedera.com/hip/hip-26)According to the HIP, the CHAINID opcode will return 295 (hex 0x0127) for mainnet, 296 ( hex 0x0128) for testnet, and 297 (hex 0x0129) for previewnet.
hethers.js returns 290, 291 and 292
Reproduction steps