evmos
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,...
### 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...