Skip to content

Commit 688f80f

Browse files
author
Iztok
committed
update contract addresses on costo2 staging and qa
1 parent a5c95d8 commit 688f80f

File tree

7 files changed

+90
-76
lines changed

7 files changed

+90
-76
lines changed

packages/fasset-bots-core/fasset-config/coston2-qa/f-testxrp.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"redemptionPaymentExtensionSeconds": 30,
7272
"coreVaultNativeAddress": "0xfeC5BF0a64963E6b2EbA8153235E40f9e5a8c8Ae",
7373
"coreVaultTransferTimeExtensionSeconds": 7200,
74+
"coreVaultTransferDefaultPenaltyBIPS": 10,
7475
"coreVaultMinimumAmountLeftBIPS": 2000,
7576
"coreVaultRedemptionFeeBIPS": 0,
7677
"coreVaultMinimumRedeemLots": 10

packages/fasset-bots-core/fasset-config/coston2-qa/ftsov2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"trustedProviders": ["0xaec76c9b8fa7e13699e7dffbf7abfae5e943f1c1"],
66
"trustedProvidersThreshold": 1,
77
"maxSpreadBIPS": 50,
8+
"minTurnoutBIPS": 5000,
89
"feeds": [
910
{ "feedId": "FLR/USD", "symbol": "C2FLR", "feedDecimals": 6 },
1011
{ "feedId": "BTC/USD", "symbol": "testBTC", "feedDecimals": 2 },

packages/fasset-bots-core/fasset-config/coston2-staging/f-testxrp.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"redemptionPaymentExtensionSeconds": 30,
7272
"coreVaultNativeAddress": "0xfeC5BF0a64963E6b2EbA8153235E40f9e5a8c8Ae",
7373
"coreVaultTransferTimeExtensionSeconds": 7200,
74+
"coreVaultTransferDefaultPenaltyBIPS": 10,
7475
"coreVaultMinimumAmountLeftBIPS": 2000,
7576
"coreVaultRedemptionFeeBIPS": 0,
7677
"coreVaultMinimumRedeemLots": 10

packages/fasset-bots-core/fasset-config/coston2-staging/ftsov2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"trustedProviders": ["0xaec76c9b8fa7e13699e7dffbf7abfae5e943f1c1"],
66
"trustedProvidersThreshold": 1,
77
"maxSpreadBIPS": 50,
8+
"minTurnoutBIPS": 5000,
89
"feeds": [
910
{ "feedId": "FLR/USD", "symbol": "C2FLR", "feedDecimals": 6 },
1011
{ "feedId": "BTC/USD", "symbol": "testBTC", "feedDecimals": 2 },

packages/fasset-bots-core/fasset-deployment/coston2-qa.json

Lines changed: 42 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -128,38 +128,43 @@
128128
{
129129
"name": "FtsoV2PriceStoreImplementation",
130130
"contractName": "FtsoV2PriceStore.sol",
131-
"address": "0x399493A129d35a473373E3567becCAcC74e5F36D"
131+
"address": "0xc87F6183C4B4548C4CbF888738458d99Bcf8B348"
132132
},
133133
{
134134
"name": "FtsoV2PriceStore",
135135
"contractName": "FtsoV2PriceStoreProxy.sol",
136136
"address": "0x94E33f519E256149752711245EAB2E1abb8c34A4"
137137
},
138138
{
139-
"name": "AgentOwnerRegistry",
139+
"name": "AgentOwnerRegistryImplementation",
140140
"contractName": "AgentOwnerRegistry.sol",
141-
"address": "0x2b28B1Fa39831743f934275Da10f1687b0381376",
141+
"address": "0xA7ac6Ec7B613E30991FBA9eB527eA307248A0091"
142+
},
143+
{
144+
"name": "AgentOwnerRegistry",
145+
"contractName": "AgentOwnerRegistryProxy.sol",
146+
"address": "0x7A021361627c38D49D14999768B81121017c6e77",
142147
"mustSwitchToProduction": true
143148
},
144149
{
145150
"name": "AgentVaultProxyImplementation",
146151
"contractName": "AgentVault.sol",
147-
"address": "0x66A662Fb39f657EAD98448FB25381e7a502eea74"
152+
"address": "0x5aA7b46BC9C9dE8B1c964F07F75eC44071f7de28"
148153
},
149154
{
150155
"name": "AgentVaultFactory",
151156
"contractName": "AgentVaultFactory.sol",
152-
"address": "0x7F6ce27958007cEd24f3a4b726255Cf1D7C20Da2"
157+
"address": "0x228d3eAe4Ab0dB1682d8fd75707e3b5a934e5BFB"
153158
},
154159
{
155160
"name": "CollateralPoolProxyImplementation",
156161
"contractName": "CollateralPool.sol",
157-
"address": "0xAd116F30A2aD0c2D4d8cf18f7dc40EA245664C6E"
162+
"address": "0xDDC09265bF0bA60886E9111952DC73E3FCe448F1"
158163
},
159164
{
160165
"name": "CollateralPoolFactory",
161166
"contractName": "CollateralPoolFactory.sol",
162-
"address": "0xbd5ca06c2C641619FE583F591a66bb44668Bb92a"
167+
"address": "0xFd7C2E2aC1f542E5219dEb91D1ba53Ba46246398"
163168
},
164169
{
165170
"name": "CollateralPoolTokenProxyImplementation",
@@ -174,7 +179,7 @@
174179
{
175180
"name": "AssetManagerControllerImplementation",
176181
"contractName": "AssetManagerController.sol",
177-
"address": "0x1FEFF11Dc54EdaA765E7414Dd81B146DB9Af2717"
182+
"address": "0x4e5a8DFC0c37ee469d2242f5D64813ee3A755C3E"
178183
},
179184
{
180185
"name": "AssetManagerController",
@@ -195,117 +200,117 @@
195200
{
196201
"name": "AssetManagerDiamondCutFacet",
197202
"contractName": "AssetManagerDiamondCutFacet.sol",
198-
"address": "0xe0A0774ae88e3B75b26666e05519554Db64DDd34"
203+
"address": "0xa775f0d1AC50C032eD9dD959446581f8391873AB"
199204
},
200205
{
201206
"name": "DiamondLoupeFacet",
202207
"contractName": "DiamondLoupeFacet.sol",
203-
"address": "0x10372DC30EF18d63B6BAB999456aC0C361D59c62"
208+
"address": "0x000EDab6B1841b6DDaA46eA2e07F5fbf38b599aC"
204209
},
205210
{
206211
"name": "AgentInfoFacet",
207212
"contractName": "AgentInfoFacet.sol",
208-
"address": "0xa823687FdeE0b750590f7A070B6e03A05F005079"
213+
"address": "0x008A40d7c30e6a5fb442A5215F3fB3687A7be44C"
209214
},
210215
{
211216
"name": "AvailableAgentsFacet",
212217
"contractName": "AvailableAgentsFacet.sol",
213-
"address": "0x3288d701Fcf855E8B78af86faA27ff176120D329"
218+
"address": "0xB4564455fEb359cd61c408889cf2f330fa2dB7Fa"
214219
},
215220
{
216221
"name": "CollateralReservationsFacet",
217222
"contractName": "CollateralReservationsFacet.sol",
218-
"address": "0xcb15c517fA3D9EEdbe551b13a39B82D7D8e5133F"
223+
"address": "0x3e78B08252BC7EA492029e44c56E20b04AbD1847"
219224
},
220225
{
221226
"name": "MintingFacet",
222227
"contractName": "MintingFacet.sol",
223-
"address": "0x3E22Bb98fb61ceE27B2Fe4d3C2602dFdfD9B4EFb"
228+
"address": "0xd74A81b17896DE5fEf312B9f5Ba70ea7e8f709E5"
224229
},
225230
{
226231
"name": "RedemptionRequestsFacet",
227232
"contractName": "RedemptionRequestsFacet.sol",
228-
"address": "0x2b987F80e8A34194Ef367d9c6E26edD13C5c6A59"
233+
"address": "0xE4ef8B8d0fc8bC172B28a8212b4577fF5B33C4D4"
229234
},
230235
{
231236
"name": "RedemptionConfirmationsFacet",
232237
"contractName": "RedemptionConfirmationsFacet.sol",
233-
"address": "0x92F6C541114f532AF0cd5b23F90D4D918E6E25CD"
238+
"address": "0x1880b2fC8b8dB709B289EFD8e273304eC9D37f50"
234239
},
235240
{
236241
"name": "RedemptionDefaultsFacet",
237242
"contractName": "RedemptionDefaultsFacet.sol",
238-
"address": "0xdAA33Bf5385a35F4CcCBA1e5be5BFeb77505Ca7D"
243+
"address": "0xD873B3205814565fcE054f32C03d3c3B0405c302"
239244
},
240245
{
241246
"name": "LiquidationFacet",
242247
"contractName": "LiquidationFacet.sol",
243-
"address": "0x3dc5767bF22E8A09AC3CB6A5d77D37353b4afc65"
248+
"address": "0x38E2395d92A816DC0Cb38533B98EDef89328c252"
244249
},
245250
{
246251
"name": "ChallengesFacet",
247252
"contractName": "ChallengesFacet.sol",
248-
"address": "0xa44A3BEEA945E2154FD8Ba172c5FA271C789012e"
253+
"address": "0xC5165880Bf4AD1b3aCc51f8639129573B6BDe590"
249254
},
250255
{
251256
"name": "UnderlyingBalanceFacet",
252257
"contractName": "UnderlyingBalanceFacet.sol",
253-
"address": "0x7011388f01805Eb095362bbeA03C91be545aBb90"
258+
"address": "0x8F136Ba1373f04af902Cd925C0C7849E2eD626Ab"
254259
},
255260
{
256261
"name": "UnderlyingTimekeepingFacet",
257262
"contractName": "UnderlyingTimekeepingFacet.sol",
258-
"address": "0xe1aa6e1E236cfff869F07f3d12ef2E7F5FAe5031"
263+
"address": "0xFdb349c609D039328Ab1BaFbaC64B9cDfE05652f"
259264
},
260265
{
261266
"name": "AgentVaultManagementFacet",
262267
"contractName": "AgentVaultManagementFacet.sol",
263-
"address": "0x50493a398aBCD570A4760890Bf4423aE7E1930e3"
268+
"address": "0x7D4Da3294091F3b16A9fbC5e21CC5b16dd16cC29"
264269
},
265270
{
266271
"name": "AgentSettingsFacet",
267272
"contractName": "AgentSettingsFacet.sol",
268-
"address": "0xD1dD71e48Bf6ca7B3c981849A04637FDB6909616"
273+
"address": "0xe12A0566cC41dE8bc6A4f473716DdC664Aa6EF43"
269274
},
270275
{
271276
"name": "CollateralTypesFacet",
272277
"contractName": "CollateralTypesFacet.sol",
273-
"address": "0xcBE5B63541319EF11f7BA8364C6bC1c0cc8A053c"
278+
"address": "0xA5CFB01D36Ff3577fA4483B53DC95320d9885aCd"
274279
},
275280
{
276281
"name": "AgentCollateralFacet",
277282
"contractName": "AgentCollateralFacet.sol",
278-
"address": "0xe98267C0f686822254fef3f5575D020f413E404C"
283+
"address": "0x117787bA7a688722FB051Ca04a8Dbf3D3B8bf3A7"
279284
},
280285
{
281286
"name": "SettingsReaderFacet",
282287
"contractName": "SettingsReaderFacet.sol",
283-
"address": "0xA205D088000bAB68d64E1A72e1bC1ECE7a79F117"
288+
"address": "0x1213b0e0c28D0cFeb4eB617A6847AD0eF8a48d92"
284289
},
285290
{
286291
"name": "SettingsManagementFacet",
287292
"contractName": "SettingsManagementFacet.sol",
288-
"address": "0xC0f52AF56ba21Ce99738767a94b00452F218a794"
293+
"address": "0x18443CfB90ca5Bbfff8a1D4882054C07195d56e7"
289294
},
290295
{
291296
"name": "AgentVaultAndPoolSupportFacet",
292297
"contractName": "AgentVaultAndPoolSupportFacet.sol",
293-
"address": "0x1861d31FD79b7a2707C27C08d0028221C92D6b1a"
298+
"address": "0xB8D8dfD1F1835fBcbacc020a88B3B85A18873f05"
294299
},
295300
{
296301
"name": "SystemStateManagementFacet",
297302
"contractName": "SystemStateManagementFacet.sol",
298-
"address": "0x7D87CE46409D57485237638e2E84C952A0de59b0"
303+
"address": "0x8D656F68Dd210D703713dd31F46D62BdCD3658C1"
299304
},
300305
{
301306
"name": "SystemInfoFacet",
302307
"contractName": "SystemInfoFacet.sol",
303-
"address": "0xE73bB7f4c6e1A2FeB20DadDf12a2F2839B24a5E9"
308+
"address": "0x28417849865539C9dA7283F728F75d3530a8Fc04"
304309
},
305310
{
306311
"name": "EmergencyPauseFacet",
307312
"contractName": "EmergencyPauseFacet.sol",
308-
"address": "0x43B0d7ed9Ac50e17Eeafe99Cf1Fc88Afc9aEAbE7"
313+
"address": "0xdcf1bB26480898C26750a8230974e83A89f23df1"
309314
},
310315
{
311316
"name": "EmergencyPauseTransfersFacet",
@@ -315,17 +320,17 @@
315320
{
316321
"name": "AgentPingFacet",
317322
"contractName": "AgentPingFacet.sol",
318-
"address": "0x57AB3d936A946F75a9692dfDecaF5f998bBa2180"
323+
"address": "0x7508ab64b5e0aDF24f0B9d75379c7AC11eCf55ee"
319324
},
320325
{
321326
"name": "AgentAlwaysAllowedMintersFacet",
322327
"contractName": "AgentAlwaysAllowedMintersFacet.sol",
323-
"address": "0x0EA3DF0573FDf0304e033622b89583D970c8c301"
328+
"address": "0x7d6fDE6e6770f6994A3Bc2f67F81e5f81b5A49dD"
324329
},
325330
{
326331
"name": "RedemptionTimeExtensionFacet",
327332
"contractName": "RedemptionTimeExtensionFacet.sol",
328-
"address": "0x1a915ed1E8daFeB3Bc7e83a4B494666e9Bf4d7F3"
333+
"address": "0x39639cE29451AD50941874d76b15C71e0C98A418"
329334
},
330335
{
331336
"name": "AssetManager_FTestXRP",
@@ -352,16 +357,16 @@
352357
{
353358
"name": "CoreVaultClientFacet",
354359
"contractName": "CoreVaultClientFacet.sol",
355-
"address": "0x72995b59d89B0Dc7853a5Da1E16D6940522f2D7B"
360+
"address": "0xd8443dE9E31DE23e5953C378b6e30Aab8951dC2D"
356361
},
357362
{
358363
"name": "CoreVaultClientSettingsFacet",
359364
"contractName": "CoreVaultClientSettingsFacet.sol",
360-
"address": "0xD3a0c3bb36CA0Fb2812585eA111bf0efFAAB3F75"
365+
"address": "0x64240Bedc3A0b1DC31223573233e12A6c7FE9011"
361366
},
362367
{
363368
"name": "MintingDefaultsFacet",
364369
"contractName": "MintingDefaultsFacet.sol",
365-
"address": "0xc1787eE6Ad0235b338992dAa985420B20670F493"
370+
"address": "0x2Bcc1F0e91Bb125a2F24bF654f23A4eAEEDb0FD3"
366371
}
367372
]

0 commit comments

Comments
 (0)