Skip to content

Commit

Permalink
Issue #99 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
DVitaliy authored Jun 24, 2024
1 parent e39cf39 commit 21f1b30
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/contracts/configs/Eth.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,30 @@ export const EthMainChainConfig: TChainConfig = {
multiSenderV2: {
address: "0x658bcdfe51795ba43e9fd1ae9e39ddfbb1e70c5f",
nameVersion: "[email protected]"
},
vaultManager: {
address: "0x9ff1db30c66cd9d3311b4b22da49791610922b13",
nameVersion: "[email protected]"
},
lockDealNFT: {
address: "0x5e0bB1fF9003ac3586f039D482d2974A6D7ED781",
nameVersion: "[email protected]"
},
dealProvider: {
address: "0xA3F5abB71a5665741D3dA685a4e8899e9d4E2532",
nameVersion: "[email protected]"
},
lockDealProvider: {
address: "0x6c6f6D7Ec412EfEF553F5d2f273A72F872A67CeB",
nameVersion: "[email protected]"
},
timedDealProvider: {
address: "0xe18542a10b8a2B48BC8F1A18fA77613d2a1b2D67",
nameVersion: "[email protected]"
},
simpleBuilder: {
address: "0x39dDEE2Ee5dF625Ef91d509Ab40E926bbD83CD0C",
nameVersion: "[email protected]"
}
// delayVault: { address: "0x674c9FDc5DcBD525cd3ea2C3A2caE6cfe79727C5", nameVersion: "[email protected]" }
}

0 comments on commit 21f1b30

Please sign in to comment.