Skip to content

Commit

Permalink
Merge pull request #2682 from novasamatech/fix/avail_data
Browse files Browse the repository at this point in the history
update AVAIL data
  • Loading branch information
ERussel authored May 4, 2024
2 parents 2c903bc + 96c376c commit 0a4bbb5
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions chains/v18/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -10331,7 +10331,7 @@
"assets": [
{
"assetId": 0,
"symbol": "AVL",
"symbol": "AVAIL",
"precision": 18,
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/AVL.svg",
"staking": [
Expand All @@ -10346,12 +10346,23 @@
"name": "Turing node"
}
],
"externalApi": {
"history": [
{
"type": "subquery",
"url": "https://api.subquery.network/sq/nova-wallet/nova-wallet---avail"
}
]
},
"types": {
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/avail_turing.json",
"overridesCommon": true
},
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Avail_Testnet.svg",
"addressPrefix": 42
"addressPrefix": 42,
"additional": {
"themeColor": "#58C8F6"
}
},
{
"chainId": "f6ee56e9c5277df5b4ce6ae9983ee88f3cbed27d31beeb98f9f84f997a1ab0b9",
Expand Down

0 comments on commit 0a4bbb5

Please sign in to comment.