Skip to content

Commit 4a5799e

Browse files
authored
Merge pull request #42 from lidofinance/testnet-3
testnet-3
2 parents dc3db93 + 63e892c commit 4a5799e

File tree

163 files changed

+7485
-2689
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+7485
-2689
lines changed

.env.hoodi.local

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
FACTORY_PARAMS_JSON=config/hoodi-factory.json
2+
RPC_URL=http://localhost:9123
3+
4+
CORE_LOCATOR_ADDRESS="0xe2EF9536DAAAEBFf5b1c130957AB3E80056b06D8"
5+
STETH=0x3508A952176b3c15387C97BE809eaffB1982176a
6+
WSTETH=0x7E99eE3C66636DE415D2d7C880938F2f40f94De4
7+
8+
# Default unlocked accounts
9+
DEPLOYER=0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
10+
PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80

.github/workflows/integration-tests-hoodi.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,5 @@ jobs:
2020
- name: Common setup
2121
uses: ./.github/workflows/setup
2222

23-
- name: Run integration tests for StvPool
24-
run: make test-integration-a
25-
26-
- name: Run integration tests for StvStETHPool
27-
run: make test-integration-b
28-
29-
- name: Run integration tests for GGV
30-
run: make test-integration-ggv
23+
- name: Run integration tests
24+
run: make test-integration

.github/workflows/integration-tests-scratch.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,5 @@ jobs:
3636
env:
3737
CORE_RPC_PORT: 9123
3838

39-
- name: Run integration tests for StvPool
40-
run: make test-integration-a
41-
42-
- name: Run integration tests for StvStETHPool
43-
run: make test-integration-b
44-
45-
- name: Run integration tests for GGV
46-
run: make test-integration-ggv
39+
- name: Run integration tests
40+
run: make test-integration

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ lido-core/
1111
.code/
1212
.vscode/
1313
.wake/
14+
.zed/
1415

1516
# LLM files
1617
**/CLAUDE.md
@@ -28,7 +29,9 @@ docs/
2829

2930
# Dotenv file
3031
.env
32+
.env.hoodi
33+
.env.mainnet
3134

3235
# MacOS
3336
.DS_Store
34-
artifacts/
37+
artifacts/

.idea/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/php.xml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.idea/prettier.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/vaults-wrapper.iml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)