From 902a9fb081158366071ccfeea6e9cf1326ddefdc Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 3 Aug 2020 18:00:08 -0700 Subject: [PATCH] Bump testnetDefaultChannel --- token-swap/js/package.json | 2 +- token/js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/token-swap/js/package.json b/token-swap/js/package.json index c880ee50..7f5a2b06 100644 --- a/token-swap/js/package.json +++ b/token-swap/js/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/solana-labs/solana-program-library" }, - "testnetDefaultChannel": "v1.2.12", + "testnetDefaultChannel": "v1.2.17", "scripts": { "start": "babel-node --ignore node_modules cli/main.js", "lint": "npm run pretty && eslint .", diff --git a/token/js/package.json b/token/js/package.json index 3a2e7e70..1a9e9bc8 100644 --- a/token/js/package.json +++ b/token/js/package.json @@ -22,7 +22,7 @@ "/lib", "/module.flow.js" ], - "testnetDefaultChannel": "v1.2.12", + "testnetDefaultChannel": "v1.2.17", "scripts": { "build": "rollup -c", "start": "babel-node cli/main.js",