Skip to content

Commit

Permalink
fix: add velar missing contract call
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Mar 22, 2024
1 parent 3a02cf7 commit 2061bec
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions chainhooks/velar/univ2-router.swap-tokens-for-exact-tokens.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"chain": "stacks",
"uuid": "1",
"name": "univ2-router.swap-tokens-for-exact-tokens",
"version": 1,
"networks": {
"mainnet": {
"if_this": {
"scope": "contract_call",
"contract_identifier": "SP1Y5YSTAHZ88XYK1VPDH24GY0HPX5J4JECTMY4A1.univ2-router",
"method": "swap-tokens-for-exact-tokens"
},
"then_that": {
"http_post": {
"url": "http://localhost:3000/api/chainhooks/swap",
"authorization_header": "Bearer dev-api-token"
}
},
"start_block": 138413,
"decode_clarity_values": false
}
}
}

0 comments on commit 2061bec

Please sign in to comment.