Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Add coingecko id - enable price chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ivivanov committed Jul 25, 2023
1 parent 7f7ba68 commit bbaff0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/chains/mainnet/nolus-pirin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"chain_name": "pirin-1",
"display_name": "Nolus",
"coingecko": "",
"coingecko": "nolus",
"api": [
"https://pirin-cl.nolus.network:1317"
],
Expand All @@ -20,7 +20,7 @@
"base": "unls",
"symbol": "NLS",
"exponent": 6,
"coingecko_id": "",
"coingecko_id": "nolus",
"logo": "/logos/nolus-small.svg"
}
]
Expand Down
4 changes: 2 additions & 2 deletions src/chains/testnet/nolus-rila.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"chain_name": "rila-1",
"display_name": "Nolus Testnet",
"coingecko": "",
"coingecko": "nolus",
"api": [
"https://rila-cl.nolus.network:1317"
],
Expand All @@ -20,7 +20,7 @@
"base": "unls",
"symbol": "NLS",
"exponent": 6,
"coingecko_id": "",
"coingecko_id": "nolus",
"logo": "/logos/nolus-small.svg"
}
]
Expand Down

0 comments on commit bbaff0d

Please sign in to comment.