Commit 5d68fb19 authored by vicotor's avatar vicotor

update config

parent 1cc609f7
debug = true
chain_list_file = "testrpcs.json"
chain_list_file = "rpcs.json"
[mongodb]
host = "bridgedb"
#host = "127.0.0.1"
port = 27017
database = "bridge"
username = "root"
......@@ -15,17 +16,26 @@ invalid_headers = [
]
[[chains]]
name = "hole"
rpc = "https://rpc.hole.bitheart.org"
initial_height = 2947404
batch_block = 1000
name = "mova"
rpc = "https://rpc.movachain.com"
initial_height = 4308650
batch_block = 500
confirm_block_count = 2
bridge_contract = "0xC91b0E98572b06a45a456715268Dd17b4b85D7fc"
bridge_contract = "0x214C0b3d19ad265c258DeA678Cf1f5a63499c0d9"
[[chains]]
name = "movadev"
rpc = "https://rpc.mova.bitheart.org"
initial_height = 3094890
name = "bnb"
rpc = "https://binance.llamarpc.com"
initial_height = 68707081
batch_block = 1000
confirm_block_count = 2
bridge_contract = "0xa33DD581A5e287535D955bC9961bEC9Af6E39db7"
bridge_contract = "0x214c0b3d19ad265c258dea678cf1f5a63499c0d9"
#[[chains]]
#name = "movadev"
#rpc = "https://rpc.mova.bitheart.org"
#initial_height = 3094890
#batch_block = 1000
#confirm_block_count = 2
#bridge_contract = "0xa33DD581A5e287535D955bC9961bEC9Af6E39db7"
debug = true
chain_list_file = "rpcs.json"
[mongodb]
#host = "bridgedb"
host = "127.0.0.1"
port = 27017
database = "bridge"
username = "root"
password = "XN2UARuys3zy4Oux"
[server]
listen = ":8180"
invalid_headers = [
"Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)",
]
[[chains]]
name = "mova"
rpc = "https://rpc.movachain.com"
initial_height = 4308650
batch_block = 500
confirm_block_count = 2
bridge_contract = "0x214C0b3d19ad265c258DeA678Cf1f5a63499c0d9"
[[chains]]
name = "bnb"
rpc = "https://binance.llamarpc.com"
initial_height = 68707081
batch_block = 1000
confirm_block_count = 2
bridge_contract = "0x214c0b3d19ad265c258dea678cf1f5a63499c0d9"
#[[chains]]
#name = "movadev"
#rpc = "https://rpc.mova.bitheart.org"
#initial_height = 3094890
#batch_block = 1000
#confirm_block_count = 2
#bridge_contract = "0xa33DD581A5e287535D955bC9961bEC9Af6E39db7"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment