Map New Chain to Mainnet
It is important that this step be done last after a valid stake has been setup on the mainnet as well as the other previous steps or else the account may not be listened for.
Map New Chain to Mainnet
To map a new chainβs account to the EOS mainnet, navigate to the contract that has deployed the dappservicex.cpp
contract and perform the setlink
action.
owner {name} - name of account on the new chain to link, using services
mainnet_owner {name} - name of account on mainnet, staking to services
Example cleos command:
In short you have run the adddsp
and the setlink
action on the new chainβs dappservicex
account and the addaccount
action on the EOS mainetβs liquidx.dsp
account.
The new chain account now has the ability to access any service staked to by the mainnet account.
Last updated