Skip to content

Commit 147fdde

Browse files
authored
feat: Ismp (#888)
# Implements ISMP related pallet
1 parent 624da4f commit 147fdde

28 files changed

Lines changed: 4309 additions & 743 deletions

.cargo-deny.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
5757
name = "ring"
5858

5959
[sources]
60-
allow-git = ["https://github.com/paritytech/polkadot-sdk"]
61-
unknown-git = "deny"
60+
allow-git = [
61+
"https://github.com/paritytech/polkadot-sdk",
62+
"https://github.com/polytope-labs/hyperbridge",
63+
]
64+
unknown-git = "deny"
6265
unknown-registry = "deny"

0 commit comments

Comments
 (0)