Today I discovered an issue with a functional aspect of the Relay3r Network. First of all, your funds are safe. This is merely a function of the network that will add long-term value as everything will perform as intended. That said, to resolve in full we will have to issue a new token. Read on to find out what happened and why a token swap is the best path forward.
To keep it short, the `doKeeperrightChecks` function was coded by mistake as an internal function, which doesn’t allow the transfer of relayer rights from one address to another.
Why swap…
What is Relay3r
Relay3r is a fork of Keep3r with 3key additions
Use case of transferable relayer rights
Use of modifiable bonding and unbonding delays
Prerequisites:
Step 1:
First make sure you have installed NodeJS,if not install it by downloading it from the following link
nodejs.org
Step 2:
If you are on Windows, you need to install git ,install this from the following link:
Step 3:
Open a terminal window, in my case I am using a mac, if you are on windows open command prompt and execute the following commands
git clone https://github.com/Uniswap/uniswap-interface
cd uniswap-interface
npm install
npm start
Once all 4 of these commands are executed successfully you should see a new tab opened with the locally hosted uniswap ui.