Skip to content

Commit

Permalink
linea contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
bout3fiddy committed Jan 15, 2024
1 parent c0acf48 commit 53b5a79
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ kava:mainnet:
factory: '0xd3B17f862956464ae4403cCF829CE69199856e1e'
math: '0x7Ca46A636b02D4aBC66883D7FF164bDE506DC66a'
views: '0x0C9D8c7e486e822C29488Ff51BFf0167B4650953'
linea:mainnet:
amm: '0x04Fd6beC7D45EFA99a27D29FB94b55c56dD07223'
factory: '0x98EE851a00abeE0d95D08cF4CA2BdCE32aeaAF7F'
math: '0x2005995a71243be9FB995DaB4742327dc76564Df'
views: '0x07CdEBF81977E111B08C126DEFA07818d0045b80'
mantle:mainnet:
amm: '0x04Fd6beC7D45EFA99a27D29FB94b55c56dD07223'
factory: '0x98EE851a00abeE0d95D08cF4CA2BdCE32aeaAF7F'
Expand Down
6 changes: 3 additions & 3 deletions scripts/deploy_infra.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,9 @@ def main():

forkmode = False
deploy_infra(
"ethereum:sepolia",
os.environ["RPC_ETHEREUM_SEPOLIA"],
"FIDDYDEPLOYER",
":mainnet",
os.environ["RPC_"],
"",
fork=forkmode,
)

Expand Down

0 comments on commit 53b5a79

Please sign in to comment.