Skip to content

Commit

Permalink
Merge pull request #13 from curvefi/xlayer
Browse files Browse the repository at this point in the history
xlayer deployment
  • Loading branch information
bout3fiddy committed May 1, 2024
2 parents 7c6a43f + 8062f47 commit 97aa58c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,8 @@ scroll:mainnet:
factory: '0x98EE851a00abeE0d95D08cF4CA2BdCE32aeaAF7F'
math: '0x2005995a71243be9FB995DaB4742327dc76564Df'
views: '0x07CdEBF81977E111B08C126DEFA07818d0045b80'
xlayer:mainnet:
amm: '0xFAbC421e3368D158d802684A217a83c083c94CeB'
factory: '0x0c59d36b23f809f8b6C7cb4c8C590a0AC103baEf'
math: '0x505d666E4DD174DcDD7FA090ed95554486d2Be44'
views: '0x5a8C93EE12a8Df4455BA111647AdA41f29D5CfcC'
6 changes: 3 additions & 3 deletions scripts/deploy_infra.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ def main():

forkmode = False
deploy_infra(
"fraxtal:mainnet",
os.environ["RPC_FRAXTAL"],
"FIDDYDEPLOYER",
"",
"",
"",
fork=forkmode,
)

Expand Down
4 changes: 4 additions & 0 deletions scripts/deployment_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ class CurveNetworkSettings:
thin_proxy_contract="0x8b3EFBEfa6eD222077455d6f0DCdA3bF4f3F57A6",
fee_receiver_address="0x8b3EFBEfa6eD222077455d6f0DCdA3bF4f3F57A6",
),
"xlayer:mainnet": CurveNetworkSettings(
dao_ownership_contract="0xf3A431008396df8A8b2DF492C913706BDB0874ef",
fee_receiver_address="0xf3A431008396df8A8b2DF492C913706BDB0874ef",
),
}

CURVE_DAO_OWNERSHIP = {
Expand Down

0 comments on commit 97aa58c

Please sign in to comment.