Skip to content

Commit

Permalink
Added bitcoin Chain-Config and globalConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulBane08 committed Sep 24, 2024
1 parent e2437be commit 9bce715
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion docs/validators/supported-networks
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,26 @@ These are the chains that the router chain will support for validations.
"chainRpc": "https://rpc.matchain.io",
"blocksToSearch": 1000,
"blockTime": "5s"
}
},
{
"chainId": "bitcoin",
"chainName":"bitcoin",
"wnativeAddress" : "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
"blocksToSearch": 100,
"blockTime": "600s",
"evmRelayerForBitcoin" : "0x444a0f21f51babf03bb8a0714a03f802c0619784",
"UseStreamerApi":true,
"BitcoinStreamerApi":""
}
]
}

```
### Must be added in globalConfig of Orchestrator to support Bitcoin Network
```json
"globalConfig": {
"routerBridgeAddress":"router17p9rzwnnfxcjp32un9ug7yhhzgtkhvl9jfksztgw5uh69wac2pgsmpev85"
}
```

### For better performance
Expand Down

0 comments on commit 9bce715

Please sign in to comment.