Compare commits

..

1 Commits

Author SHA1 Message Date
Ricardo Guilherme Schmidt a44481ac40
Merge bf5a2c572c into 74b6eeb912 2023-10-30 15:31:41 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ contract DeploymentConfig is Script {
parentSnapShotBlock: 0,
tokenName: "Status Test Token",
decimals: 18,
tokenSymbol: "STT",
tokenSymbol: "SNT",
transferEnabled: true
});
}