STACKS_TESTNET
Usage
import { STACKS_TESTNET } from '@stacks/network';
console.log(STACKS_TESTNET.client.baseUrl);
// 'https://api.testnet.hiro.so'import { makeSTXTokenTransfer } from '@stacks/transactions';
const tx = await makeSTXTokenTransfer({
// ...
network: 'testnet', // equivalent to passing STACKS_TESTNET
});Notes
Definition
Last updated
Was this helpful?