From e35c2ec088715156a8274104f4099edd88bdc8a6 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 15 Feb 2020 09:06:37 -0800 Subject: [PATCH] Added beacon-node to AirGap --- data/ecosystems/a/airgap.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/a/airgap.toml b/data/ecosystems/a/airgap.toml index cbb2b88d..26adab99 100644 --- a/data/ecosystems/a/airgap.toml +++ b/data/ecosystems/a/airgap.toml @@ -42,6 +42,9 @@ url = "https://github.com/airgap-it/beacon-example-dapp" [[repo]] url = "https://github.com/airgap-it/beacon-extension" +[[repo]] +url = "https://github.com/airgap-it/beacon-node" + [[repo]] url = "https://github.com/airgap-it/beacon-sdk"