Skip to content

Commit

Permalink
feat: allow advanced origin matching
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Basty committed Nov 9, 2023
1 parent 1ee5d26 commit f9b721e
Show file tree
Hide file tree
Showing 4 changed files with 381 additions and 5 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ async-trait = "0.1"
serde = { version = "1", features = ["derive", "rc"] }

## Misc
bitflags = "2.4"
once_cell = "1.15"
regex = "1.6"
reqwest = { version = "0.11", features = ["json"] }
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Cerberus

Check project IDs against the WalletConnect registry

## Dev loop

```bash
Expand Down
Loading

0 comments on commit f9b721e

Please sign in to comment.