Skip to content

Commit

Permalink
Merge branch 'main' into feat/sui-cluster-connection
Browse files Browse the repository at this point in the history
  • Loading branch information
gcranju authored Oct 7, 2024
2 parents 0bc212a + 231a239 commit 66647a3
Show file tree
Hide file tree
Showing 120 changed files with 14,634 additions and 39 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 66647a3

Please sign in to comment.