Skip to content

Commit 1b4d2a5

Browse files
committed
bump up version; update readme
1 parent 4452c16 commit 1b4d2a5

File tree

4 files changed

+5
-14
lines changed

4 files changed

+5
-14
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uni-resolver-driver-iota"
3-
version = "0.1.2"
3+
version = "0.2.0-alpha"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ RUN apt-get update -y \
2525
&& rm -rf /var/lib/apt/lists/*
2626
COPY --from=builder /app/target/release/uni-resolver-driver-iota uni-resolver-driver-iota
2727
EXPOSE 8080
28-
ENV IOTA_CUSTOM_NODE_ENDPOINT=
29-
ENV IOTA_CUSTOM_IDENTITY_PKG_ID=
3028

3129
ENV IOTA_MAINNET_IDENTITY_PKG_ID=
3230
ENV IOTA_MAINNET_NODE_ENDPOINT=

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
![Test Badge](https://github.com/iotaledger/template/workflows/Test/badge.svg "Test Badge")
4040
![Coverage Badge](https://coveralls.io/repos/github/iotaledger/template/badge.svg "Coverage Badge")
4141
42-
4342
<!-- PROJECT LOGO -->
4443

4544
# Universal Resolver Driver for IOTA
@@ -76,19 +75,13 @@ cargo run --release
7675

7776
## Driver Environment Variables
7877

79-
`IOTA_NODE_ENDPOINT` Endpoint for the `iota` network.
80-
81-
`IOTA_SMR_NODE_ENDPOINT` Endpoint for the `smr` network.
78+
`IOTA_MAINNET_NODE_ENDPOINT` Endpoint for the mainnet `iota` network.
8279

83-
`IOTA_CUSTOM_NETWORK_NAME` HRP a of custom network.
80+
`IOTA_MAINNET_IDENTITY_PKG_ID` Identity package ID on the mainnet `iota` network.
8481

8582
`IOTA_CUSTOM_NODE_ENDPOINT` Endpoint for the custom network.
8683

87-
`IOTA_NODE_AUTH_TOKEN` JWT auth token for `iota`'s node.
88-
89-
`IOTA_SMR_NODE_AUTH_TOKEN` JWT auth token for `smr`'s node.
90-
91-
`IOTA_CUSTOM_NODE_AUTH_TOKEN` JWT auth token for custom network's node.
84+
`IOTA_CUSTOM_IDENTITY_PKG_ID` Identity package ID on the custom network.
9285

9386
Note: at least one network must be configured.
9487

0 commit comments

Comments
 (0)