fix: update to latest tx encoding

This commit is contained in:
Matthew Little
2020-04-23 14:58:04 +02:00
parent 739453137b
commit 0c0e148072
12 changed files with 38 additions and 28 deletions

View File

@@ -16,7 +16,7 @@ const BUCKET_URL = `https://${BUCKET_NAME}.storage.googleapis.com/`;
const envVars = {
STACKS_BLOCKCHAIN_REPO: 'https://github.com/blockstack/stacks-blockchain.git',
STACKS_BLOCKCHAIN_BRANCH: 'feature/more-latenight-neon-bugfixes',
STACKS_BLOCKCHAIN_BRANCH: 'master',
STACKS_BLOCKCHAIN_BIN: 'stacks-testnet',
STACKS_BLOCKCHAIN_DIST_PLATFORM: 'linux-x64',
};