Skip to content

Commit

Permalink
Merge branch 'release/core-contracts/12' of github.com:celo-org/celo-…
Browse files Browse the repository at this point in the history
…monorepo into feat/l2-epoch-system
  • Loading branch information
martinvol committed Sep 25, 2024
2 parents b82b51d + c5eff1c commit 4e4b960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/migrations_sol/Migration.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ contract Migration is Script, UsingRegistry, MigrationsConstants {

function migrateStableToken(string memory json) public {
string[] memory names = abi.decode(json.parseRaw(".stableTokens.names"), (string[]));
string[] memory symbols = abi.decode(json.parseRaw(".stableTokens.names"), (string[]));
string[] memory symbols = abi.decode(json.parseRaw(".stableTokens.symbols"), (string[]));
string[] memory contractSufixs = abi.decode(
json.parseRaw(".stableTokens.contractSufixs"),
(string[])
Expand Down

0 comments on commit 4e4b960

Please sign in to comment.