Skip to content

Commit

Permalink
refactor(repo): rename extras to demos
Browse files Browse the repository at this point in the history
This is a hard earned change, git submodules exist in subfolders
  • Loading branch information
drahnr committed Feb 7, 2025
1 parent 8cf515d commit 7cd2f2f
Show file tree
Hide file tree
Showing 45 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
[submodule "contracts/lib/forge-std"]
path = contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "extras/axelar-token/lib/forge-std"]
path = extras/axelar-token/lib/forge-std
[submodule "demos/linked-token/lib/forge-std"]
path = demos/linked-token/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "extras/linked-token/lib/forge-std"]
path = extras/linked-token/lib/forge-std
[submodule "demos/axelar-token/lib/forge-std"]
path = demos/axelar-token/lib/forge-std
url = https://github.com/foundry-rs/forge-std
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
1 change: 1 addition & 0 deletions demos/axelar-token/lib/forge-std
Submodule forge-std added at 3b20d6
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions demos/linked-token/lib/forge-std
Submodule forge-std added at 3b20d6
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion extras/axelar-token/lib/forge-std
Submodule forge-std deleted from ae570f
1 change: 0 additions & 1 deletion extras/linked-token/lib/forge-std
Submodule forge-std deleted from ae570f

0 comments on commit 7cd2f2f

Please sign in to comment.