From 962dbcf30ebaa805473b1c6af0fd034e60d1334a Mon Sep 17 00:00:00 2001 From: Lost In Time <92709487+lostintime101@users.noreply.github.com> Date: Wed, 6 Mar 2024 20:16:20 +0700 Subject: [PATCH] added dummy id, ran tests --- examples/hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello.py b/examples/hello.py index a55089a..bbb1f87 100644 --- a/examples/hello.py +++ b/examples/hello.py @@ -5,7 +5,7 @@ from seahorse.prelude import * -declare_id('') +declare_id('Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS') class Hello(Account):