fix(DeplopyBridge): change token symbol so it matches L1 token symbol (#27)

This commit is contained in:
r4bbit 2023-11-02 11:26:59 +01:00 committed by GitHub
parent 74b6eeb912
commit dc28b89d6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: "SNT",
tokenSymbol: "STT",
transferEnabled: true
});
}