From 3292c49ba4cd8c6c37e2350ec620c1873c877cba Mon Sep 17 00:00:00 2001 From: Vr61v Date: Mon, 20 Jan 2025 17:37:50 +0300 Subject: [PATCH] refactor: delete TestContract dir --- TestContract/neo-go.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 TestContract/neo-go.yml diff --git a/TestContract/neo-go.yml b/TestContract/neo-go.yml deleted file mode 100644 index 8dc062a..0000000 --- a/TestContract/neo-go.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: TestContract -sourceurl: http://example.com/ -safemethods: [] -supportedstandards: [] -events: - - name: Hello world! - parameters: - - name: args - type: Array -permissions: - - methods: '*'