.gitmodules 1.8 KB

123456789101112131415161718192021222324252627282930
  1. [submodule "lazer/contracts/evm/lib/forge-std"]
  2. path = lazer/contracts/evm/lib/forge-std
  3. url = https://github.com/foundry-rs/forge-std
  4. [submodule "lazer/contracts/evm/lib/openzeppelin-contracts-upgradeable"]
  5. path = lazer/contracts/evm/lib/openzeppelin-contracts-upgradeable
  6. url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
  7. [submodule "lazer/contracts/evm/lib/openzeppelin-contracts"]
  8. path = lazer/contracts/evm/lib/openzeppelin-contracts
  9. url = https://github.com/OpenZeppelin/openzeppelin-contracts
  10. [submodule "lazer/contracts/evm/lib/createx"]
  11. path = lazer/contracts/evm/lib/createx
  12. url = https://github.com/pcaversaccio/createx
  13. [submodule "lib/forge-std"]
  14. path = lib/forge-std
  15. url = https://github.com/foundry-rs/forge-std
  16. [submodule "lib/openzeppelin-foundry-upgrades"]
  17. path = lib/openzeppelin-foundry-upgrades
  18. url = https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades
  19. [submodule "lib/openzeppelin-contracts-upgradeable"]
  20. path = lib/openzeppelin-contracts-upgradeable
  21. url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
  22. [submodule "target_chains/ethereum/sdk/stylus/pyth-mock-solidity/lib/forge-std"]
  23. path = target_chains/ethereum/sdk/stylus/pyth-mock-solidity/lib/forge-std
  24. url = https://github.com/foundry-rs/forge-std
  25. [submodule "target_chains/ethereum/sdk/stylus/pyth-mock-solidity/lib/openzeppelin-foundry-upgrades"]
  26. path = target_chains/ethereum/sdk/stylus/pyth-mock-solidity/lib/openzeppelin-foundry-upgrades
  27. url = https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades
  28. [submodule "target_chains/ethereum/sdk/stylus/pyth-mock-solidity/lib/openzeppelin-contracts-upgradeable"]
  29. path = target_chains/ethereum/sdk/stylus/pyth-mock-solidity/lib/openzeppelin-contracts-upgradeable
  30. url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable