From cd07156d0a5986eceae2393fd61673229c4bc0f8 Mon Sep 17 00:00:00 2001 From: nicholaspai <9457025+nicholaspai@users.noreply.github.com> Date: Thu, 15 Sep 2022 12:06:40 -0400 Subject: [PATCH] chore: Bump to 0.26 (#100) - Increase timeout for CoinGecko requests (250 -> 500 ms). - Remove excess logging. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42085bc6..7f9b339b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@across-protocol/sdk-v2", "author": "UMA Team", - "version": "0.1.25", + "version": "0.1.26", "license": "AGPL-3.0", "main": "dist/index.js", "typings": "dist/index.d.ts",