Skip to content

Commit 74be6e9

Browse files
author
Iztok
committed
fixed coston deploy contract addresses
1 parent cc7a1cb commit 74be6e9

File tree

6 files changed

+107
-188
lines changed

6 files changed

+107
-188
lines changed

packages/fasset-bots-core/fasset-config/coston/f-simcoinx.json

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"fAssetSymbol": "FSimCoinX",
1010
"poolTokenSuffix": "SIMX",
1111
"assetMintingDecimals": 6,
12-
"userWhitelist": null,
1312
"priceReader": "FakePriceReader",
1413
"poolCollateral": {
1514
"token": "WNat",
@@ -18,7 +17,6 @@
1817
"assetFtsoSymbol": "testXRP",
1918
"tokenFtsoSymbol": "CFLR",
2019
"minCollateralRatioBIPS": 20000,
21-
"ccbMinCollateralRatioBIPS": 19000,
2220
"safetyMinCollateralRatioBIPS": 21000
2321
},
2422
"vaultCollaterals": [
@@ -29,7 +27,6 @@
2927
"assetFtsoSymbol": "testXRP",
3028
"tokenFtsoSymbol": "testUSDC",
3129
"minCollateralRatioBIPS": 14000,
32-
"ccbMinCollateralRatioBIPS": 13000,
3330
"safetyMinCollateralRatioBIPS": 15000
3431
},
3532
{
@@ -39,7 +36,6 @@
3936
"assetFtsoSymbol": "testXRP",
4037
"tokenFtsoSymbol": "testUSDT",
4138
"minCollateralRatioBIPS": 14000,
42-
"ccbMinCollateralRatioBIPS": 13000,
4339
"safetyMinCollateralRatioBIPS": 15000
4440
},
4541
{
@@ -49,20 +45,16 @@
4945
"assetFtsoSymbol": "testXRP",
5046
"tokenFtsoSymbol": "testETH",
5147
"minCollateralRatioBIPS": 14000,
52-
"ccbMinCollateralRatioBIPS": 13000,
5348
"safetyMinCollateralRatioBIPS": 15000
5449
}
5550
],
56-
"minUnderlyingBackingBIPS": 10000,
5751
"mintingCap": "0",
5852
"lotSize": "20 000000",
59-
"requireEOAAddressProof": false,
6053
"collateralReservationFeeBIPS": 10,
6154
"mintingPoolHoldingsRequiredBIPS": 5000,
6255
"maxRedeemedTickets": 20,
6356
"redemptionFeeBIPS": 10,
6457
"redemptionDefaultFactorVaultCollateralBIPS": 11000,
65-
"redemptionDefaultFactorPoolBIPS": 0,
6658
"underlyingBlocksForPayment": 500,
6759
"underlyingSecondsForPayment": 900,
6860
"averageBlockTimeMS": 2000,
@@ -71,7 +63,6 @@
7163
"confirmationByOthersRewardUSD5": "100 00000",
7264
"paymentChallengeRewardBIPS": 0,
7365
"paymentChallengeRewardUSD5": "300 00000",
74-
"ccbTimeSeconds": 180,
7566
"liquidationStepSeconds": 180,
7667
"liquidationCollateralFactorBIPS": [
7768
10500,
@@ -85,33 +76,20 @@
8576
],
8677
"maxTrustedPriceAgeSeconds": 600,
8778
"withdrawalWaitMinSeconds": 60,
88-
"announcedUnderlyingConfirmationMinSeconds": 250,
89-
"buybackCollateralFactorBIPS": 10030,
9079
"vaultCollateralBuyForFlareFactorBIPS": 10000,
9180
"minUpdateRepeatTimeSeconds": 60,
9281
"tokenInvalidationTimeMinSeconds": 86400,
9382
"agentExitAvailableTimelockSeconds": 60,
9483
"agentFeeChangeTimelockSeconds": 120,
9584
"agentMintingCRChangeTimelockSeconds": 120,
96-
"poolExitAndTopupChangeTimelockSeconds": 120,
85+
"poolExitCRChangeTimelockSeconds": 120,
9786
"agentTimelockedOperationWindowSeconds": 3600,
9887
"collateralPoolTokenTimelockSeconds": 60,
9988
"diamondCutMinTimelockSeconds": 7200,
10089
"maxEmergencyPauseDurationSeconds": 86400,
10190
"emergencyPauseDurationResetAfterSeconds": 604800,
10291
"redemptionPaymentExtensionSeconds": 30,
103-
"cancelCollateralReservationAfterSeconds": 30,
104-
"rejectOrCancelCollateralReservationReturnFactorBIPS": 9500,
105-
"rejectRedemptionRequestWindowSeconds": 120,
106-
"takeOverRedemptionRequestWindowSeconds": 120,
107-
"rejectedRedemptionDefaultFactorVaultCollateralBIPS": 10500,
108-
"rejectedRedemptionDefaultFactorPoolBIPS": 0,
109-
"transferFeeMillionths": 0,
110-
"transferFeeClaimFirstEpochStartTs": 1727784000,
111-
"transferFeeClaimEpochDurationSeconds": 604800,
112-
"transferFeeClaimMaxUnexpiredEpochs": 16,
11392
"coreVaultNativeAddress": "0xfeC5BF0a64963E6b2EbA8153235E40f9e5a8c8Ae",
114-
"coreVaultTransferFeeBIPS": 0,
11593
"coreVaultTransferTimeExtensionSeconds": 7200,
11694
"coreVaultMinimumAmountLeftBIPS": 2000,
11795
"coreVaultRedemptionFeeBIPS": 0,

packages/fasset-bots-core/fasset-config/coston/f-testbtc.json

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@
99
"fAssetSymbol": "FTestBTC",
1010
"poolTokenSuffix": "TBTC",
1111
"assetMintingDecimals": 8,
12-
"userWhitelist": null,
1312
"poolCollateral": {
1413
"token": "WNat",
1514
"decimals": 18,
1615
"directPricePair": false,
1716
"assetFtsoSymbol": "testBTC",
1817
"tokenFtsoSymbol": "CFLR",
1918
"minCollateralRatioBIPS": 20000,
20-
"ccbMinCollateralRatioBIPS": 19000,
2119
"safetyMinCollateralRatioBIPS": 21000
2220
},
2321
"vaultCollaterals": [
@@ -28,7 +26,6 @@
2826
"assetFtsoSymbol": "testBTC",
2927
"tokenFtsoSymbol": "testUSDC",
3028
"minCollateralRatioBIPS": 14000,
31-
"ccbMinCollateralRatioBIPS": 13000,
3229
"safetyMinCollateralRatioBIPS": 15000
3330
},
3431
{
@@ -38,7 +35,6 @@
3835
"assetFtsoSymbol": "testBTC",
3936
"tokenFtsoSymbol": "testUSDT",
4037
"minCollateralRatioBIPS": 14000,
41-
"ccbMinCollateralRatioBIPS": 13000,
4238
"safetyMinCollateralRatioBIPS": 15000
4339
},
4440
{
@@ -48,20 +44,16 @@
4844
"assetFtsoSymbol": "testBTC",
4945
"tokenFtsoSymbol": "testETH",
5046
"minCollateralRatioBIPS": 14000,
51-
"ccbMinCollateralRatioBIPS": 13000,
5247
"safetyMinCollateralRatioBIPS": 15000
5348
}
5449
],
55-
"minUnderlyingBackingBIPS": 10000,
5650
"mintingCap": "0",
5751
"lotSize": "100000",
58-
"requireEOAAddressProof": false,
5952
"collateralReservationFeeBIPS": 10,
6053
"mintingPoolHoldingsRequiredBIPS": 5000,
6154
"maxRedeemedTickets": 20,
6255
"redemptionFeeBIPS": 100,
6356
"redemptionDefaultFactorVaultCollateralBIPS": 11000,
64-
"redemptionDefaultFactorPoolBIPS": 0,
6557
"underlyingBlocksForPayment": 10,
6658
"underlyingSecondsForPayment": 7200,
6759
"averageBlockTimeMS": 600000,
@@ -70,7 +62,6 @@
7062
"confirmationByOthersRewardUSD5": "100 00000",
7163
"paymentChallengeRewardBIPS": 0,
7264
"paymentChallengeRewardUSD5": "300 00000",
73-
"ccbTimeSeconds": 180,
7465
"liquidationStepSeconds": 180,
7566
"liquidationCollateralFactorBIPS": [
7667
10500,
@@ -84,33 +75,20 @@
8475
],
8576
"maxTrustedPriceAgeSeconds": 600,
8677
"withdrawalWaitMinSeconds": 60,
87-
"announcedUnderlyingConfirmationMinSeconds": 250,
88-
"buybackCollateralFactorBIPS": 10030,
8978
"vaultCollateralBuyForFlareFactorBIPS": 10000,
9079
"minUpdateRepeatTimeSeconds": 60,
9180
"tokenInvalidationTimeMinSeconds": 86400,
9281
"agentExitAvailableTimelockSeconds": 60,
9382
"agentFeeChangeTimelockSeconds": 120,
9483
"agentMintingCRChangeTimelockSeconds": 120,
95-
"poolExitAndTopupChangeTimelockSeconds": 120,
84+
"poolExitCRChangeTimelockSeconds": 120,
9685
"agentTimelockedOperationWindowSeconds": 3600,
9786
"collateralPoolTokenTimelockSeconds": 60,
9887
"diamondCutMinTimelockSeconds": 7200,
9988
"maxEmergencyPauseDurationSeconds": 86400,
10089
"emergencyPauseDurationResetAfterSeconds": 604800,
10190
"redemptionPaymentExtensionSeconds": 60,
102-
"cancelCollateralReservationAfterSeconds": 30,
103-
"rejectOrCancelCollateralReservationReturnFactorBIPS": 9500,
104-
"rejectRedemptionRequestWindowSeconds": 120,
105-
"takeOverRedemptionRequestWindowSeconds": 120,
106-
"rejectedRedemptionDefaultFactorVaultCollateralBIPS": 10500,
107-
"rejectedRedemptionDefaultFactorPoolBIPS": 0,
108-
"transferFeeMillionths": 0,
109-
"transferFeeClaimFirstEpochStartTs": 1727784000,
110-
"transferFeeClaimEpochDurationSeconds": 604800,
111-
"transferFeeClaimMaxUnexpiredEpochs": 16,
11291
"coreVaultNativeAddress": "0xfeC5BF0a64963E6b2EbA8153235E40f9e5a8c8Ae",
113-
"coreVaultTransferFeeBIPS": 0,
11492
"coreVaultTransferTimeExtensionSeconds": 7200,
11593
"coreVaultMinimumAmountLeftBIPS": 2000,
11694
"coreVaultRedemptionFeeBIPS": 0,

packages/fasset-bots-core/fasset-config/coston/f-testdoge.json

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@
99
"fAssetSymbol": "FTestDOGE",
1010
"poolTokenSuffix": "TDOGE",
1111
"assetMintingDecimals": 8,
12-
"userWhitelist": null,
1312
"poolCollateral": {
1413
"token": "WNat",
1514
"decimals": 18,
1615
"directPricePair": false,
1716
"assetFtsoSymbol": "testDOGE",
1817
"tokenFtsoSymbol": "CFLR",
1918
"minCollateralRatioBIPS": 20000,
20-
"ccbMinCollateralRatioBIPS": 19000,
2119
"safetyMinCollateralRatioBIPS": 21000
2220
},
2321
"vaultCollaterals": [
@@ -28,7 +26,6 @@
2826
"assetFtsoSymbol": "testDOGE",
2927
"tokenFtsoSymbol": "testUSDC",
3028
"minCollateralRatioBIPS": 14000,
31-
"ccbMinCollateralRatioBIPS": 13000,
3229
"safetyMinCollateralRatioBIPS": 15000
3330
},
3431
{
@@ -38,7 +35,6 @@
3835
"assetFtsoSymbol": "testDOGE",
3936
"tokenFtsoSymbol": "testUSDT",
4037
"minCollateralRatioBIPS": 14000,
41-
"ccbMinCollateralRatioBIPS": 13000,
4238
"safetyMinCollateralRatioBIPS": 15000
4339
},
4440
{
@@ -48,20 +44,16 @@
4844
"assetFtsoSymbol": "testDOGE",
4945
"tokenFtsoSymbol": "testETH",
5046
"minCollateralRatioBIPS": 14000,
51-
"ccbMinCollateralRatioBIPS": 13000,
5247
"safetyMinCollateralRatioBIPS": 15000
5348
}
5449
],
55-
"minUnderlyingBackingBIPS": 10000,
5650
"mintingCap": "0",
5751
"lotSize": "100 00000000",
58-
"requireEOAAddressProof": false,
5952
"collateralReservationFeeBIPS": 10,
6053
"mintingPoolHoldingsRequiredBIPS": 5000,
6154
"maxRedeemedTickets": 20,
6255
"redemptionFeeBIPS": 10,
6356
"redemptionDefaultFactorVaultCollateralBIPS": 11000,
64-
"redemptionDefaultFactorPoolBIPS": 0,
6557
"underlyingBlocksForPayment": 50,
6658
"underlyingSecondsForPayment": 3000,
6759
"averageBlockTimeMS": 60000,
@@ -70,7 +62,6 @@
7062
"confirmationByOthersRewardUSD5": "100 00000",
7163
"paymentChallengeRewardBIPS": 0,
7264
"paymentChallengeRewardUSD5": "300 00000",
73-
"ccbTimeSeconds": 180,
7465
"liquidationStepSeconds": 180,
7566
"liquidationCollateralFactorBIPS": [
7667
10500,
@@ -84,33 +75,20 @@
8475
],
8576
"maxTrustedPriceAgeSeconds": 600,
8677
"withdrawalWaitMinSeconds": 60,
87-
"announcedUnderlyingConfirmationMinSeconds": 250,
88-
"buybackCollateralFactorBIPS": 10030,
8978
"vaultCollateralBuyForFlareFactorBIPS": 10000,
9079
"minUpdateRepeatTimeSeconds": 60,
9180
"tokenInvalidationTimeMinSeconds": 86400,
9281
"agentExitAvailableTimelockSeconds": 60,
9382
"agentFeeChangeTimelockSeconds": 120,
9483
"agentMintingCRChangeTimelockSeconds": 120,
95-
"poolExitAndTopupChangeTimelockSeconds": 120,
84+
"poolExitCRChangeTimelockSeconds": 120,
9685
"agentTimelockedOperationWindowSeconds": 3600,
9786
"collateralPoolTokenTimelockSeconds": 60,
9887
"diamondCutMinTimelockSeconds": 7200,
9988
"maxEmergencyPauseDurationSeconds": 86400,
10089
"emergencyPauseDurationResetAfterSeconds": 604800,
10190
"redemptionPaymentExtensionSeconds": 60,
102-
"cancelCollateralReservationAfterSeconds": 30,
103-
"rejectOrCancelCollateralReservationReturnFactorBIPS": 9500,
104-
"rejectRedemptionRequestWindowSeconds": 120,
105-
"takeOverRedemptionRequestWindowSeconds": 120,
106-
"rejectedRedemptionDefaultFactorVaultCollateralBIPS": 10500,
107-
"rejectedRedemptionDefaultFactorPoolBIPS": 0,
108-
"transferFeeMillionths": 0,
109-
"transferFeeClaimFirstEpochStartTs": 1727784000,
110-
"transferFeeClaimEpochDurationSeconds": 604800,
111-
"transferFeeClaimMaxUnexpiredEpochs": 16,
11291
"coreVaultNativeAddress": "0xfeC5BF0a64963E6b2EbA8153235E40f9e5a8c8Ae",
113-
"coreVaultTransferFeeBIPS": 0,
11492
"coreVaultTransferTimeExtensionSeconds": 7200,
11593
"coreVaultMinimumAmountLeftBIPS": 2000,
11694
"coreVaultRedemptionFeeBIPS": 0,

packages/fasset-bots-core/fasset-config/coston/f-testxrp.json

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@
99
"fAssetSymbol": "FTestXRP",
1010
"poolTokenSuffix": "TXRP",
1111
"assetMintingDecimals": 6,
12-
"userWhitelist": null,
1312
"poolCollateral": {
1413
"token": "WNat",
1514
"decimals": 18,
1615
"directPricePair": false,
1716
"assetFtsoSymbol": "testXRP",
1817
"tokenFtsoSymbol": "CFLR",
1918
"minCollateralRatioBIPS": 20000,
20-
"ccbMinCollateralRatioBIPS": 19000,
2119
"safetyMinCollateralRatioBIPS": 21000
2220
},
2321
"vaultCollaterals": [
@@ -28,7 +26,6 @@
2826
"assetFtsoSymbol": "testXRP",
2927
"tokenFtsoSymbol": "testUSDC",
3028
"minCollateralRatioBIPS": 14000,
31-
"ccbMinCollateralRatioBIPS": 13000,
3229
"safetyMinCollateralRatioBIPS": 15000
3330
},
3431
{
@@ -38,7 +35,6 @@
3835
"assetFtsoSymbol": "testXRP",
3936
"tokenFtsoSymbol": "testUSDT",
4037
"minCollateralRatioBIPS": 14000,
41-
"ccbMinCollateralRatioBIPS": 13000,
4238
"safetyMinCollateralRatioBIPS": 15000
4339
},
4440
{
@@ -48,20 +44,16 @@
4844
"assetFtsoSymbol": "testXRP",
4945
"tokenFtsoSymbol": "testETH",
5046
"minCollateralRatioBIPS": 14000,
51-
"ccbMinCollateralRatioBIPS": 13000,
5247
"safetyMinCollateralRatioBIPS": 15000
5348
}
5449
],
55-
"minUnderlyingBackingBIPS": 10000,
5650
"mintingCap": "0",
5751
"lotSize": "20 000000",
58-
"requireEOAAddressProof": false,
5952
"collateralReservationFeeBIPS": 10,
6053
"mintingPoolHoldingsRequiredBIPS": 5000,
6154
"maxRedeemedTickets": 20,
6255
"redemptionFeeBIPS": 10,
6356
"redemptionDefaultFactorVaultCollateralBIPS": 11000,
64-
"redemptionDefaultFactorPoolBIPS": 0,
6557
"underlyingBlocksForPayment": 500,
6658
"underlyingSecondsForPayment": 900,
6759
"averageBlockTimeMS": 2000,
@@ -70,7 +62,6 @@
7062
"confirmationByOthersRewardUSD5": "100 00000",
7163
"paymentChallengeRewardBIPS": 0,
7264
"paymentChallengeRewardUSD5": "300 00000",
73-
"ccbTimeSeconds": 180,
7465
"liquidationStepSeconds": 180,
7566
"liquidationCollateralFactorBIPS": [
7667
10500,
@@ -84,33 +75,20 @@
8475
],
8576
"maxTrustedPriceAgeSeconds": 600,
8677
"withdrawalWaitMinSeconds": 60,
87-
"announcedUnderlyingConfirmationMinSeconds": 250,
88-
"buybackCollateralFactorBIPS": 10030,
8978
"vaultCollateralBuyForFlareFactorBIPS": 10000,
9079
"minUpdateRepeatTimeSeconds": 60,
9180
"tokenInvalidationTimeMinSeconds": 86400,
9281
"agentExitAvailableTimelockSeconds": 60,
9382
"agentFeeChangeTimelockSeconds": 120,
9483
"agentMintingCRChangeTimelockSeconds": 120,
95-
"poolExitAndTopupChangeTimelockSeconds": 120,
84+
"poolExitCRChangeTimelockSeconds": 120,
9685
"agentTimelockedOperationWindowSeconds": 3600,
9786
"collateralPoolTokenTimelockSeconds": 60,
9887
"diamondCutMinTimelockSeconds": 7200,
9988
"maxEmergencyPauseDurationSeconds": 86400,
10089
"emergencyPauseDurationResetAfterSeconds": 604800,
10190
"redemptionPaymentExtensionSeconds": 30,
102-
"cancelCollateralReservationAfterSeconds": 30,
103-
"rejectOrCancelCollateralReservationReturnFactorBIPS": 9500,
104-
"rejectRedemptionRequestWindowSeconds": 120,
105-
"takeOverRedemptionRequestWindowSeconds": 120,
106-
"rejectedRedemptionDefaultFactorVaultCollateralBIPS": 10500,
107-
"rejectedRedemptionDefaultFactorPoolBIPS": 0,
108-
"transferFeeMillionths": 0,
109-
"transferFeeClaimFirstEpochStartTs": 1727784000,
110-
"transferFeeClaimEpochDurationSeconds": 604800,
111-
"transferFeeClaimMaxUnexpiredEpochs": 16,
11291
"coreVaultNativeAddress": "0xfeC5BF0a64963E6b2EbA8153235E40f9e5a8c8Ae",
113-
"coreVaultTransferFeeBIPS": 0,
11492
"coreVaultTransferTimeExtensionSeconds": 7200,
11593
"coreVaultMinimumAmountLeftBIPS": 2000,
11694
"coreVaultRedemptionFeeBIPS": 0,

packages/fasset-bots-core/fasset-config/songbird/f-xrp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"minUpdateRepeatTimeSeconds": 86400,
6363
"tokenInvalidationTimeMinSeconds": 86400,
6464
"agentExitAvailableTimelockSeconds": 10800,
65-
"agentFeeChangeTimelockSeconds": 86400,
66-
"agentMintingCRChangeTimelockSeconds": 3600,
65+
"agentFeeChangeTimelockSeconds": 3600,
66+
"agentMintingCRChangeTimelockSeconds": 300,
6767
"poolExitCRChangeTimelockSeconds": 86400,
6868
"agentTimelockedOperationWindowSeconds": 7200,
6969
"collateralPoolTokenTimelockSeconds": 60,

0 commit comments

Comments
 (0)