Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soneium Release #110

Merged
merged 2 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions ape-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ networks:
- name: mainnet
ecosystem: metall2
chain_id: 1750
- name: mainnet
ecosystem: ink
chain_id: 57073
- name: mainnet
ecosystem: soneium
chain_id: 1868

node:
mode:
Expand All @@ -34,3 +40,9 @@ node:
optimism:
mainnet:
uri: https://optimism-mainnet.wallet.coinbase.com
ink:
mainnet:
uri: https://ink.drpc.org
soneium:
mainnet:
uri: https://rpc.soneium.org
20 changes: 20 additions & 0 deletions deployments/ink.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
CHAIN_ID=57073
CONTRACT='lp'

FACTORIES_57073=0x31832f2a97Fd20664D76Cc421207669b55CE4BC0,0x04625B046C69577EfC40e6c0Bb83CDBAfab5a55F
REWARDS_FACTORIES_57073=0x7dc9fd82f91B36F416A89f5478375e4a79f4Fb2F,0x7dc9fd82f91B36F416A89f5478375e4a79f4Fb2F
GAUGE_FACTORIES_57073=0x42e403b73898320f23109708b0ba1Ae85838C445,0xeAD23f606643E387a073D0EE8718602291ffaAeB
INIT_HASHES_57073=0x558be7ee0c63546b31d0773eee1d90451bd76a0167bb89653722a2bd677c002d,0x7b216153c50849f664871825fa6f22b3356cdce2436e4f48734ae2a926a4c7e5

VOTER_57073=0x97cDBCe21B6fd0585d29E539B1B99dAd328a1123
REGISTRY_57073=0xB1d0DFFe6260982164B53EdAcD3ccd58B081889d
CONVERTOR_57073=0x1111111111111111111111111111111111111111
SLIPSTREAM_HELPER_57073=0x222ed297aF0560030136AE652d39fa40E1B72818
ALM_FACTORY_57073=0x0000000000000000000000000000000000000000

TEST_ADDRESS_57073=0x892ff98a46e5bd141e2d12618f4b2fe6284debac
TEST_ALM_ADDRESS_57073=0x892ff98a46e5bd141e2d12618f4b2fe6284debac

# Deployed Contracts
LP_SUGAR_ADDRESS_57073=0xD938B20f40505e33b7C131e6aDD6C6FF7380094A
REWARDS_SUGAR_ADDRESS_57073=0xc100DC20aff9907E833a6aDEDDB52fC310554fF2
20 changes: 20 additions & 0 deletions deployments/soneium.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
CHAIN_ID=1868
CONTRACT='lp'

FACTORIES_1868=0x31832f2a97Fd20664D76Cc421207669b55CE4BC0,0x04625B046C69577EfC40e6c0Bb83CDBAfab5a55F
REWARDS_FACTORIES_1868=0x7dc9fd82f91B36F416A89f5478375e4a79f4Fb2F,0x7dc9fd82f91B36F416A89f5478375e4a79f4Fb2F
GAUGE_FACTORIES_1868=0x42e403b73898320f23109708b0ba1Ae85838C445,0xeAD23f606643E387a073D0EE8718602291ffaAeB
INIT_HASHES_1868=0x558be7ee0c63546b31d0773eee1d90451bd76a0167bb89653722a2bd677c002d,0x7b216153c50849f664871825fa6f22b3356cdce2436e4f48734ae2a926a4c7e5

VOTER_1868=0x97cDBCe21B6fd0585d29E539B1B99dAd328a1123
REGISTRY_1868=0x42b9279236F590bd93736F806224825CBF5f7AE5
CONVERTOR_1868=0x1111111111111111111111111111111111111111
SLIPSTREAM_HELPER_1868=0x222ed297aF0560030136AE652d39fa40E1B72818
ALM_FACTORY_1868=0x0000000000000000000000000000000000000000

TEST_ADDRESS_1868=0x892ff98a46e5bd141e2d12618f4b2fe6284debac
TEST_ALM_ADDRESS_1868=0x892ff98a46e5bd141e2d12618f4b2fe6284debac

# Deployed Contracts
LP_SUGAR_ADDRESS_1868=0xB1d0DFFe6260982164B53EdAcD3ccd58B081889d
REWARDS_SUGAR_ADDRESS_1868=0xbDD1d5A9d9566F575bC59cE33C8F77ACa5cF924b
Loading