Commit 7700f8e1 authored by vicotor's avatar vicotor

update config and rpcs

parent 0a37da99
debug = true debug = true
chain_list_file = "rpcs.json" chain_list_file = "testrpcs.json"
[[chains]]
name = "hole"
rpc = "https://rpc.hole.bitheart.org"
initial_height = 868351
batch_block = 1000
confirm_block_count = 2
bridge_contract = "0xceEC8799139C698De532e363DA7395E25F409775"
[[chains]]
name = "movadev"
rpc = "https://rpc.mova.bitheart.org"
initial_height = 869401
batch_block = 1000
confirm_block_count = 2
bridge_contract = "0xA2d532F956770611647EcBab19d87d380145d0Cf"
[mongodb] [mongodb]
host = "bridgedb" host = "bridgedb"
#host = "localhost"
port = 27017 port = 27017
database = "bridge" database = "bridge"
username = "root" username = "root"
...@@ -29,4 +12,20 @@ password = "XN2UARuys3zy4Oux" ...@@ -29,4 +12,20 @@ password = "XN2UARuys3zy4Oux"
listen = ":8080" listen = ":8080"
invalid_headers = [ invalid_headers = [
"Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)", "Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1)",
] ]
\ No newline at end of file
[[chains]]
name = "hole"
rpc = "https://rpc.hole.bitheart.org"
initial_height = 2947404
batch_block = 1000
confirm_block_count = 2
bridge_contract = "0xC91b0E98572b06a45a456715268Dd17b4b85D7fc"
[[chains]]
name = "movadev"
rpc = "https://rpc.mova.bitheart.org"
initial_height = 3094890
batch_block = 1000
confirm_block_count = 2
bridge_contract = "0xa33DD581A5e287535D955bC9961bEC9Af6E39db7"
...@@ -27,7 +27,7 @@ services: ...@@ -27,7 +27,7 @@ services:
condition: service_healthy condition: service_healthy
volumes: volumes:
- ./config.toml:/app/config.toml - ./config.toml:/app/config.toml
- ./testrpcs.json:/app/rpcs.json - ./rpcs.json:/app/rpcs.json
command: command:
- "/bin/sh" - "/bin/sh"
- "-c" - "-c"
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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