Some pool configuration variables cannot be changed after contract initialization. They can be declared as immutable and initialized during pool contract deployment, instead of during initialization. This represents a trade-off between an easy deployment process and gas optimization (each such variable may help save 1000-2000 gas for most user interactions).
Some pool configuration variables cannot be changed after contract initialization. They can be declared as immutable and initialized during pool contract deployment, instead of during initialization. This represents a trade-off between an easy deployment process and gas optimization (each such variable may help save 1000-2000 gas for most user interactions).