-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
https://github.com/darwinia-network/contracts-deploy/blob/main/README.md signaturePub for mainnetsV2: 0x57aa601a0377f5ab313c5a955ee874f5d495fc92 |
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
|
Tests
|
Port addressOther networks: APIhttp://api.msgport.xyz/ormp/fee Supported
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: