Skip to content

Commit

Permalink
Merge pull request #2051 from novasamatech/feat/promote_new_tokens_to…
Browse files Browse the repository at this point in the history
…_buy

promote new tokens to buy
  • Loading branch information
ERussel authored Sep 27, 2023
2 parents cb87c44 + 05da79c commit f94dd99
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 @@ -2781,7 +2789,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 @@ -5172,7 +5185,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 f94dd99

Please sign in to comment.