You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: verifier/src/test/kotlin/tech/figure/classification/asset/verifier/provenance/AssetClassificationEventTest.kt
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -14,23 +14,23 @@ class AssetClassificationEventTest {
14
14
addEventsBuilder().apply {
15
15
type =WASM_EVENT_TYPE
16
16
addAttributesBuilder().apply {
17
-
key ="X2NvbnRyYWN0X2FkZHJlc3M=".toByteString()
18
-
value ="cGIxbWZ1aDQ5bjIyOW5xbWczeW1tZmg3NGRhcngwNGdqeXZtdzh1OWMK".toByteString()
17
+
key ="_contract_address".toByteString()
18
+
value ="testaddress".toByteString()
19
19
index =false
20
20
}
21
21
// "asset_event_type" : "onboard_asset"
22
22
addAttributesBuilder().apply {
23
-
key ="YXNzZXRfZXZlbnRfdHlwZQ==".toByteString()
24
-
value ="b25ib2FyZF9hc3NldA==".toByteString()
23
+
key ="asset_event_type".toByteString()
24
+
value ="onboard_asset".toByteString()
25
25
index =false
26
26
}
27
27
}
28
28
29
29
addEventsBuilder().apply {
30
30
type ="execute"
31
31
addAttributesBuilder().apply {
32
-
key ="X2NvbnRyYWN0X2FkZHJlc3M=".toByteString()
33
-
value ="cGIxbWZ1aDQ5bjIyOW5xbWczeW1tZmg3NGRhcngwNGdqeXZtdzh1OWMK".toByteString()
0 commit comments