From c1f167bbd4f8cbdd91af28abf4ea1316e9c23d9b Mon Sep 17 00:00:00 2001 From: serinko <97586125+serinko@users.noreply.github.com> Date: Fri, 1 Sep 2023 16:34:50 +0200 Subject: [PATCH] docs: vesting-contract.md - changing variables --- documentation/docs/src/nyx/vesting-contract.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/src/nyx/vesting-contract.md b/documentation/docs/src/nyx/vesting-contract.md index cd9bf0975d..cbc5bfbcee 100644 --- a/documentation/docs/src/nyx/vesting-contract.md +++ b/documentation/docs/src/nyx/vesting-contract.md @@ -1,11 +1,11 @@ # Vesting Contract -The vesting contract allows for the creation of vesting accounts, allowing `NYM` tokens to vest over time, and for users to minimally interact with the Mixnet using their unvested tokens. You can find the code and build instructions [here](https://github.com/nymtech/nym/tree/release/{{platform_release_version}}/contracts/vesting). +The vesting contract allows for the creation of vesting accounts, allowing `NYM` tokens to vest over time, and for users to minimally interact with the Mixnet using their unvested tokens. You can find the code and build instructions [here](https://github.com/nymtech/nym/tree/master/contracts/vesting). ### Functionality The Vesting contract has multiple functions: * Creating and storing vesting `NYM` token vesting accounts. * Interacting with the Mixnet using vesting (i.e. non-transferable) tokens, allowing users to delegate their unvested tokens. -The addresses of deployed smart contracts can be found in the [`network-defaults`](https://github.com/nymtech/nym/blob/release/{{platform_release_version}}/common/network-defaults/src/mainnet.rs) directory of the codebase alongside other network default values. +The addresses of deployed smart contracts can be found in the [`network-defaults`](https://github.com/nymtech/nym/blob/master/common/network-defaults/src/mainnet.rs) directory of the codebase alongside other network default values.