fix(DeplopyBridge): change token symbol so it matches L1 token symbol (#27)
This commit is contained in:
parent
74b6eeb912
commit
dc28b89d6a
|
@ -71,7 +71,7 @@ contract DeploymentConfig is Script {
|
|||
parentSnapShotBlock: 0,
|
||||
tokenName: "Status Test Token",
|
||||
decimals: 18,
|
||||
tokenSymbol: "SNT",
|
||||
tokenSymbol: "STT",
|
||||
transferEnabled: true
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue