You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: error validating genesis file genesis_v7_delegationfix.json: invalid stakerID: 0xf590705f01036905f4d208d1416e1bd6debca9b86675173d82817f3d4f7d340e_0x9ce8: the genesis data supplied is invalid: the genesis data supplied is invalid
Usage:
imuad validate-genesis [file] [flags]
x/assets/types/genesis.go
// build for 0x addresses only.// TODO: consider removing this check for non-EVM client chains.if!common.IsHexAddress(address) {
returnerrorsmod.Wrapf(
ErrInvalidGenesisData,
"not hex address for token %s, address: %s",
info.AssetBasicInfo.Name, address,
)
}
The text was updated successfully, but these errors were encountered:
cloud8little
changed the title
remove asset address check when support bytes32 address in assets field of genesis file
Remove asset address check when support bytes32 address in assets field of genesis file
Nov 7, 2024
After adding solana token, then validate genesis.
x/assets/types/genesis.go
The text was updated successfully, but these errors were encountered: