Skip to content

Commit

Permalink
Update README (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 authored May 30, 2024
1 parent 34f2c61 commit e103a35
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 27 deletions.
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

0 comments on commit e103a35

Please sign in to comment.