Skip to content

Commit 952997e

Browse files
UltraDAGcomClaude Opus 4.6 (1M context)
andcommitted
fix: remove accidental assets submodule from repo root
A TrustWallet assets fork got cloned into the repo root during the submission prep. The clone was moved out to ../trustwallet-assets; this commit drops the stray submodule reference from git. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3853ef7 commit 952997e

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

assets

Lines changed: 0 additions & 1 deletion
This file was deleted.

bridge/token-launch-kit/trustwallet/HOW_TO_SUBMIT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ mkdir -p blockchains/arbitrum/assets/0x9cFD2011DF13d9E394B5Bb59f0f7e7A5C512155b
3030

3131
```bash
3232
# From the UltraDAG repo:
33-
cp /path/to/ultradag/bridge/token-launch-kit/trustwallet/logo.png \
33+
cp /Users/johan/Projects/15_UltraDAG/bridge/token-launch-kit/trustwallet/logo.png \
3434
blockchains/arbitrum/assets/0x9cFD2011DF13d9E394B5Bb59f0f7e7A5C512155b/
3535

36-
cp /path/to/ultradag/bridge/token-launch-kit/trustwallet/info.json \
36+
cp /Users/johan/Projects/15_UltraDAG/bridge/token-launch-kit/trustwallet/info.json \
3737
blockchains/arbitrum/assets/0x9cFD2011DF13d9E394B5Bb59f0f7e7A5C512155b/
3838
```
3939

0 commit comments

Comments
 (0)