Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions test/config/test.bridge.config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ L2ChainIds = [195]
[Synchronizer]
SyncInterval = "1s"
SyncChunkSize = 100
ForceL2SyncChunk = true # new

[BridgeController]
Store = "postgres"
Expand Down Expand Up @@ -88,6 +89,10 @@ PolygonRollupManagerAddress = "0x2d42E2899662EFf08b13eeb65b154b904C7a1c8a"
PolygonZkEvmAddress = "0xeb173087729c88a47568AF87b17C653039377BA6"
L2PolygonBridgeAddresses = ["0x3a277Fa4E78cc1266F32E26c467F99A8eAEfF7c3"]

# New configs
L2PolygonZkEVMGlobalExitRootAddresses = ["0xB8cedD4B9eF683f0887C44a6E4312dC7A6e2fcdB"]
RequireSovereignChainSmcs = [false]

[NacosConfig]
NacosUrls = ""
NamespaceId = "public"
Expand Down
4 changes: 2 additions & 2 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ services:

xlayer-bridge-service:
container_name: xlayer-bridge-service
image: zjg555543/xlayer-bridge-service:v0.3.1_17ef00f
image: vuichee/xlayer-bridge-service:RC14-v1
ports:
- 8080:8080
- 9090:9090
Expand All @@ -329,7 +329,7 @@ services:
command:
- "/bin/sh"
- "-c"
- "/app/xlayer-bridge run --cfg /app/config.toml"
- "/app/zkevm-bridge run --cfg /app/config.toml"

xlayer-bridge-ui:
container_name: xlayer-bridge-ui
Expand Down
1 change: 0 additions & 1 deletion test/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ http://127.0.0.1:8090/
L1 OKB Token: 0x5FbDB2315678afecb367f032d93F642f64180aa3
L2 WETH Token: 0x17a2a2e444a7f3446877d1b71eaa2b2ae7533baf
L2 admin: 0x8f8E2d6cF621f30e9a11309D6A56A876281Fd534

```

# Get metrics
Expand Down