Skip to content

Commit

Permalink
env: added lisk.
Browse files Browse the repository at this point in the history
  • Loading branch information
stas committed Nov 12, 2024
1 parent 93ed81e commit 1da5e73
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
include:
- chain: mode
experimental: true
- chain: lisk
experimental: true

steps:
- uses: actions/checkout@master
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ RUN brownie networks modify optimism-main host=https://optimism-mainnet.wallet.c

RUN brownie networks modify base-main host=https://mainnet.base.org

RUN brownie networks add Bob bob-main host=https://rpc.gobob.xyz/ chainid=60808
RUN brownie networks add Bob bob-main host=https://rpc.gobob.xyz chainid=60808
RUN brownie networks add Mode mode-main host=https://mainnet.mode.network chainid=34443
RUN brownie networks add Lisk lisk-main host=https://lisk.drpc.org chainid=1135
19 changes: 19 additions & 0 deletions env.lisk
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
CHAIN_ID=1135
CONTRACT='lp'

FACTORIES_1135=0x31832f2a97Fd20664D76Cc421207669b55CE4BC0,0x04625B046C69577EfC40e6c0Bb83CDBAfab5a55F
REWARDS_FACTORIES_1135=0x7dc9fd82f91B36F416A89f5478375e4a79f4Fb2F,0x7dc9fd82f91B36F416A89f5478375e4a79f4Fb2F
GAUGE_FACTORIES_1135=0x42e403b73898320f23109708b0ba1Ae85838C445,0xeAD23f606643E387a073D0EE8718602291ffaAeB
INIT_HASHES_1135=0x558be7ee0c63546b31d0773eee1d90451bd76a0167bb89653722a2bd677c002d,0x7b216153c50849f664871825fa6f22b3356cdce2436e4f48734ae2a926a4c7e5

VOTER_1135=0x97cDBCe21B6fd0585d29E539B1B99dAd328a1123
REGISTRY_1135=0x42b9279236F590bd93736F806224825CBF5f7AE5
CONVERTOR_1135=0x1111111111111111111111111111111111111111
SLIPSTREAM_HELPER_1135=0xB98fB4C9C99dE155cCbF5A14af0dBBAd96033D6f
ALM_FACTORY_1135=0x0000000000000000000000000000000000000000

LP_SUGAR_ADDRESS_1135=0xbDD1d5A9d9566F575bC59cE33C8F77ACa5cF924b
REWARDS_SUGAR_ADDRESS_1135=0xB1d0DFFe6260982164B53EdAcD3ccd58B081889d

TEST_ADDRESS_1135=0x892ff98a46e5bd141e2d12618f4b2fe6284debac
TEST_ALM_ADDRESS_1135=0x892ff98a46e5bd141e2d12618f4b2fe6284debac

0 comments on commit 1da5e73

Please sign in to comment.