Zilliqa / zilliqa-developer

GNU General Public License v3.0
2 stars 5 forks source link

x-bridge frontend fails to get logs from BSC testnet #674

Closed DrZoltanFazekas closed 4 months ago

DrZoltanFazekas commented 5 months ago

Reproducible using https://xbridge.zilstg.dev/

Fetching the Dispatched event fails in https://github.com/Zilliqa/zilliqa-developer/blob/main/products/bridge/bridge-web/src/App.tsx#L290 because the public RPC node of the BSC testnet used by wagmi/viem is rate limited: xbridge_bsc_testnet

Set the RPC URL to our dedicated BSC node, which doesn't have a rate limit, both on mainnet and testnet.

lukozill commented 4 months ago

solved by https://github.com/Zilliqa/zilliqa-developer/pull/690