xxxxxxxxxx
// change "NameofContract" to your contract name without the "", no space too.
const "NameofContract"ContractAddress = "<contract address>";
const "NameofContract"ContractABI = <contract ABI>
let "NameofContract"Contract;
let signer;
xxxxxxxxxx
// change "NameofContract" to your contract name without the "", no space too.
const "NameofContract"ContractABI = [{}, {}]