@saberhq/solana-contrib
Advanced tools
Comparing version 1.0.0 to 1.1.1
@@ -35,3 +35,3 @@ "use strict"; | ||
const str = t.serializeMessage().toString("base64"); | ||
return `https://explorer.solana.com/tx/inspector?cluster=${cluster}&message=${str}`; | ||
return `https://explorer.solana.com/tx/inspector?cluster=${cluster}&message=${encodeURIComponent(str)}`; | ||
} | ||
@@ -38,0 +38,0 @@ /** |
{ | ||
"name": "@saberhq/solana-contrib", | ||
"version": "1.0.0", | ||
"version": "1.1.1", | ||
"description": "Common types and libraries for Solana", | ||
@@ -26,3 +26,3 @@ "author": "Ian Macalinao <ian@saber.so>", | ||
"dependencies": { | ||
"@solana/web3.js": "^1.25.0", | ||
"@solana/web3.js": "^1.27.0", | ||
"@types/promise-retry": "^1.1.3", | ||
@@ -34,3 +34,3 @@ "@types/retry": "^0.12.1", | ||
}, | ||
"gitHead": "291bf728fdddf98789d5ca91fb33188984d922e1", | ||
"gitHead": "4efb7cb4a2cd74cf936efb8f6b0fb8025fced491", | ||
"publishConfig": { | ||
@@ -37,0 +37,0 @@ "access": "public" |
@@ -55,3 +55,5 @@ import type { | ||
const str = t.serializeMessage().toString("base64"); | ||
return `https://explorer.solana.com/tx/inspector?cluster=${cluster}&message=${str}`; | ||
return `https://explorer.solana.com/tx/inspector?cluster=${cluster}&message=${encodeURIComponent( | ||
str | ||
)}`; | ||
} | ||
@@ -58,0 +60,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
101602
1968
Updated@solana/web3.js@^1.27.0