emeraldpay / dshackle

Fault Tolerant Load Balancer for Ethereum and Bitcoin APIs
Apache License 2.0
308 stars 55 forks source link

Sepolia support? #243

Closed PDVJAM closed 1 year ago

PDVJAM commented 1 year ago

Hey. Can dshackle work with sepolia testnet?

splix commented 1 year ago

@PDVJAM did you test it with Sepolia? I didn't check it out, but I guess we want Dshackle to be compatible with Sepolia

PDVJAM commented 1 year ago

Hey. Yes, I was able to create a separate dshackle instance and with just Ethereum configuration it works with Sepolia.

      - id: infura
        blockchain: ethereum
        role: secondary
        priority: 10
        options:
          disable-validation: true
          validation-interval: 60
        connection:
          ethereum:
            rpc:
              url: "https://sepolia.infura.io/v3/${INFURA_KEY}"
            ws:
              url: "wss://sepolia.infura.io/ws/v3/${INFURA_KEY}"