Skip to content

Commit

Permalink
Merge pull request #129 from debridge-finance/neon
Browse files Browse the repository at this point in the history
added NEON support
  • Loading branch information
artyukh authored Feb 5, 2024
2 parents d9f8537 + 9ee990c commit b061272
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions config/chains_config_default.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,15 @@
"interval": 10000,
"blockConfirmation": 0,
"maxBlockRange": 0
},
{
"chainId": 100000001,
"name": "NEON",
"debridgeAddr": "0x43dE2d77BF8027e25dBD179B491e8d64f38398aA",
"firstStartBlock": 246119833,
"provider": "https://neon-proxy-mainnet.solana.p2p.org",
"interval": 10000,
"blockConfirmation": 32,
"maxBlockRange": 100000
}
]
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
- './.cache/solana-events/:/.debridge_events_cache'

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

0 comments on commit b061272

Please sign in to comment.