@chain-registry/osmosis 1.67.7 → 1.67.9
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 +72 -0
- package/esm/asset_list.js +72 -0
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -2160,6 +2160,42 @@ const asset_list = {
|
|
|
2160
2160
|
}
|
|
2161
2161
|
}]
|
|
2162
2162
|
},
|
|
2163
|
+
{
|
|
2164
|
+
description: 'Dungeon native token',
|
|
2165
|
+
denom_units: [{
|
|
2166
|
+
denom: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
|
|
2167
|
+
exponent: 0,
|
|
2168
|
+
aliases: ['udgn']
|
|
2169
|
+
}, {
|
|
2170
|
+
denom: 'DGN',
|
|
2171
|
+
exponent: 6
|
|
2172
|
+
}],
|
|
2173
|
+
base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
|
|
2174
|
+
name: 'Dungeon Coin',
|
|
2175
|
+
display: 'DGN',
|
|
2176
|
+
symbol: 'DGN',
|
|
2177
|
+
logo_URIs: {
|
|
2178
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
2179
|
+
},
|
|
2180
|
+
images: [{
|
|
2181
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
2182
|
+
theme: {
|
|
2183
|
+
circle: true
|
|
2184
|
+
}
|
|
2185
|
+
}],
|
|
2186
|
+
type_asset: 'sdk.coin',
|
|
2187
|
+
traces: [{
|
|
2188
|
+
type: 'ibc',
|
|
2189
|
+
counterparty: {
|
|
2190
|
+
channel_id: 'channel-2',
|
|
2191
|
+
base_denom: 'udgn',
|
|
2192
|
+
chain_name: 'dungeon'
|
|
2193
|
+
},
|
|
2194
|
+
chain: {
|
|
2195
|
+
channel_id: 'channel-85791'
|
|
2196
|
+
}
|
|
2197
|
+
}]
|
|
2198
|
+
},
|
|
2163
2199
|
{
|
|
2164
2200
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
2165
2201
|
denom_units: [{
|
|
@@ -7827,6 +7863,42 @@ const asset_list = {
|
|
|
7827
7863
|
}
|
|
7828
7864
|
}]
|
|
7829
7865
|
},
|
|
7866
|
+
{
|
|
7867
|
+
description: 'Dungeon native token',
|
|
7868
|
+
denom_units: [{
|
|
7869
|
+
denom: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
|
|
7870
|
+
exponent: 0,
|
|
7871
|
+
aliases: ['udgn']
|
|
7872
|
+
}, {
|
|
7873
|
+
denom: 'DGN',
|
|
7874
|
+
exponent: 6
|
|
7875
|
+
}],
|
|
7876
|
+
base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
|
|
7877
|
+
name: 'Dungeon Coin',
|
|
7878
|
+
display: 'DGN',
|
|
7879
|
+
symbol: 'DGN',
|
|
7880
|
+
logo_URIs: {
|
|
7881
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
7882
|
+
},
|
|
7883
|
+
images: [{
|
|
7884
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
7885
|
+
theme: {
|
|
7886
|
+
circle: true
|
|
7887
|
+
}
|
|
7888
|
+
}],
|
|
7889
|
+
type_asset: 'sdk.coin',
|
|
7890
|
+
traces: [{
|
|
7891
|
+
type: 'ibc',
|
|
7892
|
+
counterparty: {
|
|
7893
|
+
channel_id: 'channel-2',
|
|
7894
|
+
base_denom: 'udgn',
|
|
7895
|
+
chain_name: 'dungeon'
|
|
7896
|
+
},
|
|
7897
|
+
chain: {
|
|
7898
|
+
channel_id: 'channel-85791'
|
|
7899
|
+
}
|
|
7900
|
+
}]
|
|
7901
|
+
},
|
|
7830
7902
|
{
|
|
7831
7903
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
7832
7904
|
denom_units: [{
|
package/esm/asset_list.js
CHANGED
|
@@ -2158,6 +2158,42 @@ const asset_list = {
|
|
|
2158
2158
|
}
|
|
2159
2159
|
}]
|
|
2160
2160
|
},
|
|
2161
|
+
{
|
|
2162
|
+
description: 'Dungeon native token',
|
|
2163
|
+
denom_units: [{
|
|
2164
|
+
denom: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
|
|
2165
|
+
exponent: 0,
|
|
2166
|
+
aliases: ['udgn']
|
|
2167
|
+
}, {
|
|
2168
|
+
denom: 'DGN',
|
|
2169
|
+
exponent: 6
|
|
2170
|
+
}],
|
|
2171
|
+
base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
|
|
2172
|
+
name: 'Dungeon Coin',
|
|
2173
|
+
display: 'DGN',
|
|
2174
|
+
symbol: 'DGN',
|
|
2175
|
+
logo_URIs: {
|
|
2176
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
2177
|
+
},
|
|
2178
|
+
images: [{
|
|
2179
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
2180
|
+
theme: {
|
|
2181
|
+
circle: true
|
|
2182
|
+
}
|
|
2183
|
+
}],
|
|
2184
|
+
type_asset: 'sdk.coin',
|
|
2185
|
+
traces: [{
|
|
2186
|
+
type: 'ibc',
|
|
2187
|
+
counterparty: {
|
|
2188
|
+
channel_id: 'channel-2',
|
|
2189
|
+
base_denom: 'udgn',
|
|
2190
|
+
chain_name: 'dungeon'
|
|
2191
|
+
},
|
|
2192
|
+
chain: {
|
|
2193
|
+
channel_id: 'channel-85791'
|
|
2194
|
+
}
|
|
2195
|
+
}]
|
|
2196
|
+
},
|
|
2161
2197
|
{
|
|
2162
2198
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
2163
2199
|
denom_units: [{
|
|
@@ -7825,6 +7861,42 @@ const asset_list = {
|
|
|
7825
7861
|
}
|
|
7826
7862
|
}]
|
|
7827
7863
|
},
|
|
7864
|
+
{
|
|
7865
|
+
description: 'Dungeon native token',
|
|
7866
|
+
denom_units: [{
|
|
7867
|
+
denom: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
|
|
7868
|
+
exponent: 0,
|
|
7869
|
+
aliases: ['udgn']
|
|
7870
|
+
}, {
|
|
7871
|
+
denom: 'DGN',
|
|
7872
|
+
exponent: 6
|
|
7873
|
+
}],
|
|
7874
|
+
base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
|
|
7875
|
+
name: 'Dungeon Coin',
|
|
7876
|
+
display: 'DGN',
|
|
7877
|
+
symbol: 'DGN',
|
|
7878
|
+
logo_URIs: {
|
|
7879
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
7880
|
+
},
|
|
7881
|
+
images: [{
|
|
7882
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
7883
|
+
theme: {
|
|
7884
|
+
circle: true
|
|
7885
|
+
}
|
|
7886
|
+
}],
|
|
7887
|
+
type_asset: 'sdk.coin',
|
|
7888
|
+
traces: [{
|
|
7889
|
+
type: 'ibc',
|
|
7890
|
+
counterparty: {
|
|
7891
|
+
channel_id: 'channel-2',
|
|
7892
|
+
base_denom: 'udgn',
|
|
7893
|
+
chain_name: 'dungeon'
|
|
7894
|
+
},
|
|
7895
|
+
chain: {
|
|
7896
|
+
channel_id: 'channel-85791'
|
|
7897
|
+
}
|
|
7898
|
+
}]
|
|
7899
|
+
},
|
|
7828
7900
|
{
|
|
7829
7901
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
7830
7902
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.9",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"test:watch": "jest --watch"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@chain-registry/types": "^0.50.
|
|
33
|
+
"@chain-registry/types": "^0.50.9"
|
|
34
34
|
},
|
|
35
35
|
"keywords": [
|
|
36
36
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"osmosis"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "2a511bf77a2b27543600fbc69529e5ac77dd2855"
|
|
43
43
|
}
|