Deployment scripts are used to automaticaly change constants and addresses in contracts. Before deployment, please change these addresses to meet your needs:
core/scripts/deploy.jsarrow-up-right
vault is the address, which will get fees from performed swaps
vault
const vault = "0xBe56E9aA7792B2f1F4132631B7A0E1927090D78A";
periphery/scripts/deploy.jsarrow-up-right
WNativeTokenAddress is the address of wrapped native token of the specific chain
WNativeTokenAddress
const WNativeTokenAddress = "0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270";
tokenomics/scripts/deploy.jsarrow-up-right
incentiveMaker is the address which has access to creating and managing farmings
incentiveMaker
const incentiveMaker = "0xDeaD1F5aF792afc125812E875A891b038f888258";