Skip to content

Commit

Permalink
Problem: mainnet migration not provided (crypto-org-chain#1472)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang authored Jun 13, 2024
1 parent ba0e7b3 commit 9b25932
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ var ContractMigrations = map[string][]contractMigration{
Value: common.HexToHash("0x000000000000000000000000730CbB94480d50788481373B43d83133e171367e"),
},
},
"cronosmainnet_25-1": {
{
Contract: common.HexToAddress("0x4a91fe94870Ce48fC0bCb7c51d94677E61783401"),
Slot: common.BigToHash(big.NewInt(0)),
Value: common.HexToHash("0x0000000000000000000000005BD628a417a65DF2320C7a663ccCF38c5d368f38"),
},
},
}

func (app *App) RegisterUpgradeHandlers(cdc codec.BinaryCodec, clientKeeper clientkeeper.Keeper) {
Expand Down

0 comments on commit 9b25932

Please sign in to comment.