Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README #170

Merged
merged 1 commit into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fmt :; @forge fmt
test :; @forge test --nmc Benchmark
bench :; @forge test --mc Benchmark

tools : foundry create3
tools : foundry
foundry:; curl -L https://foundry.paradigm.xyz | bash
create3:; @cargo install --git https://github.com/darwinia-network/create3-deploy -f --locked
sync :; @git submodule update --recursive
Expand Down
25 changes: 3 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,14 @@
# ORMP
Oracle and Relayer based Message Protocol.

## V1 Deployments
### Canonical Cross-chain Deployment Addresses
| Contract | Canonical Cross-chain Deployment Address |
|------------|--------------------------------------------|
| ORMP | 0x00000000001523057a05d6293C1e5171eE33eE0A |
| ORMPOracle | 0x0000000003ebeF32D8f0ED406a5CA8805c80AFba |
| Relayer | 0x0000000000808fE9bDCc1d180EfbF5C53552a6b1 |
| MsgDAO | 0x000000000879926D12aF396788C0785B7e581e53 |
## Deployments

## Supported Chains
### Mainnet
- Arbitrum
- Blast
- Crab
- Darwinia
- Ethereum
- Polygon

### Testnet
- Arbitrum Sepolia
- Pangolin
- Sepolia
See https://github.com/darwinia-network/contracts-deploy

## Usage
To install with [**Foundry**](https://github.com/gakonst/foundry):
```sh
forge install darwinia-network/ORMP
forge install msgport/ORMP
```

To install with [**Hardhat**](https://github.com/nomiclabs/hardhat) or [**Truffle**](https://github.com/trufflesuite/truffle):
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@darwinia/ormp",
"version": "1.0.0",
"name": "@msgport/ormp",
"version": "2.1.0",
"description": "Oracle and Relayer based Message Protocol",
"repository": "https://github.com/darwinia-network/ORMP",
"author": "Darwinia dev",
"repository": "https://github.com/msgport/ORMP",
"author": "Msgport dev",
"license": "MIT",
"files": [
"src/**/*.sol",
Expand Down
Loading