Skip to content

Commit

Permalink
refactor: chain extension tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanvdplas committed Jun 4, 2024
1 parent 418aa63 commit 3d385df
Show file tree
Hide file tree
Showing 31 changed files with 5,116 additions and 1,906 deletions.
8 changes: 8 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion pop-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ scale-info = { version = "2.6", default-features = false, features = ["derive"]
sp-io = { version = "23.0.0", default-features = false, features = ["disable_panic_handler", "disable_oom", "disable_allocator"] }
sp-runtime = { version = "24.0", default-features = false }

pop-primitives = { path = "../primitives", default-features = false }
pop-primitives = { path = "../primitives", features = ["devnet"], default-features = false }

[lib]
name = "pop_api"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "pop_api_trust_backed_assets_example"
name = "fungibles"
version = "0.1.0"
authors = ["[your_name] <[your_email]>"]
edition = "2021"
Expand Down
Loading

0 comments on commit 3d385df

Please sign in to comment.