@raac/rpc 1.1.0-beta.90 → 1.1.0-beta.91

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.
@@ -0,0 +1,197 @@
1
+ {
2
+ "chainId": 1,
3
+ "name": "ethereum",
4
+ "rpcs": ["https://ethereum.infura.io/v3/38126531f7b3458d80e5a822dfbf5854"],
5
+ "nativeCurrency": {
6
+ "name": "ETH",
7
+ "symbol": "ETH",
8
+ "decimals": 18
9
+ },
10
+ "blockExplorer": [
11
+ {
12
+ "name": "Etherscan",
13
+ "url": "https://etherscan.io"
14
+ }
15
+ ],
16
+ "contracts": {
17
+ "raachouseprices": {
18
+ "id": "raachouseprices",
19
+ "name": "RAAC House Prices",
20
+ "contract": "0x1a97dAd63F29974aA4a54d4E337C183eD1545A70"
21
+ },
22
+ "auctionfactory": {
23
+ "id": "auctionfactory",
24
+ "name": "Auction Factory",
25
+ "contract": ""
26
+ },
27
+ "zenofactory": {
28
+ "id": "zenofactory",
29
+ "name": "Zeno Factory",
30
+ "contract": ""
31
+ },
32
+ "raacminter": {
33
+ "id": "raacminter",
34
+ "name": "RAAC Minter",
35
+ "contract": ""
36
+ },
37
+ "feecollector": {
38
+ "id": "feecollector",
39
+ "name": "Fee Collector",
40
+ "contract": ""
41
+ },
42
+ "treasury": {
43
+ "id": "treasury",
44
+ "name": "Treasury",
45
+ "contract": ""
46
+ },
47
+ "repairfund": {
48
+ "id": "repairfund",
49
+ "name": "Repair Fund",
50
+ "contract": ""
51
+ },
52
+ "releaseorchestrator": {
53
+ "id": "releaseorchestrator",
54
+ "name": "Release Orchestrator",
55
+ "contract": ""
56
+ },
57
+ "rwavault": {
58
+ "id": "rwavault",
59
+ "name": "RWA Vault",
60
+ "contract": "0x575fFB62F712410A4ECa56C2Eb37596cEc3cc732"
61
+ },
62
+ "complianceregistry": {
63
+ "id": "complianceregistry",
64
+ "name": "Compliance Registry",
65
+ "contract": "0x6e35c61A73ec5d1779038DF78CbB8183f76fCD4b"
66
+ },
67
+ "rwaindextokencollector": {
68
+ "id": "rwaindextokencollector",
69
+ "name": "RWA Index Token Collector",
70
+ "contract": ""
71
+ },
72
+ "raactokencollector": {
73
+ "id": "raactokencollector",
74
+ "name": "RAAC Token Collector",
75
+ "contract": ""
76
+ },
77
+ "raachousepriceoracle": {
78
+ "id": "raachousepriceoracle",
79
+ "name": "RAAC House Price Oracle",
80
+ "contract": "0x556553877fC8E643A78f6925C465991d73B0179C"
81
+ },
82
+ "raacprimerateoracle": {
83
+ "id": "raacprimerateoracle",
84
+ "name": "RAAC Prime Rate Oracle",
85
+ "contract": ""
86
+ },
87
+ "crvusdtousdoracle": {
88
+ "id": "crvusdtousdoracle",
89
+ "name": "CRVUSD to USD Oracle",
90
+ "contract": "0x947867e0aD5d75D9Cd4D48d44F9Ca236D17Bbb40"
91
+ },
92
+ "nftroyaltyfeecollector": {
93
+ "id": "nftroyaltyfeecollector",
94
+ "name": "NFT Royalty Fee Collector",
95
+ "contract": ""
96
+ }
97
+ },
98
+ "pools": {
99
+ "stabilitypool": {
100
+ "id": "stabilitypool",
101
+ "name": "Stability Pool",
102
+ "contract": ""
103
+ },
104
+ "lendingpool": {
105
+ "id": "lendingpool",
106
+ "name": "Lending Pool",
107
+ "contract": ""
108
+ }
109
+ },
110
+ "nfts": {
111
+ "raacnft": {
112
+ "id": "raacnft",
113
+ "name": "RAAC NFT",
114
+ "contract": "0xA8390c2BE8a42E32a6c06522FD31EC5dd78823E4"
115
+ }
116
+ },
117
+ "assets": {
118
+ "eth": {
119
+ "id": "eth",
120
+ "name": "ETH",
121
+ "decimals": 18,
122
+ "contract": "0x0000000000000000000000000000000000000000"
123
+ },
124
+ "crvusd": {
125
+ "id": "crvusd",
126
+ "name": "CRVUSD",
127
+ "decimals": 18,
128
+ "contract": "0xf939E0A03FB07F59A73314E73794Be0E57ac1b4E"
129
+ },
130
+ "rtoken": {
131
+ "id": "rtoken",
132
+ "name": "RToken",
133
+ "decimals": 18,
134
+ "contract": ""
135
+ },
136
+ "detoken": {
137
+ "id": "detoken",
138
+ "name": "DEToken",
139
+ "decimals": 18,
140
+ "contract": ""
141
+ },
142
+ "raactoken": {
143
+ "id": "raactoken",
144
+ "name": "RAAC",
145
+ "decimals": 18,
146
+ "contract": ""
147
+ },
148
+ "veraac": {
149
+ "id": "veraac",
150
+ "name": "VERAAC",
151
+ "decimals": 18,
152
+ "contract": ""
153
+ },
154
+ "debttoken": {
155
+ "id": "debttoken",
156
+ "name": "Debt Token",
157
+ "decimals": 18,
158
+ "contract": ""
159
+ },
160
+ "rwaindextoken": {
161
+ "id": "rwaindextoken",
162
+ "name": "RWA Index Token",
163
+ "decimals": 18,
164
+ "contract": "0xe6a60d2886b11256C24C128210159133096e5CcF"
165
+ }
166
+ },
167
+ "adapters": {
168
+ "lendingpool": {
169
+ "raacnftadapter": {
170
+ "id": "raacnftadapter",
171
+ "name": "RAAC NFT Adapter",
172
+ "contract": "",
173
+ "type": "ERC721"
174
+ },
175
+ "rwaindextokenadapter": {
176
+ "id": "rwaindextokenadapter",
177
+ "name": "RWA Index Token",
178
+ "contract": "",
179
+ "type": "ERC20"
180
+ }
181
+ },
182
+ "rwavault": {
183
+ "raacnftadapter": {
184
+ "id": "raacnftadapter",
185
+ "name": "RAAC NFT Adapter",
186
+ "contract": "0xB1b35C62B99a450c474e9dAd75fA121d3Daa1d34",
187
+ "type": "ERC721"
188
+ },
189
+ "crvusdadapter": {
190
+ "id": "crvusdadapter",
191
+ "name": "CRVUSD",
192
+ "contract": "",
193
+ "type": "ERC20"
194
+ }
195
+ }
196
+ }
197
+ }
@@ -9,11 +9,13 @@ const _8453_json_1 = __importDefault(require("./8453.json")); // assert { type:
9
9
  const _17000_json_1 = __importDefault(require("./17000.json")); // assert { type: "json" };
10
10
  const _11155111_json_1 = __importDefault(require("./11155111.json")); // assert { type: "json" };
11
11
  const _18453_json_1 = __importDefault(require("./18453.json")); // assert { type: "json" };
12
+ const _1_json_1 = __importDefault(require("./1.json")); // assert { type: "json" };
12
13
  const chains = {
13
14
  8453: _8453_json_1.default,
14
15
  17000: _17000_json_1.default, // the interface is the same for all the chains, so taking this
15
16
  11155111: _11155111_json_1.default,
16
17
  18453: _18453_json_1.default,
18
+ 1: _1_json_1.default
17
19
  };
18
20
  exports.default = chains;
19
21
  exports.configs = chains;
@@ -4,6 +4,7 @@ declare const chains: {
4
4
  17000: Chain8453;
5
5
  11155111: Chain8453;
6
6
  18453: Chain8453;
7
+ 1: Chain8453;
7
8
  };
8
9
  export default chains;
9
10
  export declare const configs: {
@@ -11,6 +12,7 @@ export declare const configs: {
11
12
  17000: Chain8453;
12
13
  11155111: Chain8453;
13
14
  18453: Chain8453;
15
+ 1: Chain8453;
14
16
  };
15
17
  export type Configs = typeof chains;
16
18
  export type ConfigKeys = keyof Configs;
@@ -4,6 +4,7 @@ declare function getChainsConfig(): {
4
4
  17000: import("./chains/chain").Chain8453;
5
5
  11155111: import("./chains/chain").Chain8453;
6
6
  18453: import("./chains/chain").Chain8453;
7
+ 1: import("./chains/chain").Chain8453;
7
8
  };
8
9
  declare function setChainConfig(chainId: ChainId, config: any): void;
9
10
  declare function getChainConfig(chainId: ChainId): any;
@@ -6,6 +6,7 @@ export declare const getConfigs: () => {
6
6
  17000: import("../configs/chains/chain").Chain8453;
7
7
  11155111: import("../configs/chains/chain").Chain8453;
8
8
  18453: import("../configs/chains/chain").Chain8453;
9
+ 1: import("../configs/chains/chain").Chain8453;
9
10
  };
10
11
  export declare const setOverrideConfig: (chainId: ChainId, newConfig: any) => void;
11
12
  export declare const getConfig: (chainId: ChainId) => any;
@@ -21,6 +22,7 @@ declare const _default: {
21
22
  17000: import("../configs/chains/chain").Chain8453;
22
23
  11155111: import("../configs/chains/chain").Chain8453;
23
24
  18453: import("../configs/chains/chain").Chain8453;
25
+ 1: import("../configs/chains/chain").Chain8453;
24
26
  };
25
27
  };
26
28
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raac/rpc",
3
- "version": "1.1.0-beta.90",
3
+ "version": "1.1.0-beta.91",
4
4
  "description": "RPC Library for RAAC ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/types/index.d.ts",