Skip to content

Commit 354402f

Browse files
feat: plasma updates
1 parent b48a007 commit 354402f

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

script/production/plasma/clusters/M15PT-USDai.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"externalVaults": [],
33
"irms": [
44
"0x0000000000000000000000000000000000000000",
5-
"0xf41D1f354f04A2887682ba3585Bf6cCca0a24551",
6-
"0xf41D1f354f04A2887682ba3585Bf6cCca0a24551"
5+
"0xe2C4daAeeBd8e45E49c8768D50da7646d8B28514",
6+
"0xe2C4daAeeBd8e45E49c8768D50da7646d8B28514"
77
],
88
"oracleRouters": [
99
"0xAD950C61d3dCDDCb8972C0937c2276E2cdB703b9",

script/production/plasma/clusters/M15PT-USDai.s.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ contract Cluster is ManageCluster {
6969
cluster.borrowCaps[USDT0] = type(uint256).max;
7070

7171
// define IRM classes here and assign them to the assets
72-
cluster.irms[USDai] = IRM_ADAPTIVE_USD;
73-
cluster.irms[USDT0] = IRM_ADAPTIVE_USD;
72+
cluster.irms[USDai] = 0xe2C4daAeeBd8e45E49c8768D50da7646d8B28514;
73+
cluster.irms[USDT0] = 0xe2C4daAeeBd8e45E49c8768D50da7646d8B28514;
7474

7575
// define the ramp duration to be used, in case the liquidation LTVs have to be ramped down
7676
cluster.rampDuration = 1 days;

script/production/plasma/clusters/M16PT-sUSDai.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"externalVaults": [],
33
"irms": [
44
"0x0000000000000000000000000000000000000000",
5-
"0xf41D1f354f04A2887682ba3585Bf6cCca0a24551",
6-
"0xf41D1f354f04A2887682ba3585Bf6cCca0a24551"
5+
"0xe2C4daAeeBd8e45E49c8768D50da7646d8B28514",
6+
"0xe2C4daAeeBd8e45E49c8768D50da7646d8B28514"
77
],
88
"oracleRouters": [
99
"0xE35DA81c62332eeA6c672cEfaC025eb734968976",

script/production/plasma/clusters/M16PT-sUSDai.s.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ contract Cluster is ManageCluster {
6969
cluster.borrowCaps[USDT0] = type(uint256).max;
7070

7171
// define IRM classes here and assign them to the assets
72-
cluster.irms[USDai] = IRM_ADAPTIVE_USD;
73-
cluster.irms[USDT0] = IRM_ADAPTIVE_USD;
72+
cluster.irms[USDai] = 0xe2C4daAeeBd8e45E49c8768D50da7646d8B28514;
73+
cluster.irms[USDT0] = 0xe2C4daAeeBd8e45E49c8768D50da7646d8B28514;
7474

7575
// define the ramp duration to be used, in case the liquidation LTVs have to be ramped down
7676
cluster.rampDuration = 1 days;

script/production/plasma/clusters/ManageCluster.s.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ abstract contract Addresses {
1111
uint16 internal constant LTV_SELF = 0.97e4;
1212

1313
address internal immutable IRM_ADAPTIVE_USD = 0xf41D1f354f04A2887682ba3585Bf6cCca0a24551;
14+
address internal immutable IRM_ADAPTIVE_PT_7 = 0x32fd5B7a2C75aFc3Bd929c2746cF9E4522E75690;
15+
address internal immutable IRM_ADAPTIVE_PT_30 = 0xe2C4daAeeBd8e45E49c8768D50da7646d8B28514;
1416
address internal immutable IRM_ADAPTIVE_ETH = 0x3e1c4532134Bf9c2cA864C98C52a830E0571E0E1;
1517
address internal immutable IRM_ADAPTIVE_ETH_YB = 0x6D30Bf70411dE9d527E67E6bfD5304B1e1d0c4Be;
1618
address internal immutable IRM_ADAPTIVE_DEFI = 0x2a6f7b01d64bB308f3a70e7183246C49EAa102b0;

0 commit comments

Comments
 (0)