Unable to broadcast transaction using waves-transaction

I’m trying to use a simple waves-transaction call to broadcast a message…

But I seem to be getting the following… Is there anything else I need to fix for my transaction?

const testnet = ‘https://testnode1.wavesnodes.com

broadcast( signedIssueTx, testnet )

node issueme.js
{ type: 3,
version: 2,
senderPublicKey: ‘3debtJY1WTi37rCTZ2zmEUPhwzBoopdmn4EcZvdaGqoR’,
name: ‘SCAM TOKEN’,
description: ‘Awesome token that will tokenize tokenization tokenized’,
quantity: 1000000,
script: undefined,
decimals: 8,
reissuable: false,
fee: 100000000,
timestamp: 1549424944425,
chainId: 87,
proofs:
[ ‘5PAs1b1rJtmcapVBNKUrwUwC9MmGj42ksRp5gR8x5KKtzuHCsv66VWuAu7QEYTaprvkB94HWGjeKuFTGhgJuHxoy’ ],
id: ‘16Kg2bjUKLSJxqgGwNVf3BfhZaMgD8pshWJa9QEWyZb’ }
(node:26526) UnhandledPromiseRejectionWarning: Error: State check failed. Reason: Script doesn’t exist and proof doesn’t validate as signature for {“type”:3,“id”:“GCtbQaqcFsuYXqtB6S6LkoskXAyK3MHeszeUDP4sLMeS”,“sender”:“3MySCHiU3oJUYd3DL7PWqMpHW5oQWM4iqX4”,“senderPublicKey”:“3debtJY1WTi37rCTZ2zmEUPhwzBoopdmn4EcZvdaGqoR”,“fee”:100000000,“timestamp”:1549424944425,“proofs”:[“5PAs1b1rJtmcapVBNKUrwUwC9MmGj42ksRp5gR8x5KKtzuHCsv66VWuAu7QEYTaprvkB94HWGjeKuFTGhgJuHxoy”],“version”:2,“assetId”:“GCtbQaqcFsuYXqtB6S6LkoskXAyK3MHeszeUDP4sLMeS”,“name”:“SCAM TOKEN”,“quantity”:1000000,“reissuable”:false,“decimals”:8,“description”:“Awesome token that will tokenize tokenization tokenized”,“chainId”:84,“script”:null}
at axios_1.default.post.then.catch.e (/home/njclark/Waves/node_modules/@waves/waves-transactions/dist/general.js:49:74)
at
at process._tickCallback (internal/process/next_tick.js:189:7)
(node:26526) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 3)
(node:26526) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.