Skip to content

Commit

Permalink
promote new tokens to buy
Browse files Browse the repository at this point in the history
  • Loading branch information
leohar committed Sep 26, 2023
1 parent d702622 commit 05da79c
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions chains/v14/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,15 @@
"priceId": "ethereum",
"type": "evmNative",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/ETH.svg",
"precision": 18
"precision": 18,
"buyProviders": {
"transak": {
"network": "ETHEREUM"
},
"mercuryo": {
"network": "ETHEREUM"
}
}
}
],
"nodeSelectionStrategy": "uniform",
Expand Down Expand Up @@ -2748,7 +2756,12 @@
"symbol": "NEER",
"precision": 18,
"priceId": "metaverse-network-pioneer",
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg"
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/NEER.svg",
"buyProviders": {
"transak": {
"network": "PIONEER"
}
}
},
{
"assetId": 1,
Expand Down Expand Up @@ -5139,7 +5152,12 @@
"nomination-pools"
],
"precision": 12,
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg"
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/white/Aleph_zero.svg",
"buyProviders": {
"transak": {
"network": "ALEPHZERO"
}
}
}
],
"nodes": [
Expand Down

0 comments on commit 05da79c

Please sign in to comment.