Skip to content

Commit 111adc5

Browse files
committed
Merge branch 'main' into session-key
2 parents ac86a9b + 9534d48 commit 111adc5

File tree

4 files changed

+17
-14
lines changed

4 files changed

+17
-14
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ edition = "2021"
2222

2323
[patch.crates-io]
2424
sha2 = { git = "https://github.com/risc0/RustCrypto-hashes", tag = "sha2-v0.10.8-risczero.0" }
25+
# boundless-market = { git = "https://github.com/Hyle-org/boundless.git" }

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id = "hyle-scaffold-app"
22
rest_server_port = 4000
3-
da_address = "127.0.0.1:4141"
3+
da_read_from = "127.0.0.1:4141"
44
rest_server_max_body_size = 10_485_760
55
data_directory = "data"
66

front/.env.production

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
VITE_SERVER_BASE_URL=https://wallet.devnet.hyle.eu/api
2-
VITE_NODE_BASE_URL=https://rest-api.devnet.hyle.eu
3-
VITE_INDEXER_BASE_URL=https://indexer.devnet.hyle.eu
1+
VITE_SERVER_BASE_URL=https://wallet.testnet.hyle.eu
2+
VITE_WS_URL=wss://wallet.testnet.hyle.eu/ws
3+
VITE_NODE_BASE_URL=https://node.testnet.hyle.eu
4+
VITE_INDEXER_BASE_URL=https://indexer.testnet.hyle.eu
45
VITE_TX_EXPLORER_URL=https://hyleou.hyle.eu/
6+
VITE_FAUCET_URL=https://faucet.testnet.hyle.eu

0 commit comments

Comments
 (0)