-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(multi): enhance multichain search api (#1221)
* feat: add /transactions endpoint * feat: add nft api * feat: update quick search api * feat: add chains endpoint * feat: add marketplace proxy methods * fix: test * feat: balance quick search entities * feat: update dapps api * fix: typo
- Loading branch information
Showing
23 changed files
with
988 additions
and
313 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
multichain-aggregator/multichain-aggregator-logic/src/clients/token_info.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 2 additions & 10 deletions
12
multichain-aggregator/multichain-aggregator-logic/src/lib.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,6 @@ | ||
pub mod api_key_manager; | ||
pub mod clients; | ||
pub mod error; | ||
mod import; | ||
mod proto; | ||
pub mod repository; | ||
pub mod search; | ||
mod types; | ||
|
||
pub use import::batch_import; | ||
pub use types::{ | ||
addresses::Address, api_keys::ApiKey, batch_import_request::BatchImportRequest, chains::Chain, | ||
token_info::Token, ChainId, | ||
}; | ||
pub mod services; | ||
pub mod types; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.