@chain-registry/osmosis 1.67.21 → 1.67.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/asset_list.js +2 -0
- package/assets.js +442 -190
- package/esm/asset_list.js +2 -0
- package/esm/assets.js +442 -190
- package/package.json +3 -3
package/esm/asset_list.js
CHANGED
|
@@ -2012,6 +2012,7 @@ const asset_list = {
|
|
|
2012
2012
|
base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
|
|
2013
2013
|
name: 'Dragon',
|
|
2014
2014
|
display: 'DGN',
|
|
2015
|
+
coingecko_id: 'dragon-coin-2',
|
|
2015
2016
|
symbol: 'DGN',
|
|
2016
2017
|
logo_URIs: {
|
|
2017
2018
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
@@ -7558,6 +7559,7 @@ const asset_list = {
|
|
|
7558
7559
|
base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
|
|
7559
7560
|
name: 'Dragon',
|
|
7560
7561
|
display: 'DGN',
|
|
7562
|
+
coingecko_id: 'dragon-coin-2',
|
|
7561
7563
|
symbol: 'DGN',
|
|
7562
7564
|
logo_URIs: {
|
|
7563
7565
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|