Skip to content

Instantly share code, notes, and snippets.

@ahermida
Created September 21, 2022 16:26
Show Gist options
  • Save ahermida/16eba0be0ee6b196baa56ab38f442dae to your computer and use it in GitHub Desktop.
Save ahermida/16eba0be0ee6b196baa56ab38f442dae to your computer and use it in GitHub Desktop.
Will fetch a value from on-chain and put it back on-chain!
{
"tasks": [
{
"httpTask": {
"url": "https://fullnode.testnet.aptoslabs.com/v1/accounts/0x790e386260446eeea471da8050103df2b1cbb884a8a120478e04b8c9ff253f2/resource/0xb27f7bbf7caf2368b08032d005e8beab151a885054cdca55c4cc644f0a308d2b::aggregator::Aggregator",
"method": "METHOD_GET"
}
},
{
"jsonParseTask": {
"path": "$.data.latest_confirmed_round.result.value",
"aggregationMethod": "NONE"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment