Initialize EOSIO Side
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
# cleos -u https://kylin.eosn.io push transaction '{
"delay_sec": 0,
"max_cpu_usage_ms": 0,
"actions": [
{
"account": "bsctestbridg",
"name": "init",
"data": {
"sister_address": "0x1197b0024EB9E9a8900C0De2A5BeeA7F48dAc572",
"sister_msig_address": "0x1197b0024EB9E9a8900C0De2A5BeeA7F48dAc572",
"sister_chain_name": "bsctest",
"this_chain_name": "kylin",
"processing_enabled": true,
"token_contract": "bsctesttoken",
"token_symbol": "4,TKN",
"min_transfer": 10000,
"transfers_enabled": true,
"can_issue": false
},
"authorization": [
{
"actor": "bsctestbridg",
"permission": "active"
}
]
}
]
}'