-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathnote.txt
More file actions
13 lines (12 loc) · 1.48 KB
/
note.txt
File metadata and controls
13 lines (12 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
1. make install on helios-core and hyperion
2. yes | setup.sh on helios-core
3. run below command on terminal to delegate validator permisson to hyperion
heliades tx hyperion set-orchestrator-address helios1zun8av07cvqcfr2t29qwmh8ufz29gfatfue0cf helios1zun8av07cvqcfr2t29qwmh8ufz29gfatfue0cf 0x17267eB1FEC301848d4B5140eDDCFC48945427Ab --chain-id=42000 --node="tcp://localhost:26657" --from="helios1zun8av07cvqcfr2t29qwmh8ufz29gfatfue0cf" --gas-prices=600000000ahelios --yes
4. run `peggo orchestrator` on terminal to start orchestrator (with HYPERION_ID in env is your deployed id), in my case, I set to 2 and 3, and run each `peggo orchestrator` in different terminal
5. run below command on terminal to send tokens to chain 3
heliades tx hyperion send-to-chain 3 "0xdac17f958d2ee523a2206206994597c13d831ec7" 33333333hyperion0x5682dC0089929eeF5efc8927e17E137b4Ec96403 10000hyperion0x5682dC0089929eeF5efc8927e17E137b4Ec96403 --from "signer1" --chain-id 42000 --gas auto --gas-adjustment 1.2 -y
6. run below command on terminal to send tokens to chain 2
heliades tx hyperion send-to-chain 2 "0xdac17f958d2ee523a2206206994597c13d831ec7" 100hyperion0xa2512e1f33020d34915124218edbec20901755b2 10hyperion0xa2512e1f33020d34915124218edbec20901755b2 --from "signer1" --chain-id 42000 --gas auto --gas-adjustment 1.2 -y
List deployed contract address on Amoy:
0x316E330807488e168c526A694C03a494Ba714910 chain 2
0x14D54db992A639A8A3fB8BC51760e705C1aE7466 chain 3