Files
warp/crates/pst/deploy/testnet/deploy-test.js

10 lines
158 B
JavaScript

const { deploy } = require('../scripts/deploy');
deploy(
'arweave.net',
443,
'https',
'testnet',
'deploy/testnet/wallet_testnet.json'
).finally();