From a9363027e7aef99c43a1e06247265b33b6e28ac8 Mon Sep 17 00:00:00 2001 From: claudijd Date: Thu, 11 Aug 2022 15:36:35 -0400 Subject: [PATCH] Switch terra2 to coswasm --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d991209e2..ad56acdb9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -106,7 +106,7 @@ Places to find out more about existing test coverage and how to run those tests: - **Terra Smart Contracts** - Tests: `./terra/test/*` - Run: `cd terra && make test` -- **Terra2 Smart Contracts** +- **Cosmwasm Smart Contracts** - Tests: `./cosmwasm/test/*` - Run: `cd cosmwasm && make test` - **Algorand Smart Contracts**