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",