Skip to content

Commit

Permalink
fix(DeplopyBridge): change token symbol so it matches L1 token symbol (
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-r4bbit authored Nov 2, 2023
1 parent 74b6eeb commit dc28b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/DeploymentConfig.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ contract DeploymentConfig is Script {
parentSnapShotBlock: 0,
tokenName: "Status Test Token",
decimals: 18,
tokenSymbol: "SNT",
tokenSymbol: "STT",
transferEnabled: true
});
}
Expand Down

0 comments on commit dc28b89

Please sign in to comment.