Set default token size to 2x2

Author: Spacemandev
Message:

what’d be the best way to set the default token size to 2x2?

    //Create a 3 Troop Sheet
    await Actor.create({
      name: faction.namespace.split(".")[0]+"_3",
      type: "troops",
      img: folderPath+'/images/'+faction.data.three_img,
      folder: folderId,
      permission: {default: 3},
    })

Author: Moerill
Message:

propably add attribute

token: {
  width: 3,
  height: 3
}