Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bridge-backend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
movabridge
bridge-backend
Commits
7700f8e1
Commit
7700f8e1
authored
Nov 14, 2025
by
vicotor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update config and rpcs
parent
0a37da99
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25875 additions
and
22373 deletions
+25875
-22373
config.toml
config.toml
+18
-19
docker-compose.yml
docker-compose.yml
+1
-1
rpcs.json
rpcs.json
+25856
-22353
No files found.
config.toml
View file @
7700f8e1
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"
...
@@ -30,3 +13,19 @@ listen = ":8080"
...
@@ -30,3 +13,19 @@ 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)"
,
]
]
[[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"
docker-compose.yml
View file @
7700f8e1
...
@@ -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
-
./
test
rpcs.json:/app/rpcs.json
-
./rpcs.json:/app/rpcs.json
command
:
command
:
-
"
/bin/sh"
-
"
/bin/sh"
-
"
-c"
-
"
-c"
...
...
rpcs.json
View file @
7700f8e1
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment