@@ -9,7 +9,7 @@ const ENSResolverAddress = '0x19c2d5D0f035563344dBB7bE5fD09c8dad62b001';
99const ENSSubdomainLabel = 'v3-additional-grants' ;
1010const ENSSubdomain = `${ ENSSubdomainLabel } .${ ENSName } ` ;
1111const ENSTextRecordKey = 'v3-official-markets' ;
12- const lineaCOMPAddress = '0xab3134fa5edfb3dc64aa790e8bb6448117d18fe9 ' ;
12+ const lineaCOMPAddress = '0xaB3134Fa5EDfB3Dc64Aa790E8Bb6448117d18fe9 ' ;
1313
1414export default migration ( '1686918613_configurate_and_ens' , {
1515 prepare : async ( deploymentManager : DeploymentManager ) => {
@@ -141,10 +141,6 @@ export default migration('1686918613_configurate_and_ens', {
141141 trace ( `Created proposal ${ proposalId } .` ) ;
142142 } ,
143143
144- async enacted ( deploymentManager : DeploymentManager ) : Promise < boolean > {
145- return true ;
146- } ,
147-
148144 async verify (
149145 deploymentManager : DeploymentManager ,
150146 govDeploymentManager : DeploymentManager ,
@@ -160,8 +156,10 @@ export default migration('1686918613_configurate_and_ens', {
160156 expect ( stateChanges ) . to . deep . equal ( {
161157 baseTrackingSupplySpeed : exp ( 34.74 / 86400 , 15 , 18 ) ,
162158 baseTrackingBorrowSpeed : exp ( 34.74 / 86400 , 15 , 18 ) ,
163- baseBorrowMin : exp ( 1 , 6 ) ,
159+ baseMinForRewards : exp ( 1000 , 6 ) ,
164160 WETH : {
161+ borrowCollateralFactor : exp ( 0.775 , 18 ) ,
162+ liquidationFactor : exp ( 0.95 , 18 ) ,
165163 supplyCap : exp ( 1000 , 18 )
166164 }
167165 } ) ;
@@ -215,6 +213,16 @@ export default migration('1686918613_configurate_and_ens', {
215213 cometAddress : '0x1d573274E19174260c5aCE3f2251598959d24456'
216214 }
217215 ] ,
216+ 84531 : [
217+ {
218+ baseSymbol : 'USDC' ,
219+ cometAddress : '0xe78Fc55c884704F9485EDa042fb91BfE16fD55c1'
220+ } ,
221+ {
222+ baseSymbol : 'WETH' ,
223+ cometAddress : '0xED94f3052638620fE226a9661ead6a39C2a265bE'
224+ }
225+ ] ,
218226 59140 : [
219227 {
220228 baseSymbol : 'USDC' ,
0 commit comments