From c60363bb1e323b8058818e993702eb3d5407f7aa Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Fri, 6 Nov 2020 15:55:15 -0800 Subject: [PATCH] Added BSC-Contracts to Math Wallet --- data/ecosystems/m/math.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/m/math.toml b/data/ecosystems/m/math.toml index 09cb200a..534ed7a2 100644 --- a/data/ecosystems/m/math.toml +++ b/data/ecosystems/m/math.toml @@ -6,6 +6,9 @@ sub_ecosystems = [] github_organizations = ["https://github.com/mathwallet"] # Repositories +[[repo]] +url = "https://github.com/mathwallet/BSC-Contracts" + [[repo]] url = "https://github.com/mathwallet/BSC-Cross-Chain"