From 468594cff252472a3fa01c7e3481cb59c6e73dd2 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Fri, 6 Sep 2019 14:31:48 -0700 Subject: [PATCH] Added Elrond VM Utils. --- data/ecosystems/e/elrond.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/e/elrond.toml b/data/ecosystems/e/elrond.toml index 57baac14..99c0979d 100644 --- a/data/ecosystems/e/elrond.toml +++ b/data/ecosystems/e/elrond.toml @@ -27,6 +27,9 @@ url = "https://github.com/ElrondNetwork/elrond-vm" [[repo]] url = "https://github.com/ElrondNetwork/elrond-vm-common" +[[repo]] +url = "https://github.com/ElrondNetwork/elrond-vm-util" + [[repo]] url = "https://github.com/ElrondNetwork/elrond-wallet-prototype"