Skip to content

Commit

Permalink
update outputs
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Alvarez <[email protected]>
  • Loading branch information
jonalvarezz committed Feb 6, 2024
1 parent ba606b8 commit 8bed908
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dist/schemas/11-token-holder/1-0-0.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@
"$is_eth_holder",
"$is_lit_holder",
"$is_dot_holder",
"is_bab_holder"
"is_bab_holder",
"$is_bab_holder"
]
},
"op": {
Expand Down
6 changes: 4 additions & 2 deletions dist/schemas/17-bnb-domain-holding-amount/1-0-0.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@
"src": {
"type": "string",
"enum": [
"$bnb_domain_hoding_amount"
"$bnb_domain_hoding_amount",
"$bnb_domain_holding_amount"
]
},
"op": {
Expand All @@ -161,7 +162,8 @@
"src": {
"type": "string",
"enum": [
"$bnb_domain_hoding_amount"
"$bnb_domain_hoding_amount",
"$bnb_domain_holding_amount"
]
},
"op": {
Expand Down

0 comments on commit 8bed908

Please sign in to comment.