From 0c2ef3f4e7549f165604f0dfa03a93ecf40d2a61 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 2 Dec 2020 12:21:30 -0800 Subject: [PATCH] Added fabric gateway to Hyperledger --- data/ecosystems/h/hyperledger.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/h/hyperledger.toml b/data/ecosystems/h/hyperledger.toml index efe0ce0d..4d36a52b 100644 --- a/data/ecosystems/h/hyperledger.toml +++ b/data/ecosystems/h/hyperledger.toml @@ -234,6 +234,9 @@ url = "https://github.com/hyperledger/fabric-contract-api-go" [[repo]] url = "https://github.com/hyperledger/fabric-docs-i18n" +[[repo]] +url = "https://github.com/hyperledger/fabric-gateway" + [[repo]] url = "https://github.com/hyperledger/fabric-gateway-java"