@juiceswapxyz/v3-sdk 0.1.1-beta.0 → 0.1.2-beta.0
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.
|
@@ -235,7 +235,6 @@ function poolInitCodeHash(chainId) {
|
|
|
235
235
|
case sdkCore.ChainId.ZKSYNC:
|
|
236
236
|
return '0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed';
|
|
237
237
|
case sdkCore.ChainId.CITREA_TESTNET:
|
|
238
|
-
// JuiceSwap custom pool init code hash (modified Pool with 50% max protocol fee)
|
|
239
238
|
return '0x851d77a45b8b9a205fb9f44cb829cceba85282714d2603d601840640628a3da7';
|
|
240
239
|
default:
|
|
241
240
|
return POOL_INIT_CODE_HASH;
|