git clone https://github.com/mapprotocol/map-contracts.git
cd map-contracts/mcs/evmv2/
npm install
npx hardhat deploy --tags TokenRegister --network <network>
npx hardhat relayDeploy --wrapped <wrapped token> --lightnode <lightNodeManager address> --network <network>
npx hardhat relayInit --tokenmanager <token register address> --network <network>
npx hardhat managerSetDistributeRate --type <0 to the token vault, 1 to specified receiver> --address <fee receiver address> --rate <rate 0-1000000, uni 0.000001> --network <network>
npx hardhat mosDeploy --wrapped <native wrapped address> --lightnode <lightnode address> --network <network>
npx hardhat mosSetRelay --relay <Relay address> --chain <map chainId> --network <network>
npx hardhat relayRegisterChain --address <MAPOmnichainService address> --chain <chain id> --network <network>
npx hardhat deploy --tags MAPOmnichainServiceV2Up --network <network>
npx hardhat deploy --tags MAPOmnichainServiceRelayV2Up --network <network>