Skip to content

Commit

Permalink
Merge branch 'main' into feature/icon-cluster-connection
Browse files Browse the repository at this point in the history
  • Loading branch information
gcranju authored Oct 25, 2024
2 parents 80c53bc + 4e08258 commit 8049599
Show file tree
Hide file tree
Showing 125 changed files with 14,863 additions and 86 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

### Solana ###
# Logs
.anchor
test-ledger

### Soroban ###
.soroban
test_snapshots
Expand Down
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,3 @@
[submodule "contracts/evm/lib/solidity-examples"]
path = contracts/evm/lib/solidity-examples
url = https://github.com/LayerZero-Labs/solidity-examples
[submodule "contracts/evm/lib/openzeppelin-contracts"]
path = contracts/evm/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "contracts/evm/lib/openzeppelin-contracts-upgradeable"]
path = contracts/evm/lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
Loading

0 comments on commit 8049599

Please sign in to comment.