fix key.toml

This commit is contained in:
kayryu 2023-03-30 19:47:07 +08:00
parent 6a97315cb7
commit 217a59f458
3 changed files with 2 additions and 93 deletions

View File

@ -1,4 +1,5 @@
version = 1
attestation_style = 1
port = 8730
executors = 2
db_url = "http://127.0.0.1:8710"

View File

@ -2,98 +2,6 @@ port = 8740
database_url = "/bnk/data/sqlite.db"
notified_url = "http://localhost:8750/event"
[[endpoints]]
chain_id = 5
name = "goerli"
http_url = "https://rpc.goerli.dev"
[[endpoints]]
chain_id = 80001
name = "mumbai"
http_url = "https://polygontestapi.terminet.io/rpc"
[[endpoints]]
chain_id = 420
name = "optimism"
http_url = " https://goerli.optimism.io"
[[sources]]
named = "broadcaster"
tag = ""
kind = "Contract"
backend = "mumbai"
address = "0x58F7616FF46De73197C6f79049f6387954223451"
[sources.watcher]
enabled = true
polling_interval = 20000
max_step = 1000
begin_height = 29177100
[[sources]]
named = "factory"
tag = ""
kind = "Contract"
backend = "mumbai"
address = "0x4d0c3b2bb15a114C6cBfa531BdeF9050809658B5"
[sources.watcher]
enabled = true
polling_interval = 20000
max_step = 1000
begin_height = 29177100
[[sources]]
named = "broadcaster"
tag = ""
kind = "Contract"
backend = "optimism"
address = "0x97543Bb9ab8BA62Aa60F596f84792f5766dd2765"
[sources.watcher]
enabled = true
polling_interval = 20000
max_step = 1000
begin_height = 2723200
[[sources]]
named = "factory"
tag = ""
kind = "Contract"
backend = "optimism"
address = "0x120F373F6b843A49D9103593a691F07571f6B11E"
[sources.watcher]
enabled = true
polling_interval = 20000
max_step = 1000
begin_height = 2723200
[[sources]]
named = "broadcaster"
tag = ""
kind = "Contract"
backend = "goerli"
address = "0xf05467484fF502A94B7Aeb704A368B33B52c529c"
[sources.watcher]
enabled = true
polling_interval = 20000
max_step = 1000
begin_height = 7961800
[[sources]]
named = "factory"
tag = ""
kind = "Contract"
backend = "goerli"
address = "0x914FfCA8E10776a7d92305BCE2Be23B4f682Ab04"
[sources.watcher]
enabled = true
polling_interval = 20000
max_step = 1000
begin_height = 7961800
[default_watcher]
enabled = true

View File

@ -1,7 +1,7 @@
version: "3"
services:
bnk-node:
image: boolnetwork/bnk-node:latest
image: boolnetwork/bnk-node:pre-release
ports:
- "9933:9933"
- "9944:9944"