Skip to content

Commit

Permalink
Merge pull request #17 from Constellation-Labs/main
Browse files Browse the repository at this point in the history
Fixing actions
  • Loading branch information
IPadawans authored Nov 8, 2023
2 parents e6ca42b + 82e89cd commit 6d4292e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
13 changes: 8 additions & 5 deletions .github/assets/integrationnet-lambda-payload.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"metagraph": {
"id": "DAG5Q12Zb5UraXyGSUM3sZBkxJyyN3uRBWEvhMeU",
"id": "DAG5kfY9GoHF1CYaY8tuRJxmB3JSzAEARJEAkA2C",
"name": "DOR",
"include_currency_l1_layer": true,
"include_data_l1_layer": true,
Expand All @@ -21,17 +21,20 @@
"data_l1_cli_port": 9002
},
"required_env_variables": {
"cl_app_env": "testnet",
"cl_app_env": "integrationnet",
"cl_collateral": 0
},
"additional_metagraph_l0_env_variables": [],
"additional_metagraph_l0_env_variables": [
"METAGRAPH_L0_NODE_URL=http://54.218.46.24:7000/cluster/info",
"DATA_L1_NODE_URL=http://54.218.46.24:9000/cluster/info"
],
"additional_currency_l1_env_variables": [],
"additional_data_l1_env_variables": []
},
"network": {
"name": "integrationnet",
"gl0_node_ip": "3.101.147.116",
"gl0_node_id": "e2f4496e5872682d7a55aa06e507a58e96b5d48a5286bfdff7ed780fa464d9e789b2760ecd840f4cb3ee6e1c1d81b2ee844c88dbebf149b1084b7313eb680714",
"gl0_node_ip": "52.53.216.201",
"gl0_node_id": "3458a688925a4bd89f2ac2c695362e44d2e0c2903bdbb41b341a4d39283b22d8c85b487bd33cc5d36dbe5e31b5b00a10a6eab802718ead4ed7192ade5a5d1941",
"gl0_node_port": "9000"
},
"aws": {
Expand Down
9 changes: 6 additions & 3 deletions .github/assets/testnet-lambda-payload.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"metagraph": {
"id": "DAG2FcRfGnkgMN3Ms6bPm8syp4AkrME3F85Ba28e",
"id": "DAG8gMagrwoJ4nAMjbGx17WB5D6nqBEPZYChc3zH",
"name": "DOR",
"include_currency_l1_layer": true,
"include_data_l1_layer": true,
Expand All @@ -24,15 +24,18 @@
"cl_app_env": "testnet",
"cl_collateral": 0
},
"additional_metagraph_l0_env_variables": ["METAGRAPH_L0_NODE_URL=http://34.212.38.215:7000/cluster/info", "DATA_L1_NODE_URL=http://34.212.38.215:9000/cluster/info"],
"additional_metagraph_l0_env_variables": [
"METAGRAPH_L0_NODE_URL=http://34.212.38.215:7000/cluster/info",
"DATA_L1_NODE_URL=http://34.212.38.215:9000/cluster/info"
],
"additional_currency_l1_env_variables": [],
"additional_data_l1_env_variables": []
},
"network": {
"name": "testnet",
"gl0_node_ip": "13.57.186.140",
"gl0_node_id": "e2f4496e5872682d7a55aa06e507a58e96b5d48a5286bfdff7ed780fa464d9e789b2760ecd840f4cb3ee6e1c1d81b2ee844c88dbebf149b1084b7313eb680714",
"gl0_node_port": 9000
"gl0_node_port": "9000"
},
"aws": {
"region": "us-west-2",
Expand Down

0 comments on commit 6d4292e

Please sign in to comment.