Skip to content

Commit

Permalink
[Vara] Add new token type
Browse files Browse the repository at this point in the history
  • Loading branch information
S2kael committed Jul 15, 2024
1 parent c789f89 commit ffd4fc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/chain-list/src/data/ChainInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5810,7 +5810,8 @@
"hasNativeNft": true,
"supportStaking": true,
"supportSmartContract": [
"GRC20"
"GRC20",
"VFT"
],
"crowdloanParaId": null,
"crowdloanFunds": []
Expand Down Expand Up @@ -7280,7 +7281,8 @@
"hasNativeNft": null,
"supportStaking": null,
"supportSmartContract": [
"GRC20"
"GRC20",
"VFT"
],
"crowdloanParaId": null,
"crowdloanFunds": []
Expand Down Expand Up @@ -9136,4 +9138,4 @@
"extraInfo": null,
"bitcoinInfo": null
}
}
}
1 change: 1 addition & 0 deletions packages/chain-list/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export enum _AssetType {
PSP22 = 'PSP22',
PSP34 = 'PSP34',
GRC20 = 'GRC20',
VFT = 'VFT',
GRC721 = 'GRC721',
RUNE = 'RUNE',
BRC20 = 'BRC20',
Expand Down

0 comments on commit ffd4fc4

Please sign in to comment.