Skip to content

Commit

Permalink
Issue #43 (#44)
Browse files Browse the repository at this point in the history
* Issue #43

* Removed old token address
  • Loading branch information
DVitaliy authored Dec 19, 2023
1 parent 8f598b9 commit ea3407e
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion src/contracts/configs/MaticMain.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,41 @@ export const MaticMainChainConfig: TChainConfig = {
address: "0x9D13B213852669077131f8A24A676f27ab0C2931",
nameVersion: "[email protected]"
},
poolzTokenAddress: "0x69A95185ee2a045CDC4bCd1b1Df10710395e4e23"

lockDealNFT: {
address: "0x9C36786836A594e3b355bA572A5Cd6841F69d86e",
nameVersion: "[email protected]"
},
vaultManager: {
address: "0x06fd710fD167f1f08b61e457F41D6e7c7DD9AF3D",
nameVersion: "[email protected]"
},
dealProvider: {
address: "0x0E85639403586c6c8B606AECB8A4b66be64f7A91",
nameVersion: "[email protected]"
},
lockDealProvider: {
address: "0x1FBeaEB2A2030787AF8026cE8C34E071CF4d8C5f",
nameVersion: "[email protected]"
},
timedDealProvider: {
address: "0x79Ab96f1705AdEa077a42026d77Ee945F802992c",
nameVersion: "[email protected]"
},
collateralProvider: {
address: "0xd9f092eD4536E658A039019A7022C2Cff8BCB549",
nameVersion: "[email protected]"
},
refundProvider: {
address: "0xb6B0d332F3B4de249a0108bb58F0A60bb059d0Ee",
nameVersion: "[email protected]"
},
simpleBuilder: {
address: "0x19DC2A2F214cC7538AF8f138637b21D150eE1030",
nameVersion: "[email protected]"
},
simpleRefundBuilder: {
address: "0xaAA06C1b7D9Bd4577925a7535165e2F76E0f6969",
nameVersion: "[email protected]"
}
}

0 comments on commit ea3407e

Please sign in to comment.