@@ -14,25 +14,25 @@ public struct Extensions
1414
1515 public static class ExtensionsFactory
1616 {
17- public static Extensions Rc3 = new Extensions
17+ public static Extensions Rc4 = new Extensions
1818 {
1919 Factory = new Address ( "0x00000000000018A77519fcCCa060c2537c9D6d3F" ) ,
20- Stage1 = new Address ( "0x00000000000084fA81809Dd337311297C5594d62 " ) ,
21- Stage2 = new Address ( "0x7438718F9E4b9B834e305A620EEeCf2B9E6eBE79 " ) ,
20+ Stage1 = new Address ( "0x0000000000003DF093bc4257E6dCE45D937EF161 " ) ,
21+ Stage2 = new Address ( "0x10bE1Abf3cD0918bb1079ECc6b8220c177F34088 " ) ,
2222 CreationCode = "0x6041600e3d396021805130553df33d3d36153402601f57363d3d373d363d30545af43d82803e903d91601f57fd5bf3" ,
23- Sessions = new Address ( "0x0000000000CC58810c33F3a0D78aA1Ed80FaDcD8 " ) ,
23+ Sessions = new Address ( "0x00000000000030Bcc832F7d657f50D6Be35C92b3 " ) ,
2424 GuardSigners = new ( )
2525 {
2626 { "https://dev-guard.sequence.app" , new Address ( "0x18002Fc09deF9A47437cc64e270843dE094f5984" ) } ,
2727 { "https://guard.sequence.app" , new Address ( "0xF6Bc87F5F2edAdb66737E32D37b46423901dfEF1" ) }
2828 }
2929 } ;
3030
31- public static Extensions Rc4 = new Extensions
31+ public static Extensions Rc5 = new Extensions
3232 {
3333 Factory = new Address ( "0x00000000000018A77519fcCCa060c2537c9D6d3F" ) ,
34- Stage1 = new Address ( "0x0000000000003DF093bc4257E6dCE45D937EF161 " ) ,
35- Stage2 = new Address ( "0x10bE1Abf3cD0918bb1079ECc6b8220c177F34088 " ) ,
34+ Stage1 = new Address ( "0x0000000000001f3C39d61698ab21131a12134454 " ) ,
35+ Stage2 = new Address ( "0xD0ae8eF93b7DA4eabb32Ec4d81b7a501DCa04D4C " ) ,
3636 CreationCode = "0x6041600e3d396021805130553df33d3d36153402601f57363d3d373d363d30545af43d82803e903d91601f57fd5bf3" ,
3737 Sessions = new Address ( "0x00000000000030Bcc832F7d657f50D6Be35C92b3" ) ,
3838 GuardSigners = new ( )
@@ -42,6 +42,6 @@ public static class ExtensionsFactory
4242 }
4343 } ;
4444
45- public static Extensions Current => Rc4 ;
45+ public static Extensions Current => Rc5 ;
4646 }
4747}
0 commit comments