File tree 4 files changed +5
-14
lines changed
4 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " uni-resolver-driver-iota"
3
- version = " 0.1.2 "
3
+ version = " 0.2.0-alpha "
4
4
edition = " 2021"
5
5
6
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ RUN apt-get update -y \
25
25
&& rm -rf /var/lib/apt/lists/*
26
26
COPY --from=builder /app/target/release/uni-resolver-driver-iota uni-resolver-driver-iota
27
27
EXPOSE 8080
28
- ENV IOTA_CUSTOM_NODE_ENDPOINT=
29
- ENV IOTA_CUSTOM_IDENTITY_PKG_ID=
30
28
31
29
ENV IOTA_MAINNET_IDENTITY_PKG_ID=
32
30
ENV IOTA_MAINNET_NODE_ENDPOINT=
Original file line number Diff line number Diff line change 39
39

40
40

41
41
42
-
43
42
<!-- PROJECT LOGO -->
44
43
45
44
# Universal Resolver Driver for IOTA
@@ -76,19 +75,13 @@ cargo run --release
76
75
77
76
## Driver Environment Variables
78
77
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.
82
79
83
- ` IOTA_CUSTOM_NETWORK_NAME ` HRP a of custom network.
80
+ ` IOTA_MAINNET_IDENTITY_PKG_ID ` Identity package ID on the mainnet ` iota ` network.
84
81
85
82
` IOTA_CUSTOM_NODE_ENDPOINT ` Endpoint for the custom network.
86
83
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.
92
85
93
86
Note: at least one network must be configured.
94
87
You can’t perform that action at this time.
0 commit comments