Skip to content

Commit

Permalink
chore: Update tangle-substrate-types to v0.5.11 (#733)
Browse files Browse the repository at this point in the history
* chore: update tangle-substrate-types to 0.5.11

* fix: Fix tangle build

* chore: Update types with latest commit

---------

Co-authored-by: shekohex <[email protected]>
Co-authored-by: 1xstj <[email protected]>
  • Loading branch information
3 people authored Aug 6, 2024
1 parent 761fa20 commit f0597ec
Show file tree
Hide file tree
Showing 12 changed files with 5,324 additions and 16,820 deletions.
1 change: 1 addition & 0 deletions node/src/rpc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ use sp_keystore::KeystorePtr;
use sp_runtime::traits::Block as BlockT;
use tangle_primitives::Block;
use tangle_runtime::BlockNumber;
use tangle_testnet_runtime::PalletServicesConstraints;

// Runtime
#[cfg(not(feature = "testnet"))]
Expand Down
2 changes: 1 addition & 1 deletion types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webb-tools/tangle-substrate-types",
"version": "0.5.10",
"version": "0.5.11",
"description": "Polkadot.js type definitions required for interacting with Webb's tangle network",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down
Loading

0 comments on commit f0597ec

Please sign in to comment.