From c1b591d986fd03e1381303bfadd7198876ecd793 Mon Sep 17 00:00:00 2001 From: zah Date: Tue, 12 Apr 2022 03:56:46 +0300 Subject: [PATCH] Add nitro (#2199) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 435fd4b..3138839 100644 --- a/packages.json +++ b/packages.json @@ -6969,6 +6969,20 @@ "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-rlp" }, + { + "name": "nitro", + "url": "https://github.com/status-im/nim-nitro", + "method": "git", + "tags": [ + "state-channels", + "smart-contracts", + "blockchain", + "ethereum" + ], + "description": " Nitro state channels in Nim", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-nitro" + }, { "name": "eth_keys", "url": "https://github.com/status-im/nim-eth-keys",