From 263990e1c6680a12f1437075aeac8870e86fedb1 Mon Sep 17 00:00:00 2001 From: AvivYossef-starkware <141143145+AvivYossef-starkware@users.noreply.github.com> Date: Thu, 11 Jul 2024 09:04:07 +0300 Subject: [PATCH] fix: state error undeclared class hash format (#2053) commit-id:323f3bc9 --- .spr.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .spr.yml diff --git a/.spr.yml b/.spr.yml new file mode 100644 index 0000000000..e47e85c50b --- /dev/null +++ b/.spr.yml @@ -0,0 +1,12 @@ +githubRepoOwner: starkware-libs +githubRepoName: blockifier +githubHost: github.com +githubRemote: origin/aviv +githubBranch: origin/aviv_blockifier +requireChecks: true +requireApproval: true +mergeMethod: rebase +mergeQueue: false +forceFetchTags: false +showPrTitlesInStack: false +branchPushIndividually: false