From 10d4522ac4f2eab456cc3b0f116b3b2a96dc3c01 Mon Sep 17 00:00:00 2001 From: tim Date: Tue, 16 Dec 2025 15:27:00 -0400 Subject: [PATCH] master update --- bin/startall | 1 + contract | 2 +- deploy/ansible/arbitrum.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/startall b/bin/startall index f0666e1..3862615 100755 --- a/bin/startall +++ b/bin/startall @@ -41,6 +41,7 @@ echo -n mock echo -n "($!)..." while ! grep -q "Mockchain ready" tmp/mock.log; do sleep 1; done; +# mirrorprice is now part of the mock script #echo -n mirrorprice #( make mirrorprice &> tmp/mirrorprice.log; echo "*** mirrorprice exited ***" ) & #echo -n "($!)..." diff --git a/contract b/contract index 6c189cb..e5a58fb 160000 --- a/contract +++ b/contract @@ -1 +1 @@ -Subproject commit 6c189cbdaeeac4d0977956dd797c58cd57b31352 +Subproject commit e5a58fb1dbe21f5c46601233f397867f5b89b124 diff --git a/deploy/ansible/arbitrum.yaml b/deploy/ansible/arbitrum.yaml index 8eed2df..ff63413 100644 --- a/deploy/ansible/arbitrum.yaml +++ b/deploy/ansible/arbitrum.yaml @@ -6,7 +6,7 @@ vars: # docker tag names may be found in the release notes # https://github.com/OffchainLabs/nitro/releases - nitro_version: v3.6.8-d6c96a5 + nitro_version: v3.9.4-7f582c3 hosts: arbitrum become: true tasks: