Skip to content

Commit fd7d0e2

Browse files
authored
fix(init): remove obsolete OpenZeppelin fungible-token-interface update (example removed upstream)
1 parent 24743df commit fd7d0e2

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • crates/stellar-scaffold-cli/src/commands

crates/stellar-scaffold-cli/src/commands/init.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,6 @@ impl Cmd {
8686
}
8787

8888
// Update the project with the latest OpenZeppelin examples
89-
self.update_oz_example(
90-
&absolute_project_path,
91-
"fungible-token-interface",
92-
global_args,
93-
)
94-
.await?;
9589
self.update_oz_example(&absolute_project_path, "nft-enumerable", global_args)
9690
.await?;
9791

0 commit comments

Comments
 (0)