Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed May 6, 2024
1 parent aa63244 commit 93d6d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type contractMigration struct {

// ContractMigrations records the list of contract migrations, chain-id -> migrations
var ContractMigrations = map[string][]contractMigration{
"cronostestnet_338-3": []contractMigration{
"cronostestnet_338-3": {
{
Contract: common.HexToAddress("0x6265bf2371ccf45767184c8bd77b5c52e752c2bb"),
Slot: common.BigToHash(big.NewInt(0)),
Expand Down

0 comments on commit 93d6d16

Please sign in to comment.