From f82d7e4420c092a6f2d27659f3761cd7c294847b Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Fri, 11 Dec 2020 08:46:50 -0800 Subject: [PATCH] Added Near ETH-RPC repo --- data/ecosystems/n/near-protocol.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/n/near-protocol.toml b/data/ecosystems/n/near-protocol.toml index aabcc753..bd1c5052 100644 --- a/data/ecosystems/n/near-protocol.toml +++ b/data/ecosystems/n/near-protocol.toml @@ -559,6 +559,9 @@ url = "https://github.com/near/near-contract-helper" [[repo]] url = "https://github.com/near/near-drop-demo" +[[repo]] +url = "https://github.com/near/near-eth-rpc" + [[repo]] url = "https://github.com/near/near-evm"