Compare commits

..

2 Commits

Author SHA1 Message Date
Ricardo Guilherme Schmidt c597216905
Merge bf5a2c572c into dc28b89d6a 2023-11-02 08:27:13 -06:00
r4bbit dc28b89d6a
fix(DeplopyBridge): change token symbol so it matches L1 token symbol (#27) 2023-11-02 11:26:59 +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: "SNT",
tokenSymbol: "STT",
transferEnabled: true
});
}