Skip to content

Commit b4514ec

Browse files
committed
update for wallet
1 parent 4f69025 commit b4514ec

File tree

3 files changed

+90
-25
lines changed

3 files changed

+90
-25
lines changed

nym-wallet/Cargo.lock

+88-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nym-wallet/nym-wallet-types/src/network/qa.rs

+1
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,6 @@ pub(crate) fn network_details() -> nym_network_defaults::NymNetworkDetails {
5656
coconut_dkg_contract_address: parse_optional_str(COCONUT_DKG_CONTRACT_ADDRESS),
5757
},
5858
explorer_api: parse_optional_str(EXPLORER_API),
59+
nym_vpn_api_url: None,
5960
}
6061
}

nym-wallet/nym-wallet-types/src/network/sandbox.rs

+1
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,6 @@ pub(crate) fn network_details() -> nym_network_defaults::NymNetworkDetails {
5656
coconut_dkg_contract_address: parse_optional_str(COCONUT_DKG_CONTRACT_ADDRESS),
5757
},
5858
explorer_api: parse_optional_str(EXPLORER_API),
59+
nym_vpn_api_url: None,
5960
}
6061
}

0 commit comments

Comments
 (0)