File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,3 +89,8 @@ scroll:mainnet:
8989 factory : ' 0x98EE851a00abeE0d95D08cF4CA2BdCE32aeaAF7F'
9090 math : ' 0x2005995a71243be9FB995DaB4742327dc76564Df'
9191 views : ' 0x07CdEBF81977E111B08C126DEFA07818d0045b80'
92+ xlayer:mainnet :
93+ amm : ' 0xFAbC421e3368D158d802684A217a83c083c94CeB'
94+ factory : ' 0x0c59d36b23f809f8b6C7cb4c8C590a0AC103baEf'
95+ math : ' 0x505d666E4DD174DcDD7FA090ed95554486d2Be44'
96+ views : ' 0x5a8C93EE12a8Df4455BA111647AdA41f29D5CfcC'
Original file line number Diff line number Diff line change @@ -215,9 +215,9 @@ def main():
215215
216216 forkmode = False
217217 deploy_infra (
218- "fraxtal:mainnet " ,
219- os . environ [ "RPC_FRAXTAL" ] ,
220- "FIDDYDEPLOYER " ,
218+ "" ,
219+ "" ,
220+ "" ,
221221 fork = forkmode ,
222222 )
223223
Original file line number Diff line number Diff line change @@ -117,6 +117,10 @@ class CurveNetworkSettings:
117117 thin_proxy_contract = "0x8b3EFBEfa6eD222077455d6f0DCdA3bF4f3F57A6" ,
118118 fee_receiver_address = "0x8b3EFBEfa6eD222077455d6f0DCdA3bF4f3F57A6" ,
119119 ),
120+ "xlayer:mainnet" : CurveNetworkSettings (
121+ dao_ownership_contract = "0xf3A431008396df8A8b2DF492C913706BDB0874ef" ,
122+ fee_receiver_address = "0xf3A431008396df8A8b2DF492C913706BDB0874ef" ,
123+ ),
120124}
121125
122126CURVE_DAO_OWNERSHIP = {
You can’t perform that action at this time.
0 commit comments