@chain-registry/osmosis 1.67.279 → 1.67.281
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 +74 -0
- package/esm/asset_list.js +74 -0
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -5340,6 +5340,43 @@ const asset_list = {
|
|
|
5340
5340
|
}
|
|
5341
5341
|
}]
|
|
5342
5342
|
},
|
|
5343
|
+
{
|
|
5344
|
+
description: 'The native token of Mirage. A social platform for true discourse. Decentralized. Unstoppable.',
|
|
5345
|
+
denom_units: [{
|
|
5346
|
+
denom: 'ibc/FD0C5BF3009F3300961E52E4E0160D6901B1B3E7D0475766C5D960A9D3999B32',
|
|
5347
|
+
exponent: 0,
|
|
5348
|
+
aliases: ['umirage']
|
|
5349
|
+
}, {
|
|
5350
|
+
denom: 'mirage',
|
|
5351
|
+
exponent: 6
|
|
5352
|
+
}],
|
|
5353
|
+
base: 'ibc/FD0C5BF3009F3300961E52E4E0160D6901B1B3E7D0475766C5D960A9D3999B32',
|
|
5354
|
+
name: 'Mirage',
|
|
5355
|
+
display: 'mirage',
|
|
5356
|
+
symbol: 'MIRAGE',
|
|
5357
|
+
logo_URIs: {
|
|
5358
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mirage/images/mirage.png'
|
|
5359
|
+
},
|
|
5360
|
+
images: [{
|
|
5361
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mirage/images/mirage.png'
|
|
5362
|
+
}],
|
|
5363
|
+
socials: {
|
|
5364
|
+
website: 'https://mirage.foundation',
|
|
5365
|
+
x: 'https://x.com/getmirage'
|
|
5366
|
+
},
|
|
5367
|
+
type_asset: 'sdk.coin',
|
|
5368
|
+
traces: [{
|
|
5369
|
+
type: 'ibc',
|
|
5370
|
+
counterparty: {
|
|
5371
|
+
channel_id: 'channel-0',
|
|
5372
|
+
base_denom: 'umirage',
|
|
5373
|
+
chain_name: 'mirage'
|
|
5374
|
+
},
|
|
5375
|
+
chain: {
|
|
5376
|
+
channel_id: 'channel-108600'
|
|
5377
|
+
}
|
|
5378
|
+
}]
|
|
5379
|
+
},
|
|
5343
5380
|
{
|
|
5344
5381
|
description: 'MTGBP the stablecoin of the future.',
|
|
5345
5382
|
denom_units: [{
|
|
@@ -11669,6 +11706,43 @@ const asset_list = {
|
|
|
11669
11706
|
}
|
|
11670
11707
|
}]
|
|
11671
11708
|
},
|
|
11709
|
+
{
|
|
11710
|
+
description: 'The native token of Mirage. A social platform for true discourse. Decentralized. Unstoppable.',
|
|
11711
|
+
denom_units: [{
|
|
11712
|
+
denom: 'ibc/FD0C5BF3009F3300961E52E4E0160D6901B1B3E7D0475766C5D960A9D3999B32',
|
|
11713
|
+
exponent: 0,
|
|
11714
|
+
aliases: ['umirage']
|
|
11715
|
+
}, {
|
|
11716
|
+
denom: 'mirage',
|
|
11717
|
+
exponent: 6
|
|
11718
|
+
}],
|
|
11719
|
+
base: 'ibc/FD0C5BF3009F3300961E52E4E0160D6901B1B3E7D0475766C5D960A9D3999B32',
|
|
11720
|
+
name: 'Mirage',
|
|
11721
|
+
display: 'mirage',
|
|
11722
|
+
symbol: 'MIRAGE',
|
|
11723
|
+
logo_URIs: {
|
|
11724
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mirage/images/mirage.png'
|
|
11725
|
+
},
|
|
11726
|
+
images: [{
|
|
11727
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mirage/images/mirage.png'
|
|
11728
|
+
}],
|
|
11729
|
+
socials: {
|
|
11730
|
+
website: 'https://mirage.foundation',
|
|
11731
|
+
x: 'https://x.com/getmirage'
|
|
11732
|
+
},
|
|
11733
|
+
type_asset: 'sdk.coin',
|
|
11734
|
+
traces: [{
|
|
11735
|
+
type: 'ibc',
|
|
11736
|
+
counterparty: {
|
|
11737
|
+
channel_id: 'channel-0',
|
|
11738
|
+
base_denom: 'umirage',
|
|
11739
|
+
chain_name: 'mirage'
|
|
11740
|
+
},
|
|
11741
|
+
chain: {
|
|
11742
|
+
channel_id: 'channel-108600'
|
|
11743
|
+
}
|
|
11744
|
+
}]
|
|
11745
|
+
},
|
|
11672
11746
|
{
|
|
11673
11747
|
description: 'MTGBP the stablecoin of the future.',
|
|
11674
11748
|
denom_units: [{
|
package/esm/asset_list.js
CHANGED
|
@@ -5338,6 +5338,43 @@ const asset_list = {
|
|
|
5338
5338
|
}
|
|
5339
5339
|
}]
|
|
5340
5340
|
},
|
|
5341
|
+
{
|
|
5342
|
+
description: 'The native token of Mirage. A social platform for true discourse. Decentralized. Unstoppable.',
|
|
5343
|
+
denom_units: [{
|
|
5344
|
+
denom: 'ibc/FD0C5BF3009F3300961E52E4E0160D6901B1B3E7D0475766C5D960A9D3999B32',
|
|
5345
|
+
exponent: 0,
|
|
5346
|
+
aliases: ['umirage']
|
|
5347
|
+
}, {
|
|
5348
|
+
denom: 'mirage',
|
|
5349
|
+
exponent: 6
|
|
5350
|
+
}],
|
|
5351
|
+
base: 'ibc/FD0C5BF3009F3300961E52E4E0160D6901B1B3E7D0475766C5D960A9D3999B32',
|
|
5352
|
+
name: 'Mirage',
|
|
5353
|
+
display: 'mirage',
|
|
5354
|
+
symbol: 'MIRAGE',
|
|
5355
|
+
logo_URIs: {
|
|
5356
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mirage/images/mirage.png'
|
|
5357
|
+
},
|
|
5358
|
+
images: [{
|
|
5359
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mirage/images/mirage.png'
|
|
5360
|
+
}],
|
|
5361
|
+
socials: {
|
|
5362
|
+
website: 'https://mirage.foundation',
|
|
5363
|
+
x: 'https://x.com/getmirage'
|
|
5364
|
+
},
|
|
5365
|
+
type_asset: 'sdk.coin',
|
|
5366
|
+
traces: [{
|
|
5367
|
+
type: 'ibc',
|
|
5368
|
+
counterparty: {
|
|
5369
|
+
channel_id: 'channel-0',
|
|
5370
|
+
base_denom: 'umirage',
|
|
5371
|
+
chain_name: 'mirage'
|
|
5372
|
+
},
|
|
5373
|
+
chain: {
|
|
5374
|
+
channel_id: 'channel-108600'
|
|
5375
|
+
}
|
|
5376
|
+
}]
|
|
5377
|
+
},
|
|
5341
5378
|
{
|
|
5342
5379
|
description: 'MTGBP the stablecoin of the future.',
|
|
5343
5380
|
denom_units: [{
|
|
@@ -11667,6 +11704,43 @@ const asset_list = {
|
|
|
11667
11704
|
}
|
|
11668
11705
|
}]
|
|
11669
11706
|
},
|
|
11707
|
+
{
|
|
11708
|
+
description: 'The native token of Mirage. A social platform for true discourse. Decentralized. Unstoppable.',
|
|
11709
|
+
denom_units: [{
|
|
11710
|
+
denom: 'ibc/FD0C5BF3009F3300961E52E4E0160D6901B1B3E7D0475766C5D960A9D3999B32',
|
|
11711
|
+
exponent: 0,
|
|
11712
|
+
aliases: ['umirage']
|
|
11713
|
+
}, {
|
|
11714
|
+
denom: 'mirage',
|
|
11715
|
+
exponent: 6
|
|
11716
|
+
}],
|
|
11717
|
+
base: 'ibc/FD0C5BF3009F3300961E52E4E0160D6901B1B3E7D0475766C5D960A9D3999B32',
|
|
11718
|
+
name: 'Mirage',
|
|
11719
|
+
display: 'mirage',
|
|
11720
|
+
symbol: 'MIRAGE',
|
|
11721
|
+
logo_URIs: {
|
|
11722
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mirage/images/mirage.png'
|
|
11723
|
+
},
|
|
11724
|
+
images: [{
|
|
11725
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mirage/images/mirage.png'
|
|
11726
|
+
}],
|
|
11727
|
+
socials: {
|
|
11728
|
+
website: 'https://mirage.foundation',
|
|
11729
|
+
x: 'https://x.com/getmirage'
|
|
11730
|
+
},
|
|
11731
|
+
type_asset: 'sdk.coin',
|
|
11732
|
+
traces: [{
|
|
11733
|
+
type: 'ibc',
|
|
11734
|
+
counterparty: {
|
|
11735
|
+
channel_id: 'channel-0',
|
|
11736
|
+
base_denom: 'umirage',
|
|
11737
|
+
chain_name: 'mirage'
|
|
11738
|
+
},
|
|
11739
|
+
chain: {
|
|
11740
|
+
channel_id: 'channel-108600'
|
|
11741
|
+
}
|
|
11742
|
+
}]
|
|
11743
|
+
},
|
|
11670
11744
|
{
|
|
11671
11745
|
description: 'MTGBP the stablecoin of the future.',
|
|
11672
11746
|
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.281",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/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.281"
|
|
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": "12111dbded05e62c99c7adf9d5f1b6e0014783cd"
|
|
42
42
|
}
|