deploy on ok
This commit is contained in:
88
config/ok-config.js
Normal file
88
config/ok-config.js
Normal file
@@ -0,0 +1,88 @@
|
||||
module.exports = {
|
||||
OK_CONFIG: {
|
||||
//TOKEN
|
||||
WETH: "0x8f8526dbfd6e38e3d8307702ca8469bae6c56c15",
|
||||
CHI: "0x0000000000000000000000000000000000000000",
|
||||
DODO: "",
|
||||
|
||||
//Helper
|
||||
DODOSellHelper: "0x6B208E08dcF6BD51F50C5Da09d15B2D8E5C46Cf2",
|
||||
DODOCalleeHelper: "0x3CD6D7F5fF977bf8069548eA1F9441b061162b42",
|
||||
DODOV1PmmHelper: "0xDfaf9584F5d229A9DBE5978523317820A8897C5A",
|
||||
DODOV2RouteHelper: "0x9B64c81ba54eA51e1f6B7fefb3cfF8AA6F1e2A09",
|
||||
|
||||
//Template
|
||||
CloneFactory: "0x2BBD66fC4898242BDBD2583BBe1d76E8b8f71445",
|
||||
FeeRateModel: "0x18DFdE99F578A0735410797e949E8D3e2AFCB9D2",
|
||||
PermissionManager: "0x18b0bD918b55f995Fd404B872404378A62cb403b",
|
||||
DVM: "0x550B2e7bD9605b8dcdd20d01bA73f1feB6ce289b",
|
||||
DPP: "0x02fcb21dc1cf221939c1d4277fb54016b5d32bc7",
|
||||
DSP: "0xbef0C8Cd420b76e9d31509abbfd7f8C9f664527c",
|
||||
DPPAdmin: "0x72d220cE168C4f361dD4deE5D826a01AD8598f6C",
|
||||
CP: "0x80930Cb1849F7D42531506fF45E66724338A821b",
|
||||
ERC20MineV3: "0xc4436fBAE6eBa5d95bf7d53Ae515F8A707Bd402A",
|
||||
|
||||
ERC20: "0xB5Dc5E183c2aCf02aB879A8569aB4EDAf147d537",
|
||||
MintableERC20: "0xf50BDc9E90B7a1c138cb7935071b85c417C4cb8e",
|
||||
CustomERC20: "0xa2CB66EBB947D217f61510882096F6e95c1DE97D",
|
||||
|
||||
//Factory
|
||||
DVMFactory: "0x9aE501385Bc7996A2A4a1FBb00c8d3820611BCB5",
|
||||
DPPFactory: "0xbAb9F4ff4A19a0e8EEBC56b06750253228ffAc6E",
|
||||
DSPFactory: "0x44D5dF24d5Ef52A791D6436Fa45A8D426f6de34e",
|
||||
UpCpFactory: "0xE55154D09265b18aC7CDAC6E646672A5460389a1",
|
||||
CrowdPoolingFactory: "0x85351262f7474Ebe23FfAcD633cf20A491F1325D",
|
||||
ERC20Factory: "0xE8C9A78725D0451FA19878D5f8A3dC0D55FECF25",
|
||||
ERC20V2Factory: "0xfDDCA6ffCE24dF5bE3e8AaD32081822f86178048",
|
||||
DODOMineV3Registry: "0xb159260989012fA98af560A3Fa6D9cd11a64cf6E",
|
||||
|
||||
//Approve
|
||||
DODOApprove: "0x7737fd30535c69545deeEa54AB8Dd590ccaEBD3c",
|
||||
DODOApproveProxy: "0xaeB5CF31b97dce6134e416129845e01106fFB177",
|
||||
|
||||
|
||||
//Adapter
|
||||
DODOV1Adapter: "0xbe9a66e49503e84ae59a4d0545365AABedf33b40",
|
||||
DODOV2Adapter: "0xa356867fDCEa8e71AEaF87805808803806231FdC",
|
||||
UniAdapter: "0xc6962a577A3Be5311f9f9Ab9B8b6A69a25bBc817",
|
||||
|
||||
//Proxy
|
||||
DODOV2Proxy: "0x6B4Fa0bc61Eddc928e0Df9c7f01e407BfcD3e5EF",
|
||||
DSPProxy: "0x5515363c0412AdD5c72d3E302fE1bD7dCBCF93Fe",
|
||||
CpProxy: "0x335aC99bb3E51BDbF22025f092Ebc1Cf2c5cC619",
|
||||
RouteProxy: "0xd9deC7c3C06e62a4c1BeEB07CadF568f496b14c2",
|
||||
DODOMineV3Proxy: "0x958f79e2998DFe417208b9A07D799265B0298e58",
|
||||
|
||||
//Account
|
||||
multiSigAddress: "0xef49a6DBa1C8DF859E49c17E9A485B439c7689d3",
|
||||
defaultMaintainer: "0xef49a6DBa1C8DF859E49c17E9A485B439c7689d3",
|
||||
|
||||
|
||||
//================== NFT ====================
|
||||
BuyoutModel: "",
|
||||
Fragment: "",
|
||||
NFTCollateralVault: "",
|
||||
DODONFTRouteHelper: "",
|
||||
|
||||
InitializableERC721: "",
|
||||
InitializableERC1155: "",
|
||||
NFTTokenFactory: "",
|
||||
|
||||
DodoNftErc721: "",
|
||||
DodoNftErc1155: "",
|
||||
|
||||
DODONFTRegistry: "",
|
||||
DODONFTProxy: "",
|
||||
|
||||
//================= DropsV1 =================
|
||||
MysteryBoxV1: "",
|
||||
RandomGenerator: "",
|
||||
RandomPool: [
|
||||
"",
|
||||
],
|
||||
|
||||
//================= DropsV2 ==================
|
||||
DropsFeeModel: "",
|
||||
DropsProxy: ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user