From 7d5aa976c8e59f01ead45807968c65e534c75d19 Mon Sep 17 00:00:00 2001 From: Antonio Nunez Date: Mon, 8 Apr 2024 21:12:46 +0800 Subject: [PATCH] feat: bump orbit-sdk to v0.8.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08aac72..14e2863 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "orbit-setup-script", "dependencies": { "@arbitrum/nitro-contracts": "^1.1.1", - "@arbitrum/orbit-sdk": "^0.8.0", + "@arbitrum/orbit-sdk": "^0.8.3", "@arbitrum/token-bridge-contracts": "^1.2.1", "viem": "^1.20.0" },