File tree Expand file tree Collapse file tree
rust/sealevel/environments/mainnet3/multisig-ism-message-id/solanamainnet/hyperlane
config/environments/mainnet3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 348348 },
349349 "fluent" : {
350350 "type" : " messageIdMultisigIsm" ,
351- "threshold" : 2 ,
351+ "threshold" : 3 ,
352352 "validators" : [
353353 " 0xea189ae1a9c3e86bcb63597a34a8ea3b0bb83406" ,
354- " 0x4f977a59fdc2d9e39f6d780a84d5b4add1495a36"
354+ " 0x4f977a59fdc2d9e39f6d780a84d5b4add1495a36" ,
355+ " 0x6a07e3406536d3a117f41850e69c70961d002efe"
355356 ]
356357 },
357358 "fraxtal" : {
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ export const hyperlaneContextAgentChainConfig: AgentChainConfig<
166166 plume : true ,
167167 polygon : true ,
168168 polygonzkevm : false ,
169- polynomialfi : true ,
169+ polynomialfi : false ,
170170 prom : true ,
171171 pulsechain : true ,
172172 radix : true ,
@@ -315,7 +315,7 @@ export const hyperlaneContextAgentChainConfig: AgentChainConfig<
315315 plume : true ,
316316 polygon : true ,
317317 polygonzkevm : false ,
318- polynomialfi : true ,
318+ polynomialfi : false ,
319319 prom : true ,
320320 pulsechain : true ,
321321 radix : true ,
@@ -464,7 +464,7 @@ export const hyperlaneContextAgentChainConfig: AgentChainConfig<
464464 plume : true ,
465465 polygon : true ,
466466 polygonzkevm : false ,
467- polynomialfi : true ,
467+ polynomialfi : false ,
468468 prom : true ,
469469 pulsechain : true ,
470470 radix : true ,
Original file line number Diff line number Diff line change 732732 "constructorArguments": "000000000000000000000000a7eccdb9be08178f896c26b7bbd8c3d4e844d9ba",
733733 "isProxy": false,
734734 "name": "PausableIsm"
735+ },
736+ {
737+ "name": "QuotedCalls",
738+ "address": "0xe38E2E3B4d9Aef4556e62e4D2B1e6Fc155bCc985",
739+ "constructorArguments": "000000000000000000000000000000000022d473030f116ddee9f6b43ac78ba3",
740+ "isProxy": false
735741 }
736742 ],
737743 "fraxtal": [
Original file line number Diff line number Diff line change @@ -83,6 +83,11 @@ export const chainsToSkip: ChainName[] = [
8383 'everclear' ,
8484 'milkyway' ,
8585
86+ 'artela' ,
87+ 'polynomialfi' ,
88+
89+ // arcadia artela chilizmainnet coti electroneum galactica igra immutablezkevmmainnet krown megaeth ontology polynomialfi pulsechain reactive sei shibarium unichain viction xrplevm
90+
8691 ...getDisabledChains ( ) ,
8792] ;
8893
Original file line number Diff line number Diff line change @@ -798,13 +798,17 @@ export const defaultMultisigConfigs: ChainMap<MultisigConfig> = {
798798 } ,
799799
800800 fluent : {
801- threshold : 2 ,
801+ threshold : 3 ,
802802 validators : [
803803 {
804804 address : '0xea189ae1a9c3e86bcb63597a34a8ea3b0bb83406' ,
805805 alias : AW_VALIDATOR_ALIAS ,
806806 } ,
807807 DEFAULT_MITOSIS_VALIDATOR ,
808+ {
809+ address : '0x6a07e3406536d3a117f41850e69c70961d002efe' ,
810+ alias : 'Fluent' ,
811+ } ,
808812 ] ,
809813 } ,
810814
You can’t perform that action at this time.
0 commit comments