The home for Hyperlane core contracts, sdk packages, and other infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hyperlane-monorepo/solidity
Kunal Arora 445da4fb0d
Adding Optimism native bridge support (#2316)
1 year ago
..
.vscode [Chore] Fix VSCode formatting and prettier precommit (#501) 3 years ago
contracts Adding Optimism native bridge support (#2316) 1 year ago
lib Adding Optimism native bridge support (#2316) 1 year ago
test Adding Optimism native bridge support (#2316) 1 year ago
.env.example Merge core and app packages (#1169) 2 years ago
.gas-snapshot Make merkle proofs optional on multisig ISM (#2173) 2 years ago
.gitignore Fix contracts test coverage instrumentation (#2089) 2 years ago
.solcover.js Fix contracts test coverage instrumentation (#2089) 2 years ago
.solhint.json Merge audit v2 remediation to main (#1727) 2 years ago
.solhintignore Merge audit v2 remediation to main (#1727) 2 years ago
README.md Merge audit v2 remediation to main (#1727) 2 years ago
coverage.sh Fix CI flakiness (#2269) 2 years ago
foundry.toml Adding Optimism native bridge support (#2316) 1 year ago
hardhat.config.ts Use minimal proxies in ICA router (#1440) 2 years ago
package.json Bump to 1.3.5 (#2401) 1 year ago
remappings.txt Adding Optimism native bridge support (#2316) 1 year ago
slither.config.json Add Aggregation ISM (#1737) 2 years ago
tsconfig.json Try adjusting core tsconfig (#2138) 2 years ago
update_abis.sh Add relayer support for MultisigIsm and RoutingIsm (#2074) 2 years ago

README.md

Hyperlane Solidity

On-chain implementations of Hyperlane in Solidity.

Setup

  • npm install --dev
  • brew install jq   OR   sudo apt-get install jq

Build

  • npm run compile
  • npm run test