@chain-registry/osmosis 1.67.32 → 1.67.34
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 +0 -88
- package/assets.js +52 -0
- package/esm/asset_list.js +0 -88
- package/esm/assets.js +52 -0
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -5211,50 +5211,6 @@ const asset_list = {
|
|
|
5211
5211
|
}
|
|
5212
5212
|
}]
|
|
5213
5213
|
},
|
|
5214
|
-
{
|
|
5215
|
-
description: 'The native token of Nois',
|
|
5216
|
-
denom_units: [{
|
|
5217
|
-
denom: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
|
|
5218
|
-
exponent: 0,
|
|
5219
|
-
aliases: ['unois']
|
|
5220
|
-
}, {
|
|
5221
|
-
denom: 'nois',
|
|
5222
|
-
exponent: 6
|
|
5223
|
-
}],
|
|
5224
|
-
base: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
|
|
5225
|
-
name: 'Nois',
|
|
5226
|
-
display: 'nois',
|
|
5227
|
-
symbol: 'NOIS',
|
|
5228
|
-
logo_URIs: {
|
|
5229
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
5230
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
|
|
5231
|
-
},
|
|
5232
|
-
keywords: [
|
|
5233
|
-
'nois',
|
|
5234
|
-
'randomness',
|
|
5235
|
-
'drand',
|
|
5236
|
-
'wasm'
|
|
5237
|
-
],
|
|
5238
|
-
images: [{
|
|
5239
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
5240
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg',
|
|
5241
|
-
theme: {
|
|
5242
|
-
primary_color_hex: '#0c0c14'
|
|
5243
|
-
}
|
|
5244
|
-
}],
|
|
5245
|
-
type_asset: 'sdk.coin',
|
|
5246
|
-
traces: [{
|
|
5247
|
-
type: 'ibc',
|
|
5248
|
-
counterparty: {
|
|
5249
|
-
channel_id: 'channel-37',
|
|
5250
|
-
base_denom: 'unois',
|
|
5251
|
-
chain_name: 'nois'
|
|
5252
|
-
},
|
|
5253
|
-
chain: {
|
|
5254
|
-
channel_id: 'channel-8277'
|
|
5255
|
-
}
|
|
5256
|
-
}]
|
|
5257
|
-
},
|
|
5258
5214
|
{
|
|
5259
5215
|
description: 'The native token of Nolus chain',
|
|
5260
5216
|
denom_units: [{
|
|
@@ -11018,50 +10974,6 @@ const asset_list = {
|
|
|
11018
10974
|
}
|
|
11019
10975
|
}]
|
|
11020
10976
|
},
|
|
11021
|
-
{
|
|
11022
|
-
description: 'The native token of Nois',
|
|
11023
|
-
denom_units: [{
|
|
11024
|
-
denom: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
|
|
11025
|
-
exponent: 0,
|
|
11026
|
-
aliases: ['unois']
|
|
11027
|
-
}, {
|
|
11028
|
-
denom: 'nois',
|
|
11029
|
-
exponent: 6
|
|
11030
|
-
}],
|
|
11031
|
-
base: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
|
|
11032
|
-
name: 'Nois',
|
|
11033
|
-
display: 'nois',
|
|
11034
|
-
symbol: 'NOIS',
|
|
11035
|
-
logo_URIs: {
|
|
11036
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
11037
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
|
|
11038
|
-
},
|
|
11039
|
-
keywords: [
|
|
11040
|
-
'nois',
|
|
11041
|
-
'randomness',
|
|
11042
|
-
'drand',
|
|
11043
|
-
'wasm'
|
|
11044
|
-
],
|
|
11045
|
-
images: [{
|
|
11046
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
11047
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg',
|
|
11048
|
-
theme: {
|
|
11049
|
-
primary_color_hex: '#0c0c14'
|
|
11050
|
-
}
|
|
11051
|
-
}],
|
|
11052
|
-
type_asset: 'sdk.coin',
|
|
11053
|
-
traces: [{
|
|
11054
|
-
type: 'ibc',
|
|
11055
|
-
counterparty: {
|
|
11056
|
-
channel_id: 'channel-37',
|
|
11057
|
-
base_denom: 'unois',
|
|
11058
|
-
chain_name: 'nois'
|
|
11059
|
-
},
|
|
11060
|
-
chain: {
|
|
11061
|
-
channel_id: 'channel-8277'
|
|
11062
|
-
}
|
|
11063
|
-
}]
|
|
11064
|
-
},
|
|
11065
10977
|
{
|
|
11066
10978
|
description: 'The native token of Nolus chain',
|
|
11067
10979
|
denom_units: [{
|
package/assets.js
CHANGED
|
@@ -20605,6 +20605,58 @@ const assets = {
|
|
|
20605
20605
|
}
|
|
20606
20606
|
}]
|
|
20607
20607
|
},
|
|
20608
|
+
{
|
|
20609
|
+
description: 'TON on Int3face',
|
|
20610
|
+
denom_units: [{
|
|
20611
|
+
denom: 'ibc/DDE1238DCBC338C0FD0700A72CBD64C017B7A646C4A46789ADFB5D47F1E52E38',
|
|
20612
|
+
exponent: 0,
|
|
20613
|
+
aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton']
|
|
20614
|
+
}, {
|
|
20615
|
+
denom: 'ton',
|
|
20616
|
+
exponent: 9
|
|
20617
|
+
}],
|
|
20618
|
+
type_asset: 'ics20',
|
|
20619
|
+
base: 'ibc/DDE1238DCBC338C0FD0700A72CBD64C017B7A646C4A46789ADFB5D47F1E52E38',
|
|
20620
|
+
name: 'TON (Int3)',
|
|
20621
|
+
display: 'ton',
|
|
20622
|
+
symbol: 'TON.int3',
|
|
20623
|
+
traces: [{
|
|
20624
|
+
type: 'bridge',
|
|
20625
|
+
counterparty: {
|
|
20626
|
+
chain_name: 'ton',
|
|
20627
|
+
base_denom: 'nanoton'
|
|
20628
|
+
},
|
|
20629
|
+
provider: 'Int3face'
|
|
20630
|
+
}, {
|
|
20631
|
+
type: 'ibc',
|
|
20632
|
+
counterparty: {
|
|
20633
|
+
chain_name: 'int3face',
|
|
20634
|
+
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton',
|
|
20635
|
+
channel_id: 'channel-0'
|
|
20636
|
+
},
|
|
20637
|
+
chain: {
|
|
20638
|
+
channel_id: 'channel-82819',
|
|
20639
|
+
path: 'transfer/channel-82819/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton'
|
|
20640
|
+
}
|
|
20641
|
+
}],
|
|
20642
|
+
logo_URIs: {
|
|
20643
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.svg',
|
|
20644
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.png'
|
|
20645
|
+
},
|
|
20646
|
+
images: [{
|
|
20647
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.svg',
|
|
20648
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.png'
|
|
20649
|
+
}, {
|
|
20650
|
+
image_sync: {
|
|
20651
|
+
chain_name: 'int3face',
|
|
20652
|
+
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton'
|
|
20653
|
+
},
|
|
20654
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3ton.png',
|
|
20655
|
+
theme: {
|
|
20656
|
+
primary_color_hex: '#3d3d3d'
|
|
20657
|
+
}
|
|
20658
|
+
}]
|
|
20659
|
+
},
|
|
20608
20660
|
{
|
|
20609
20661
|
description: 'Tether\'s USD stablecoin from Arbitrum on Axelar',
|
|
20610
20662
|
denom_units: [{
|
package/esm/asset_list.js
CHANGED
|
@@ -5209,50 +5209,6 @@ const asset_list = {
|
|
|
5209
5209
|
}
|
|
5210
5210
|
}]
|
|
5211
5211
|
},
|
|
5212
|
-
{
|
|
5213
|
-
description: 'The native token of Nois',
|
|
5214
|
-
denom_units: [{
|
|
5215
|
-
denom: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
|
|
5216
|
-
exponent: 0,
|
|
5217
|
-
aliases: ['unois']
|
|
5218
|
-
}, {
|
|
5219
|
-
denom: 'nois',
|
|
5220
|
-
exponent: 6
|
|
5221
|
-
}],
|
|
5222
|
-
base: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
|
|
5223
|
-
name: 'Nois',
|
|
5224
|
-
display: 'nois',
|
|
5225
|
-
symbol: 'NOIS',
|
|
5226
|
-
logo_URIs: {
|
|
5227
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
5228
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
|
|
5229
|
-
},
|
|
5230
|
-
keywords: [
|
|
5231
|
-
'nois',
|
|
5232
|
-
'randomness',
|
|
5233
|
-
'drand',
|
|
5234
|
-
'wasm'
|
|
5235
|
-
],
|
|
5236
|
-
images: [{
|
|
5237
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
5238
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg',
|
|
5239
|
-
theme: {
|
|
5240
|
-
primary_color_hex: '#0c0c14'
|
|
5241
|
-
}
|
|
5242
|
-
}],
|
|
5243
|
-
type_asset: 'sdk.coin',
|
|
5244
|
-
traces: [{
|
|
5245
|
-
type: 'ibc',
|
|
5246
|
-
counterparty: {
|
|
5247
|
-
channel_id: 'channel-37',
|
|
5248
|
-
base_denom: 'unois',
|
|
5249
|
-
chain_name: 'nois'
|
|
5250
|
-
},
|
|
5251
|
-
chain: {
|
|
5252
|
-
channel_id: 'channel-8277'
|
|
5253
|
-
}
|
|
5254
|
-
}]
|
|
5255
|
-
},
|
|
5256
5212
|
{
|
|
5257
5213
|
description: 'The native token of Nolus chain',
|
|
5258
5214
|
denom_units: [{
|
|
@@ -11016,50 +10972,6 @@ const asset_list = {
|
|
|
11016
10972
|
}
|
|
11017
10973
|
}]
|
|
11018
10974
|
},
|
|
11019
|
-
{
|
|
11020
|
-
description: 'The native token of Nois',
|
|
11021
|
-
denom_units: [{
|
|
11022
|
-
denom: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
|
|
11023
|
-
exponent: 0,
|
|
11024
|
-
aliases: ['unois']
|
|
11025
|
-
}, {
|
|
11026
|
-
denom: 'nois',
|
|
11027
|
-
exponent: 6
|
|
11028
|
-
}],
|
|
11029
|
-
base: 'ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90',
|
|
11030
|
-
name: 'Nois',
|
|
11031
|
-
display: 'nois',
|
|
11032
|
-
symbol: 'NOIS',
|
|
11033
|
-
logo_URIs: {
|
|
11034
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
11035
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
|
|
11036
|
-
},
|
|
11037
|
-
keywords: [
|
|
11038
|
-
'nois',
|
|
11039
|
-
'randomness',
|
|
11040
|
-
'drand',
|
|
11041
|
-
'wasm'
|
|
11042
|
-
],
|
|
11043
|
-
images: [{
|
|
11044
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
11045
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg',
|
|
11046
|
-
theme: {
|
|
11047
|
-
primary_color_hex: '#0c0c14'
|
|
11048
|
-
}
|
|
11049
|
-
}],
|
|
11050
|
-
type_asset: 'sdk.coin',
|
|
11051
|
-
traces: [{
|
|
11052
|
-
type: 'ibc',
|
|
11053
|
-
counterparty: {
|
|
11054
|
-
channel_id: 'channel-37',
|
|
11055
|
-
base_denom: 'unois',
|
|
11056
|
-
chain_name: 'nois'
|
|
11057
|
-
},
|
|
11058
|
-
chain: {
|
|
11059
|
-
channel_id: 'channel-8277'
|
|
11060
|
-
}
|
|
11061
|
-
}]
|
|
11062
|
-
},
|
|
11063
10975
|
{
|
|
11064
10976
|
description: 'The native token of Nolus chain',
|
|
11065
10977
|
denom_units: [{
|
package/esm/assets.js
CHANGED
|
@@ -20603,6 +20603,58 @@ const assets = {
|
|
|
20603
20603
|
}
|
|
20604
20604
|
}]
|
|
20605
20605
|
},
|
|
20606
|
+
{
|
|
20607
|
+
description: 'TON on Int3face',
|
|
20608
|
+
denom_units: [{
|
|
20609
|
+
denom: 'ibc/DDE1238DCBC338C0FD0700A72CBD64C017B7A646C4A46789ADFB5D47F1E52E38',
|
|
20610
|
+
exponent: 0,
|
|
20611
|
+
aliases: ['factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton']
|
|
20612
|
+
}, {
|
|
20613
|
+
denom: 'ton',
|
|
20614
|
+
exponent: 9
|
|
20615
|
+
}],
|
|
20616
|
+
type_asset: 'ics20',
|
|
20617
|
+
base: 'ibc/DDE1238DCBC338C0FD0700A72CBD64C017B7A646C4A46789ADFB5D47F1E52E38',
|
|
20618
|
+
name: 'TON (Int3)',
|
|
20619
|
+
display: 'ton',
|
|
20620
|
+
symbol: 'TON.int3',
|
|
20621
|
+
traces: [{
|
|
20622
|
+
type: 'bridge',
|
|
20623
|
+
counterparty: {
|
|
20624
|
+
chain_name: 'ton',
|
|
20625
|
+
base_denom: 'nanoton'
|
|
20626
|
+
},
|
|
20627
|
+
provider: 'Int3face'
|
|
20628
|
+
}, {
|
|
20629
|
+
type: 'ibc',
|
|
20630
|
+
counterparty: {
|
|
20631
|
+
chain_name: 'int3face',
|
|
20632
|
+
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton',
|
|
20633
|
+
channel_id: 'channel-0'
|
|
20634
|
+
},
|
|
20635
|
+
chain: {
|
|
20636
|
+
channel_id: 'channel-82819',
|
|
20637
|
+
path: 'transfer/channel-82819/factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton'
|
|
20638
|
+
}
|
|
20639
|
+
}],
|
|
20640
|
+
logo_URIs: {
|
|
20641
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.svg',
|
|
20642
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.png'
|
|
20643
|
+
},
|
|
20644
|
+
images: [{
|
|
20645
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.svg',
|
|
20646
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.png'
|
|
20647
|
+
}, {
|
|
20648
|
+
image_sync: {
|
|
20649
|
+
chain_name: 'int3face',
|
|
20650
|
+
base_denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton'
|
|
20651
|
+
},
|
|
20652
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3ton.png',
|
|
20653
|
+
theme: {
|
|
20654
|
+
primary_color_hex: '#3d3d3d'
|
|
20655
|
+
}
|
|
20656
|
+
}]
|
|
20657
|
+
},
|
|
20606
20658
|
{
|
|
20607
20659
|
description: 'Tether\'s USD stablecoin from Arbitrum on Axelar',
|
|
20608
20660
|
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.34",
|
|
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",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.34"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"interchain",
|
|
39
39
|
"osmosis"
|
|
40
40
|
],
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "b68c5848d1ac693e7f989e0d1645c89126f7bfd2"
|
|
42
42
|
}
|