Skip to content

Commit

Permalink
chore: fix the example nft submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
moldy530 committed Sep 23, 2024
1 parent bedbc20 commit 47e0197
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/contracts/DAAppNFT/foundry.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[default]
[profile.default]
src = 'src'
out = 'out'
libs = ['lib']
remappings = ['ds-test/=lib/ds-test/src/']
solc = "0.8.10"

# See more config options https://github.com/gakonst/foundry/tree/master/config
# See more config options https://github.com/gakonst/foundry/tree/master/config
1 change: 1 addition & 0 deletions examples/contracts/DAAppNFT/lib/ds-test
Submodule ds-test added at e28215
1 change: 1 addition & 0 deletions examples/contracts/DAAppNFT/lib/forge-std
Submodule forge-std added at b490ef
1 change: 1 addition & 0 deletions examples/contracts/DAAppNFT/lib/openzeppelin-contracts
Submodule openzeppelin-contracts added at 09329f
1 change: 1 addition & 0 deletions examples/contracts/DAAppNFT/lib/solmate
Submodule solmate added at 2001af
7 changes: 7 additions & 0 deletions examples/contracts/DAAppNFT/migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ Transaction hash: 0x4ca9a016935f5634d009e4580ea0dc9c4b3edf0d8
Deployer: 0xD8Ea779b8FFC1096CA422D40588C4c0641709890
Deployed to: 0x835629117Abb8cfe20a2e8717C691905A4725b7c
Transaction hash: 0x9f33c06fb1016da9922927cbd9ff2eca2bf239d8779b17079c05f3f5fd3ae828

# Arbitrum Sepolia

## Version 1
Deployer: 0xD8Ea779b8FFC1096CA422D40588C4c0641709890
Deployed to: 0xE3aE65fC1bBd58719cc1D2496406B8133578BfF3
Transaction hash: 0xf1254c4e37078047c244b97f2ad5c5ce93b12f1b8eecef19a84516a72c3ae4e3

0 comments on commit 47e0197

Please sign in to comment.