Skip to content

Commit

Permalink
chore: Remove stubbed registry contract
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed Jan 4, 2024
1 parent 4321413 commit 96d79eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 76 deletions.
1 change: 1 addition & 0 deletions coordinator/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ async fn main() -> anyhow::Result<()> {
.with(tracing_subscriber::EnvFilter::from_default_env())
.init();

let registry = Registry::connect("https://rpc.testnet.near.org");
let redis_client = RedisClient::connect("redis://127.0.0.1").await?;
let mut block_stream_handler = BlockStreamsHandler::connect().await?;

Expand Down
76 changes: 0 additions & 76 deletions coordinator/src/registry.json

This file was deleted.

0 comments on commit 96d79eb

Please sign in to comment.