Skip to content

Commit

Permalink
added symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth2207 committed Dec 23, 2023
1 parent f07cff2 commit 629624d
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 7,277 deletions.
14 changes: 2 additions & 12 deletions orderbook-rs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions orderbook-rs/src/abi/IOrderBookV3.json
1 change: 1 addition & 0 deletions orderbook-rs/src/abi/IParserV1.json
28 changes: 0 additions & 28 deletions orderbook-rs/src/interpreter/abi/IParserV1.json

This file was deleted.

2 changes: 1 addition & 1 deletion orderbook-rs/src/interpreter/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use alloy_primitives::{Address, Bytes, U256};
use anyhow::anyhow;
use crate::orderbook::registry::{IExpressionDeployerV3, IParserV1};
use crate::registry::{IExpressionDeployerV3, IParserV1};
use std::str::FromStr;
use ethers::{
providers::{Http,Provider},
Expand Down
2 changes: 2 additions & 0 deletions orderbook-rs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ pub mod orderbook;
pub mod gasoracle;
pub mod interpreter;
pub mod transaction;
pub mod registry;



Loading

0 comments on commit 629624d

Please sign in to comment.