Skip to content

Commit

Permalink
up debridge_node, removed heco, added bitrock (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
artyukh authored Aug 19, 2024
1 parent d19b3e7 commit 9ddfa02
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
24 changes: 14 additions & 10 deletions config/chains_config_default.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@
"blockConfirmation": 12,
"maxBlockRange": 5000
},
{
"chainId": 128,
"name": "HECO",
"debridgeAddr": "0x43dE2d77BF8027e25dBD179B491e8d64f38398aA",
"firstStartBlock": 10232530,
"provider": "https://http-mainnet.hecochain.com",
"interval": 10000,
"blockConfirmation": 12,
"maxBlockRange": 5000
},
{
"chainId": 137,
"name": "MATIC",
Expand Down Expand Up @@ -200,5 +190,19 @@
"interval": 10000,
"blockConfirmation": 12,
"maxBlockRange": 5000
},
{
"chainId": 100000005,
"name": "Bitrock",
"debridgeAddr": "0x43dE2d77BF8027e25dBD179B491e8d64f38398aA",
"firstStartBlock": 23579998,
"providers": [
{
"provider": "https://connect.bit-rock.io"
}
],
"interval": 10000,
"blockConfirmation": 12,
"maxBlockRange": 5000
}
]
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:
logging: *default-logging

debridge-node:
image: debridgefinance/debridge-node:2.6.2@sha256:889e6fbc2e93264b02b7ec19fdf05a81892f0b4c65bec0a0a1bf4b2769763741
image: debridgefinance/debridge-node:2.7.0@sha256:a4a3d57c31d67b5314e1c810f0b4ac5698081af140eff0b12db66caafc9e25c1
container_name: debridge-node${DOCKER_ID}
restart: unless-stopped
secrets:
Expand Down

0 comments on commit 9ddfa02

Please sign in to comment.