DePayFi / web3-mock

🤡 JavaScript library to mock web3 responses either by emulating web3 wallets or web3 RPC requests.
https://depay.com
MIT License
87 stars 20 forks source link

Support EVMOS Chain #30

Closed sandoche closed 1 month ago

sandoche commented 1 year ago

Is it possible to add support for Evmos which is an EVM chain? Here are the infos: https://chainlist.org/chain/9001

10xSebastian commented 1 year ago

Yes it's possible.

It just needs to be added to the underlying libraries first in the following order:

  1. https://github.com/DePayFi/web3-blockchains
  2. https://github.com/DePayFi/web3-client
  3. https://github.com/DePayFi/web3-tokens

That said. We are currently not interested in adding it ourselves.