Skip to content

Commit

Permalink
Update Configs
Browse files Browse the repository at this point in the history
  • Loading branch information
hmzakhalid committed Dec 9, 2024
1 parent a576045 commit 2232d39
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ec2-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Deploy to EC2
uses: appleboy/[email protected]
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/release'
with:
host: ${{ secrets.EC2_HOST }}
username: ${{ secrets.EC2_USERNAME }}
Expand Down
2 changes: 2 additions & 0 deletions tests/basic_integration/lib/ag/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
config_dir: .
data_dir: .
address: "0x8626a6940E2eb28930eFb4CeF49B2d1F2C9C1199"
quic_port: 9091
enable_mdns: true
chains:
- name: "hardhat"
rpc_url: "ws://localhost:8545"
Expand Down
2 changes: 2 additions & 0 deletions tests/basic_integration/lib/cn1/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
config_dir: .
data_dir: .
address: "0x2546BcD3c84621e976D8185a91A922aE77ECEc30"
quic_port: 9091
enable_mdns: true
chains:
- name: "hardhat"
rpc_url: "ws://localhost:8545"
Expand Down
2 changes: 2 additions & 0 deletions tests/basic_integration/lib/cn2/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
config_dir: .
data_dir: .
address: "0xbDA5747bFD65F08deb54cb465eB87D40e51B197E"
quic_port: 9091
enable_mdns: true
chains:
- name: "hardhat"
rpc_url: "ws://localhost:8545"
Expand Down
2 changes: 2 additions & 0 deletions tests/basic_integration/lib/cn3/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
config_dir: .
data_dir: .
address: "0xdD2FD4581271e230360230F9337D5c0430Bf44C0"
quic_port: 9091
enable_mdns: true
chains:
- name: "hardhat"
rpc_url: "ws://localhost:8545"
Expand Down
2 changes: 2 additions & 0 deletions tests/basic_integration/lib/cn4/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
config_dir: .
data_dir: .
address: "0x8626f6940E2eb28930eFb4CeF49B2d1F2C9C1199"
quic_port: 9091
enable_mdns: true
chains:
- name: "hardhat"
rpc_url: "ws://localhost:8545"
Expand Down

0 comments on commit 2232d39

Please sign in to comment.