Skip to content

Commit

Permalink
Test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed Mar 25, 2024
1 parent 9dc6fc4 commit c3cb398
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/private-tangle-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
uses: 'iotaledger/iota-sandbox/.github/actions/setup@add-action'
with:
branch: add-action
protocol_parameters: .github/workflows/protocol_parameters.json
env:
COMPOSE_PROFILES: inx-faucet,inx-indexer,inx-mqtt

- name: Start ledger nano
uses: "./.github/actions/ledger-nano"
Expand All @@ -74,3 +77,5 @@ jobs:
uses: 'iotaledger/iota-sandbox/.github/actions/tear-down@add-action'
with:
branch: add-action
env:
COMPOSE_PROFILES: inx-faucet,inx-indexer,inx-mqtt
2 changes: 1 addition & 1 deletion .github/workflows/protocol_parameters.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 2,
"networkName": "sandbox1",
"bech32HRP": "rms",
"bech32HRP": "snd",
"minPoWScore": 0,
"belowMaxDepth": 15,
"rentStructure": {
Expand Down
4 changes: 2 additions & 2 deletions sdk/tests/wallet/common/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

#![allow(dead_code)]

pub static NODE_LOCAL: &str = "http://localhost:14265";
pub static NODE_LOCAL: &str = "http://localhost";
pub static NODE_OTHER: &str = "http://some.not.default.node:14265";

pub static DEFAULT_MNEMONIC: &str = "inhale gorilla deny three celery song category owner lottery rent author wealth penalty crawl hobby obtain glad warm early rain clutch slab august bleak";

pub static FAUCET_URL: &str = "http://localhost:8091/api/enqueue";
pub static FAUCET_URL: &str = "http://localhost/faucet/api/enqueue";

0 comments on commit c3cb398

Please sign in to comment.