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
5d68fb19
Commit
5d68fb19
authored
Nov 25, 2025
by
vicotor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update config
parent
1cc609f7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
61 additions
and
10 deletions
+61
-10
config.toml
config.toml
+20
-10
local.toml
local.toml
+41
-0
No files found.
config.toml
View file @
5d68fb19
debug
=
true
debug
=
true
chain_list_file
=
"
test
rpcs.json"
chain_list_file
=
"rpcs.json"
[mongodb]
[mongodb]
host
=
"bridgedb"
host
=
"bridgedb"
#host = "127.0.0.1"
port
=
27017
port
=
27017
database
=
"bridge"
database
=
"bridge"
username
=
"root"
username
=
"root"
...
@@ -15,17 +16,26 @@ invalid_headers = [
...
@@ -15,17 +16,26 @@ invalid_headers = [
]
]
[[chains]]
[[chains]]
name
=
"
hole
"
name
=
"
mova
"
rpc
=
"https://rpc.
hole.bitheart.org
"
rpc
=
"https://rpc.
movachain.com
"
initial_height
=
2947404
initial_height
=
4308650
batch_block
=
10
00
batch_block
=
5
00
confirm_block_count
=
2
confirm_block_count
=
2
bridge_contract
=
"0x
C91b0E98572b06a45a456715268Dd17b4b85D7fc
"
bridge_contract
=
"0x
214C0b3d19ad265c258DeA678Cf1f5a63499c0d9
"
[[chains]]
[[chains]]
name
=
"
movadev
"
name
=
"
bnb
"
rpc
=
"https://
rpc.mova.bitheart.org
"
rpc
=
"https://
binance.llamarpc.com
"
initial_height
=
3094890
initial_height
=
68707081
batch_block
=
1000
batch_block
=
1000
confirm_block_count
=
2
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"
local.toml
0 → 100644
View file @
5d68fb19
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"
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