dapptools
dapptools copied to clipboard
Question about deploying to other EVM compatible blockchains
Is it possible to use dapptools to deploy to other EVM compatible chains like fantom and the fantom testnet?
From looking at the seth docs the chains are only ethereum mainnet and its respective testnets
If the chain exposes an ethereum compatible rpc endpoint then you should just be able to set ETH_RPC_URL to e.g. your fantom rpc endpoint and use seth / dapp as usual.