realiotech / realio-network

Realio Network is an EVM compatible blockchain built using the Cosmos SDK and Tendermint consensus engine. It is focused on the issuance and management of digitally native and real-world assets across many chains.
MIT License
39 stars 16 forks source link

Feat: Upstream x/evm module from evmos #143

Open GNaD13 opened 6 months ago

GNaD13 commented 6 months ago

Currently, realio is running on sdk 46 with the old version of Ethermint. This version is out of date and no longer maintained so we need to update evm dependency upstream with x/evm from evmos main repository. Current evm module from evmos running on sdk 47. So that, SoW for this:

catShaark commented 6 months ago

This makes sense to me