File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ const { ethers } = require('hardhat');
3
3
// Load env variables
4
4
require ( 'dotenv' ) . config ( ) ;
5
5
6
- const managerContractAddress = '0xD1E70DBF3C4666eD34e81A9375dcBbba73Da2A2a ' ;
7
- const shareContractAddress = '0x7e5b21Cb4e4a6B8EA1231e9240e65ba497BD3044 ' ;
6
+ const managerContractAddress = '0x9c423c37215ed2D74dC9CD759073d285DFCD50F2 ' ;
7
+ const shareContractAddress = '0x659016a7b65a9B7A21CF19416bbd0027132deA9f ' ;
8
8
9
9
async function main ( ) {
10
10
const managerContract = ( await ethers . getContractFactory ( 'HouseformManager' ) ) . attach ( managerContractAddress ) ;
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ export const NETWORK_DATA_MAP = {
20
20
} ,
21
21
contracts : {
22
22
HouseformManager : {
23
- address : '0xD1E70DBF3C4666eD34e81A9375dcBbba73Da2A2a ' ,
23
+ address : '0x9c423c37215ed2D74dC9CD759073d285DFCD50F2 ' ,
24
24
} ,
25
25
HouseformShare : {
26
- address : '0x7e5b21Cb4e4a6B8EA1231e9240e65ba497BD3044 ' ,
26
+ address : '0x659016a7b65a9B7A21CF19416bbd0027132deA9f ' ,
27
27
} ,
28
28
} ,
29
29
} ,
You can’t perform that action at this time.
0 commit comments