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
Trevor Porter 0cad4f7407
Support cosmos contract byte lengths other than 32 (#3147)
10 months ago
..
.vscode [Chore] Fix VSCode formatting and prettier precommit (#501) 3 years ago
contracts Pausable ISM (#3141) 10 months ago
lib Adding Optimism native bridge support (#2316) 1 year ago
test Support cosmos contract byte lengths other than 32 (#3147) 10 months 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 Add storage layout diff checks (#2991) 12 months ago
.solcover.js v3 Router SDK changes (#2752) 1 year ago
.solhint.json Merge audit v2 remediation to main (#1727) 2 years ago
.solhintignore Merge audit v2 remediation to main (#1727) 2 years ago
CHANGELOG.md Version Packages (#3111) 10 months ago
README.md Add markdown docs generation (#2437) 1 year ago
coverage.sh Cleanup merge of #3141 (#3164) 10 months ago
flatten.sh Verify testnet4 deploy (#2820) 1 year ago
foundry.toml fix: failing ci tests for `SmartProvider` and `OpStackIsm.t.sol` (#3148) 10 months ago
hardhat.config.ts Verify testnet4 deploy (#2820) 1 year ago
package.json Version Packages (#3111) 10 months ago
remappings.txt Adding Optimism native bridge support (#2316) 1 year ago
slither.config.json Fix forge tests post V3 (#2661) 1 year ago
storage.sh Add storage layout diff checks (#2991) 12 months ago
tsconfig.json Try adjusting core tsconfig (#2138) 2 years ago
update_abis.sh Relayer aggregation ism (#2411) 1 year ago

README.md

Hyperlane Solidity

On-chain implementations of Hyperlane in Solidity.

Setup

  • yarn install

Build

  • yarn build

Test

  • yarn test