-
I am unsure if I am using the correct matching pattern for the smart-order-router. I hope it's correct that kupo is indexing transactions to the I defined in two matches:
Based on the validationRefs: {
"validatorRefs":
{ "refAddr": "addr_test1wpgexmeunzsykesf42d4eqet5yvzeap6trjnflxqtkcf66g0kpnxt"
, "refNftAC": "fae686ea8f21d567841d703dea4d4221c2af071a6f2b433ff07c0af2.e6a295bb83d06f53fcf91151f54acec0a63fbd6f0d924206d5d012e6da3b72af"
, "refNftUtxoRef": "39f987a6beb9cc4c45bba149a21c28068f640f3593f15f8157f0b6022b431977#0"
, "scriptRef": "39f987a6beb9cc4c45bba149a21c28068f640f3593f15f8157f0b6022b431977#1"
, "nftPolicyRef": "39f987a6beb9cc4c45bba149a21c28068f640f3593f15f8157f0b6022b431977#0"
}
} |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi, Keep in mind that the address is derived from the other options so changing them will modify the address. (For example if the validator is ever updated or when it get's deployed to mainnet) |
Beta Was this translation helpful? Give feedback.
-
I think it should be documented in the README, even if it's |
Beta Was this translation helpful? Give feedback.
-
@SmaugPool @mrgrauel Kindly note that running Kupo on |
Beta Was this translation helpful? Give feedback.
Hi,
refAddr
,refNftAC
andrefNftUtxoRef
are used as configuration for the actual smart contract address. To configure Kupo you can match everything with*
or use this address:addr_test1wqtcz4vq80zxr3dskdcuw7wtfq0vwssd7rrpnnvcvrjhp5sx7leew
.Keep in mind that the address is derived from the other options so changing them will modify the address. (For example if the validator is ever updated or when it get's deployed to mainnet)