Skip to content

Commit

Permalink
fix chain
Browse files Browse the repository at this point in the history
  • Loading branch information
0xverin committed Aug 22, 2024
1 parent 9119202 commit dd9020d
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"payload": {
"Basic": {
"name": "BAB token holder",
"chain": "Bsc"
"chain": ["Bsc"]
}
}
},
Expand All @@ -27,7 +27,7 @@
"payload": {
"Basic": {
"name": "Uniswap V2/V3 user",
"chain": "Ethereum"
"chain": ["Ethereum"]
}
}
},
Expand All @@ -40,10 +40,10 @@
{
"id": "dot-holder",
"name": "DOT Holding Time",
"description": "The length of time a user continues to hold DOT token (threshold DOT > 5)",
"description": "The length of time a user continues to hold DOT token (threshold DOT > 1)",
"assertion": {
"id": "A7",
"payload": "5"
"payload": "1"
},
"dataProvider": "achainable",
"network": "polkadot",
Expand Down Expand Up @@ -102,7 +102,7 @@
"payload": {
"ClassOfYear": {
"name": "Account created between {dates}",
"chain": "Ethereum"
"chain": ["Ethereum"]
}
}
},
Expand Down

0 comments on commit dd9020d

Please sign in to comment.