@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/asset_list.js
CHANGED
|
@@ -2014,6 +2014,7 @@ const asset_list = {
|
|
|
2014
2014
|
base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
|
|
2015
2015
|
name: 'Dragon',
|
|
2016
2016
|
display: 'DGN',
|
|
2017
|
+
coingecko_id: 'dragon-coin-2',
|
|
2017
2018
|
symbol: 'DGN',
|
|
2018
2019
|
logo_URIs: {
|
|
2019
2020
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
@@ -7560,6 +7561,7 @@ const asset_list = {
|
|
|
7560
7561
|
base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
|
|
7561
7562
|
name: 'Dragon',
|
|
7562
7563
|
display: 'DGN',
|
|
7564
|
+
coingecko_id: 'dragon-coin-2',
|
|
7563
7565
|
symbol: 'DGN',
|
|
7564
7566
|
logo_URIs: {
|
|
7565
7567
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|