olekon / justsmartcontracts

justsmartcontracts.dev source code
MIT License
62 stars 48 forks source link

Can't add other blockchain #17

Open alexanderhawl opened 11 months ago

alexanderhawl commented 11 months ago

In the past version, I can add other blockchains, such as kava,cronos,moonbeam. But now, There are just some special chains. Is it possible to recover this function?

mshakeg commented 9 months ago

Yes please, would really appreciate if this feature could be added back.

mshakeg commented 9 months ago

The following tool allows for this, however you have to connect your metamask and set the network that you'd like to interact with.

https://neptunemutual.com/web3-tools/solidity-abi-encoder-online/

olekon commented 9 months ago

Hey, sorry for late response. This feature is definitely on top of my todo-list

olekon commented 8 months ago

I still don't have much time for implementing the requested feature, but I added lots of new chains.

mshakeg commented 8 months ago

@olekon dynamically loading all EVM chains based on chainid.network/chains.json list might be a better solution

olekon commented 8 months ago

yes, thanks for the source