Skip to content

Instantly share code, notes, and snippets.

@tyrion70
Created July 16, 2020 08:35
Show Gist options
  • Select an option

  • Save tyrion70/43f5daa997ab1f19bb21f6a8e9e2b387 to your computer and use it in GitHub Desktop.

Select an option

Save tyrion70/43f5daa997ab1f19bb21f6a8e9e2b387 to your computer and use it in GitHub Desktop.
{
"initiators": [
{
"type": "web",
"params": {
}
}
],
"tasks": [
{
"type": "YOUR_BRIDGE_NAME",
"confirmations": null,
"params": {
"from": "FROM",
"to": "TO"
}
},
{
"type": "copy",
"confirmations": null,
"params": {
"copyPath": [
"result"
]
}
},
{
"type": "multiply",
"confirmations": null,
"params": {
"times": 100000000
}
},
{
"type": "ethint256",
"confirmations": null,
"params": {
}
}
],
"startAt": null,
"endAt": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment