@cityofzion/bs-solana 3.1.1 → 3.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -247,7 +247,7 @@ _RpcBDSSolana_service = new WeakMap(), _RpcBDSSolana_tokenCache = new WeakMap(),
|
|
|
247
247
|
to,
|
|
248
248
|
toUrl,
|
|
249
249
|
tokenType: 'spl',
|
|
250
|
-
tokenUrl: __classPrivateFieldGet(this, _RpcBDSSolana_service, "f").explorerService.buildContractUrl(
|
|
250
|
+
tokenUrl: __classPrivateFieldGet(this, _RpcBDSSolana_service, "f").explorerService.buildContractUrl(token.hash),
|
|
251
251
|
token,
|
|
252
252
|
};
|
|
253
253
|
}, _RpcBDSSolana_parseSplTransferInstruction = async function _RpcBDSSolana_parseSplTransferInstruction(instruction) {
|
|
@@ -306,7 +306,7 @@ _RpcBDSSolana_service = new WeakMap(), _RpcBDSSolana_tokenCache = new WeakMap(),
|
|
|
306
306
|
to,
|
|
307
307
|
toUrl,
|
|
308
308
|
tokenType: 'spl',
|
|
309
|
-
tokenUrl: __classPrivateFieldGet(this, _RpcBDSSolana_service, "f").explorerService.buildContractUrl(
|
|
309
|
+
tokenUrl: __classPrivateFieldGet(this, _RpcBDSSolana_service, "f").explorerService.buildContractUrl(token.hash),
|
|
310
310
|
token,
|
|
311
311
|
};
|
|
312
312
|
}, _RpcBDSSolana_parseSystemInstruction = async function _RpcBDSSolana_parseSystemInstruction(instruction) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cityofzion/bs-solana",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.3",
|
|
4
4
|
"repository": "https://github.com/CityOfZion/blockchain-services",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Coz",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@solana/kit": "~6.1.0",
|
|
18
18
|
"axios": "~1.13.5",
|
|
19
19
|
"date-fns": "~4.1.0",
|
|
20
|
-
"@cityofzion/blockchain-service": "3.1.
|
|
20
|
+
"@cityofzion/blockchain-service": "3.1.3"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@ledgerhq/hw-transport-node-hid": "~6.30.0",
|