Skip to content

Commit d1c3a89

Browse files
committed
Deployed new contracts
1 parent 2f50601 commit d1c3a89

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/read.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ const { ethers } = require('hardhat');
33
// Load env variables
44
require('dotenv').config();
55

6-
const managerContractAddress = '0xD1E70DBF3C4666eD34e81A9375dcBbba73Da2A2a';
7-
const shareContractAddress = '0x7e5b21Cb4e4a6B8EA1231e9240e65ba497BD3044';
6+
const managerContractAddress = '0x9c423c37215ed2D74dC9CD759073d285DFCD50F2';
7+
const shareContractAddress = '0x659016a7b65a9B7A21CF19416bbd0027132deA9f';
88

99
async function main() {
1010
const managerContract = (await ethers.getContractFactory('HouseformManager')).attach(managerContractAddress);

src/constants/klaytn.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ export const NETWORK_DATA_MAP = {
2020
},
2121
contracts: {
2222
HouseformManager: {
23-
address: '0xD1E70DBF3C4666eD34e81A9375dcBbba73Da2A2a',
23+
address: '0x9c423c37215ed2D74dC9CD759073d285DFCD50F2',
2424
},
2525
HouseformShare: {
26-
address: '0x7e5b21Cb4e4a6B8EA1231e9240e65ba497BD3044',
26+
address: '0x659016a7b65a9B7A21CF19416bbd0027132deA9f',
2727
},
2828
},
2929
},

0 commit comments

Comments
 (0)