@juiceswapxyz/v3-sdk 3.0.1 → 3.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -229,6 +229,7 @@ function poolInitCodeHash(chainId) {
229
229
  case ChainId.ZKSYNC:
230
230
  return '0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed';
231
231
  case ChainId.CITREA_TESTNET:
232
+ case ChainId.CITREA_MAINNET:
232
233
  return '0x851d77a45b8b9a205fb9f44cb829cceba85282714d2603d601840640628a3da7';
233
234
  default:
234
235
  return POOL_INIT_CODE_HASH;