From 6dd3c2b80cb3d206b3a73fc0ea55c09410a2c317 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 17 Oct 2020 15:26:51 -0700 Subject: [PATCH] Added rosetta proxy to Libra ecosystem --- data/ecosystems/l/libra.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/l/libra.toml b/data/ecosystems/l/libra.toml index 46db4bb9..8eb55c77 100644 --- a/data/ecosystems/l/libra.toml +++ b/data/ecosystems/l/libra.toml @@ -117,6 +117,9 @@ url = "https://github.com/libra/lip" [[repo]] url = "https://github.com/libra/off-chain-reference" +[[repo]] +url = "https://github.com/libra/rosetta-proxy" + [[repo]] url = "https://github.com/libra/test-hyperjump"