Skip to content

Commit

Permalink
feat: add coingeckoId to st assets
Browse files Browse the repository at this point in the history
  • Loading branch information
afsardo committed Mar 18, 2024
1 parent 2d117e7 commit 99e4b69
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions tokenLists/neutron.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"icon": "/img/stAtom.svg",
"originDenom": "stuatom",
"originChainId": "stride-1",
"decimals": 6
"decimals": 6,
"coingeckoId": "stride-staked-atom"
},
{
"protocol": "USDT",
Expand Down Expand Up @@ -435,7 +436,8 @@
"icon": "/img/stDYDX.png",
"decimals": 18,
"originDenom": "stadydx",
"originChainId": "stride-1"
"originChainId": "stride-1",
"coingeckoId": "stride-staked-dydx"
},
{
"protocol": "AUTISM",
Expand All @@ -453,7 +455,8 @@
"icon": "/img/sttia.svg",
"decimals": 6,
"originDenom": "stutia",
"originChainId": "stride-1"
"originChainId": "stride-1",
"coingeckoId": "stride-staked-tia"
},
{
"protocol": "Chihuahuawifhat",
Expand All @@ -475,7 +478,8 @@
"symbol": "DYM",
"token": "ibc/4A6A46D4263F2ED3DCE9CF866FE15E6903FB5E12D87EB8BDC1B6B1A1E2D397B4",
"icon": "/img/dym.svg",
"decimals": 18
"decimals": 18,
"coingeckoId": "dymension"
},
{
"protocol": "Chihuahuawifhat",
Expand Down Expand Up @@ -563,6 +567,7 @@
"icon": "/img/stdym.svg",
"decimals": 18,
"originDenom": "stadym",
"originChainId": "stride-1"
"originChainId": "stride-1",
"coingeckoId": "stride-staked-dym"
}
]

0 comments on commit 99e4b69

Please sign in to comment.