@raac/rpc 1.1.0-beta.67 → 1.1.0-beta.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"raachouseprices": {
|
|
18
18
|
"id": "raachouseprices",
|
|
19
19
|
"name": "RAAC House Prices",
|
|
20
|
-
"contract": "
|
|
20
|
+
"contract": "0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9"
|
|
21
21
|
},
|
|
22
22
|
"auctionfactory": {
|
|
23
23
|
"id": "auctionfactory",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"complianceregistry": {
|
|
63
63
|
"id": "complianceregistry",
|
|
64
64
|
"name": "Compliance Registry",
|
|
65
|
-
"contract": "
|
|
65
|
+
"contract": "0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512"
|
|
66
66
|
},
|
|
67
67
|
"rwaindextokencollector": {
|
|
68
68
|
"id": "rwaindextokencollector",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"raacnft": {
|
|
102
102
|
"id": "raacnft",
|
|
103
103
|
"name": "RAAC NFT",
|
|
104
|
-
"contract": "
|
|
104
|
+
"contract": "0xDc64a140Aa3E981100a9becA4E685f962f0cF6C9"
|
|
105
105
|
}
|
|
106
106
|
},
|
|
107
107
|
"assets": {
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"id": "complianceregistry",
|
|
158
158
|
"name": "Compliance Registry",
|
|
159
159
|
"decimals": 18,
|
|
160
|
-
"contract": "
|
|
160
|
+
"contract": "0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512"
|
|
161
161
|
},
|
|
162
162
|
"rwaindextokencollector": {
|
|
163
163
|
"id": "rwaindextokencollector",
|
|
@@ -191,13 +191,13 @@
|
|
|
191
191
|
"raacnftadapter": {
|
|
192
192
|
"id": "raacnftadapter",
|
|
193
193
|
"name": "RAAC NFT Adapter",
|
|
194
|
-
"contract": "
|
|
194
|
+
"contract": "0x59b670e9fA9D0A427751Af201D676719a970857b",
|
|
195
195
|
"type": "ERC721"
|
|
196
196
|
},
|
|
197
197
|
"crvusdadapter": {
|
|
198
198
|
"id": "crvusdadapter",
|
|
199
199
|
"name": "CRVUSD Adapter",
|
|
200
|
-
"contract": "
|
|
200
|
+
"contract": "0xc6e7DF5E7b4f2A278906862b61205850344D4e7d",
|
|
201
201
|
"type": "ERC20"
|
|
202
202
|
}
|
|
203
203
|
}
|
package/dist/scripts/index.js
CHANGED
|
@@ -11,7 +11,7 @@ const contracts_1 = require("../utils/contracts");
|
|
|
11
11
|
const artifacts_1 = require("../utils/artifacts");
|
|
12
12
|
const _helpers_1 = require("../pools/rwaVault/_helpers");
|
|
13
13
|
const ethers5_1 = require("ethers5");
|
|
14
|
-
const chainId =
|
|
14
|
+
const chainId = 8453;
|
|
15
15
|
const config = chains_1.default[chainId];
|
|
16
16
|
const TEST_MNEMONIC = process.env.TEST_MNEMONIC;
|
|
17
17
|
const TEST_PRIVATE_KEY = process.env.TEST_PRIVATE_KEY;
|
|
@@ -129,7 +129,6 @@ async function setup() {
|
|
|
129
129
|
// );
|
|
130
130
|
// set the base uri to instruxi data gateway
|
|
131
131
|
await rpc.nfts.setBaseUri(chainId, "http://3.86.253.54:3000/v1/properties/", signer);
|
|
132
|
-
return;
|
|
133
132
|
const RWAVaultAddress = (0, contracts_1.getContractAddress)(chainId, "rwavault");
|
|
134
133
|
const RWAVaultABI = (0, artifacts_1.getABI)("rwavault");
|
|
135
134
|
const RWAVaultContract = new ethers_1.ethers.Contract(RWAVaultAddress, RWAVaultABI, signer);
|