dshackle icon indicating copy to clipboard operation
dshackle copied to clipboard

Support for Fantom Mainnet

Open MysticRyuujin opened this issue 4 years ago • 2 comments

In the same spirit of #86 it would be nice to have support for the Fantom network.

They also run a geth clone, so nothing special going on here.

eth_chainId: 0xfa net_version :250

Thanks!

MysticRyuujin avatar May 20 '21 16:05 MysticRyuujin

Same story here re clone-chains branch of https://github.com/yorickdowne/eth-docker to spin up an Opera node on Fantom mainnet. cp default.env .env, then edit .env and change the COMPOSE_FILE. In my case I am using opera.yml:ext-network.yml, but an opera-shared.yml could be added easily if the desire is to map RPC/WS ports directly rather than via traefik.

yorickdowne avatar Jul 30 '21 12:07 yorickdowne

~~@MysticRyuujin Fantom to my knowledge does not have any concept of block_difficulty (to my knowledge). As I understand this is one of the inputs used to properly import blocks upon a reorg.~~

seems @splix already mentioned this https://github.com/emeraldpay/dshackle/pull/103#issuecomment-908744494 👍

sambacha avatar Oct 05 '21 03:10 sambacha