@thru/thru-sdk 0.0.6 → 0.0.9
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.
- package/dist/{chunk-VYHB2OSU.js → chunk-CSMWBLLI.js} +3 -3
- package/dist/{chunk-VYHB2OSU.js.map → chunk-CSMWBLLI.js.map} +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/client.js +1 -1
- package/dist/client.js.map +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/sdk.js +1 -1
- package/package.json +2 -2
- package/thru-ts-client-sdk/client.ts +1 -0
- package/thru-ts-client-sdk/defaults.ts +1 -1
- package/thru-ts-client-sdk/test-scripts/get-height.ts +1 -1
|
@@ -754,7 +754,7 @@ __export(accounts_exports, {
|
|
|
754
754
|
});
|
|
755
755
|
|
|
756
756
|
// thru-ts-client-sdk/defaults.ts
|
|
757
|
-
var DEFAULT_HOST = "
|
|
757
|
+
var DEFAULT_HOST = "https://grpc-web.alphanet.thruput.org";
|
|
758
758
|
var DEFAULT_ACCOUNT_VIEW = 4 /* FULL */;
|
|
759
759
|
var DEFAULT_BLOCK_VIEW = 4 /* FULL */;
|
|
760
760
|
var DEFAULT_TRANSACTION_VIEW = 4 /* FULL */;
|
|
@@ -1060,5 +1060,5 @@ async function fetchFinalizedSlot(ctx) {
|
|
|
1060
1060
|
}
|
|
1061
1061
|
|
|
1062
1062
|
export { CommandService, ConsensusStatus, DEFAULT_HOST, QueryService, StreamingService, Transaction, TransactionBuilder, accounts_exports, blocks_exports, buildAndSignTransaction, buildTransaction, createAccount, decodeAddress, decodeSignature, deriveProgramAddress, encodeAddress, encodeSignature, events_exports, generateStateProof, getAccount, getBlock, getBlockHeight, getEvent, getRawAccount, getRawBlock, getRawTransaction, getTransaction, getTransactionStatus, height_exports, listBlocks, listOwnedAccounts, proofs_exports, sendTransaction, streaming_exports, toBlockHash, toPubkey, toSignature, trackTransaction, transactions_exports };
|
|
1063
|
-
//# sourceMappingURL=chunk-
|
|
1064
|
-
//# sourceMappingURL=chunk-
|
|
1063
|
+
//# sourceMappingURL=chunk-CSMWBLLI.js.map
|
|
1064
|
+
//# sourceMappingURL=chunk-CSMWBLLI.js.map
|