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

V2 Mainnets #254

Closed
28 tasks done
jiguantong opened this issue May 14, 2024 · 4 comments
Closed
28 tasks done

V2 Mainnets #254

jiguantong opened this issue May 14, 2024 · 4 comments

Comments

@jiguantong
Copy link
Contributor

jiguantong commented May 14, 2024

@jiguantong
Copy link
Contributor Author

jiguantong commented May 28, 2024

https://github.com/darwinia-network/contracts-deploy/blob/main/README.md

signaturePub for mainnetsV2: 0x57aa601a0377f5ab313c5a955ee874f5d495fc92

@jiguantong
Copy link
Contributor Author

docker-compose.yml

version: "3"
services:
  ormpipe-runner:
    container_name: ormpipe-runner
    image: ghcr.io/msgport/ormpipe-runner:sha-2e28140
    restart: always
    privileged: true
    environment:
      ORMPIPE_ORACLE_SIGNER_TESTNETSV2: your private key
      ORMPIPE_FEATURES_TESTNETSV2: oracle
      ORMPIPE_ORACLE_SIGNER_MAINNETSV2: your private key
      ORMPIPE_FEATURES_MAINNETSV2: oracle
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
    command:
      - --verbose
      - --network=host
      - --profile=testnetsv2
      - --profile=mainnetsv2

crontab -e

*/30 * * * * docker restart ormpipe-oracle-mainnetsv2
# just for relayer
*/30 * * * * docker restart ormpipe-relayer-mainnetsv2

@jiguantong
Copy link
Contributor Author

jiguantong commented May 29, 2024

Tests

# darwinia <> arbitrum ✔
scripts/ormpipe.sh integration send-message-msgport  --from=darwinia --to=arbitrum
scripts/ormpipe.sh integration send-message-msgport  --from=arbitrum --to=darwinia

# darwinia <> ethereum ✔
scripts/ormpipe.sh integration send-message-msgport  --from=darwinia --to=ethereum
scripts/ormpipe.sh integration send-message-msgport  --from=ethereum --to=darwinia

# darwinia <> polygon ✔
scripts/ormpipe.sh integration send-message-msgport  --from=darwinia --to=polygon
scripts/ormpipe.sh integration send-message-msgport  --from=polygon --to=darwinia

# darwinia <> moonbeam ✔
scripts/ormpipe.sh integration send-message-msgport  --from=darwinia --to=moonbeam
scripts/ormpipe.sh integration send-message-msgport  --from=moonbeam --to=darwinia

# darwinia <> tron ✔
scripts/ormpipe.sh integration send-message-msgport  --from=darwinia --to=tron
scripts/ormpipe.sh integration send-message-msgport  --from=tron --to=darwinia

# arbitrum <> blast ✔
scripts/ormpipe.sh integration send-message-msgport  --from=arbitrum --to=blast
scripts/ormpipe.sh integration send-message-msgport  --from=blast --to=arbitrum

# arbitrum <> ethereum ✔
scripts/ormpipe.sh integration send-message-msgport  --from=arbitrum --to=ethereum
scripts/ormpipe.sh integration send-message-msgport  --from=ethereum --to=arbitrum

@jiguantong
Copy link
Contributor Author

jiguantong commented May 30, 2024

Port address

Other networks: 0x2cd1867Fb8016f93710B6386f7f9F1D540A60812
Tron: TFRF7t9m7pGLnwwX8TFsZvj85EvQ6gSBCm

API

http://api.msgport.xyz/ormp/fee

Supported

  • darwinia <> crab
  • darwinia <> arbitrum
  • darwinia <> ethereum
  • darwinia <> polygon
  • darwinia <> moonbeam
  • darwinia <> tron
  • arbitrum <> blast
  • ethereum <> arbitrum

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant