evmos icon indicating copy to clipboard operation
evmos copied to clipboard

Evmos is the first decentralized EVM chain on the Cosmos Network. It's implementing the first EVM stack focused on native, cross-chain applications. Evmos is the flagship implementation of Ethermint,...

Results 142 evmos issues
Sort by recently updated
recently updated
newest added

### Summary Currently, addresses for WEVMOS in mainnet and testnet are handled with this function: ```go func GetWEVMOSContractHex(chainID string) string { id := strings.Split(chainID, "-")[0] address, found := chainsWEVMOSHex[id] //...

### Summary In the function `IsAvailableStaticPrecompile` the native Ethereum precompiles considered are always those associated with the Berlin rule: ```go func (k Keeper) IsAvailableStaticPrecompile(params *types.Params, address common.Address) bool { return...