Skip to content
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
5 changes: 2 additions & 3 deletions .github/workflows/stonks_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ on:
workflow_dispatch:

env:
# Stonks branch carrying the NEST V2 integration tests.
# TODO: switch to `main/master` once the tests land there.
STONKS_REF: feature/dao-898-nest-v2-develop-the-protocol
# Stonks branch the NEST V2 integration tests are run from.
STONKS_REF: main

jobs:
run-tests:
Expand Down
1 change: 1 addition & 0 deletions configs/config_mainnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@
OPERATOR_GRID = "0xC69685E89Cefc327b43B7234AC646451B27c544d"
LAZY_ORACLE = "0x5DB427080200c235F2Ae8Cd17A7be87921f7AD6c"
PREDEPOSIT_GUARANTEE = "0xF4bF42c6D6A0E38825785048124DBAD6c9eaaac3"
VAULT_FACTORY = "0x02Ca7772FF14a9F6c1a08aF385aA96bb1b34175A"
VAULTS_ADAPTER = "0x28F9Ac198C4E0FA6A9Ad2c2f97CB38F1A3120f27"
GATE_SEAL_V3 = "0x881dAd714679A6FeaA636446A0499101375A365c"
STAKING_VAULT_BEACON = "0x5FbE8cEf9CCc56ad245736D3C5bAf82ad54Ca789"
Expand Down
Loading
Loading