Skip to content

Commit

Permalink
feat: Add light client compatible and change to json.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanguoyu committed Nov 15, 2023
1 parent b41c91e commit e5239be
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions compatible.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"fullVersions": ["0.111", "0.110", "0.109", "0.108", "0.107", "0.106", "0.105", "0.104", "0.103"],
"lightVersions": ["0.2"],
"compatible": {
"0.111": {
"full": ["0.111", "0.110", "0.109"],
"light": ["0.2"]
},
"0.110": {
"full": ["0.111", "0.110", "0.109"],
"light": ["0.2"]
},
"0.106": {
"full": ["0.108", "0.107", "0.106", "0.105"],
"light": []
},
"0.103": {
"full": ["0.104", "0.103"],
"light": []
}
}
}

0 comments on commit e5239be

Please sign in to comment.