@chain-registry/osmosis 1.67.79 → 1.67.81
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 +44 -0
- package/esm/asset_list.js +2 -0
- package/esm/assets.js +44 -0
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -581,6 +581,7 @@ const asset_list = {
|
|
|
581
581
|
website: 'https://atom.one',
|
|
582
582
|
twitter: 'https://x.com/_atomone'
|
|
583
583
|
},
|
|
584
|
+
coingecko_id: 'atomone',
|
|
584
585
|
traces: [{
|
|
585
586
|
type: 'ibc',
|
|
586
587
|
counterparty: {
|
|
@@ -6661,6 +6662,7 @@ const asset_list = {
|
|
|
6661
6662
|
website: 'https://atom.one',
|
|
6662
6663
|
twitter: 'https://x.com/_atomone'
|
|
6663
6664
|
},
|
|
6665
|
+
coingecko_id: 'atomone',
|
|
6664
6666
|
traces: [{
|
|
6665
6667
|
type: 'ibc',
|
|
6666
6668
|
counterparty: {
|
package/assets.js
CHANGED
|
@@ -23530,6 +23530,50 @@ const assets = {
|
|
|
23530
23530
|
primary_color_hex: '#24241c'
|
|
23531
23531
|
}
|
|
23532
23532
|
}]
|
|
23533
|
+
},
|
|
23534
|
+
{
|
|
23535
|
+
description: 'The OG meme coin on MANTRA Chain',
|
|
23536
|
+
extended_description: 'ex-Wall Street banker turned crypto kingpin. Ali now rides with his OMies representing his biker gang, cruising towards RWA glory on his pink EV motorcycle.',
|
|
23537
|
+
denom_units: [{
|
|
23538
|
+
denom: 'ibc/512F2595204C4BCAC1C000A394CAB9529A4E519C97ED465B9230B563D2D4AFBA',
|
|
23539
|
+
exponent: 0,
|
|
23540
|
+
aliases: ['ubike']
|
|
23541
|
+
}, {
|
|
23542
|
+
denom: 'bike',
|
|
23543
|
+
exponent: 6
|
|
23544
|
+
}],
|
|
23545
|
+
type_asset: 'ics20',
|
|
23546
|
+
base: 'ibc/512F2595204C4BCAC1C000A394CAB9529A4E519C97ED465B9230B563D2D4AFBA',
|
|
23547
|
+
name: 'Ali-Rev-Gator',
|
|
23548
|
+
display: 'bike',
|
|
23549
|
+
symbol: 'BIKE',
|
|
23550
|
+
traces: [{
|
|
23551
|
+
type: 'ibc',
|
|
23552
|
+
counterparty: {
|
|
23553
|
+
chain_name: 'mantrachain',
|
|
23554
|
+
base_denom: 'factory/mantra1vtpg8z82gz9qe3adf7t9z0qwuvkpzmqu9ds4ej/BIKE',
|
|
23555
|
+
channel_id: 'channel-0'
|
|
23556
|
+
},
|
|
23557
|
+
chain: {
|
|
23558
|
+
channel_id: 'channel-85077',
|
|
23559
|
+
path: 'transfer/channel-85077/factory/mantra1vtpg8z82gz9qe3adf7t9z0qwuvkpzmqu9ds4ej/BIKE'
|
|
23560
|
+
}
|
|
23561
|
+
}],
|
|
23562
|
+
logo_URIs: {
|
|
23563
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/BIKE.png'
|
|
23564
|
+
},
|
|
23565
|
+
images: [{
|
|
23566
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/BIKE.png',
|
|
23567
|
+
theme: {
|
|
23568
|
+
dark_mode: false,
|
|
23569
|
+
circle: true,
|
|
23570
|
+
primary_color_hex: '#80c75d'
|
|
23571
|
+
}
|
|
23572
|
+
}],
|
|
23573
|
+
socials: {
|
|
23574
|
+
website: 'https://www.hodlthethrottle.bike/',
|
|
23575
|
+
twitter: 'https://x.com/BikeOnMANTRA'
|
|
23576
|
+
}
|
|
23533
23577
|
}
|
|
23534
23578
|
]
|
|
23535
23579
|
};
|
package/esm/asset_list.js
CHANGED
|
@@ -579,6 +579,7 @@ const asset_list = {
|
|
|
579
579
|
website: 'https://atom.one',
|
|
580
580
|
twitter: 'https://x.com/_atomone'
|
|
581
581
|
},
|
|
582
|
+
coingecko_id: 'atomone',
|
|
582
583
|
traces: [{
|
|
583
584
|
type: 'ibc',
|
|
584
585
|
counterparty: {
|
|
@@ -6659,6 +6660,7 @@ const asset_list = {
|
|
|
6659
6660
|
website: 'https://atom.one',
|
|
6660
6661
|
twitter: 'https://x.com/_atomone'
|
|
6661
6662
|
},
|
|
6663
|
+
coingecko_id: 'atomone',
|
|
6662
6664
|
traces: [{
|
|
6663
6665
|
type: 'ibc',
|
|
6664
6666
|
counterparty: {
|
package/esm/assets.js
CHANGED
|
@@ -23528,6 +23528,50 @@ const assets = {
|
|
|
23528
23528
|
primary_color_hex: '#24241c'
|
|
23529
23529
|
}
|
|
23530
23530
|
}]
|
|
23531
|
+
},
|
|
23532
|
+
{
|
|
23533
|
+
description: 'The OG meme coin on MANTRA Chain',
|
|
23534
|
+
extended_description: 'ex-Wall Street banker turned crypto kingpin. Ali now rides with his OMies representing his biker gang, cruising towards RWA glory on his pink EV motorcycle.',
|
|
23535
|
+
denom_units: [{
|
|
23536
|
+
denom: 'ibc/512F2595204C4BCAC1C000A394CAB9529A4E519C97ED465B9230B563D2D4AFBA',
|
|
23537
|
+
exponent: 0,
|
|
23538
|
+
aliases: ['ubike']
|
|
23539
|
+
}, {
|
|
23540
|
+
denom: 'bike',
|
|
23541
|
+
exponent: 6
|
|
23542
|
+
}],
|
|
23543
|
+
type_asset: 'ics20',
|
|
23544
|
+
base: 'ibc/512F2595204C4BCAC1C000A394CAB9529A4E519C97ED465B9230B563D2D4AFBA',
|
|
23545
|
+
name: 'Ali-Rev-Gator',
|
|
23546
|
+
display: 'bike',
|
|
23547
|
+
symbol: 'BIKE',
|
|
23548
|
+
traces: [{
|
|
23549
|
+
type: 'ibc',
|
|
23550
|
+
counterparty: {
|
|
23551
|
+
chain_name: 'mantrachain',
|
|
23552
|
+
base_denom: 'factory/mantra1vtpg8z82gz9qe3adf7t9z0qwuvkpzmqu9ds4ej/BIKE',
|
|
23553
|
+
channel_id: 'channel-0'
|
|
23554
|
+
},
|
|
23555
|
+
chain: {
|
|
23556
|
+
channel_id: 'channel-85077',
|
|
23557
|
+
path: 'transfer/channel-85077/factory/mantra1vtpg8z82gz9qe3adf7t9z0qwuvkpzmqu9ds4ej/BIKE'
|
|
23558
|
+
}
|
|
23559
|
+
}],
|
|
23560
|
+
logo_URIs: {
|
|
23561
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/BIKE.png'
|
|
23562
|
+
},
|
|
23563
|
+
images: [{
|
|
23564
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/BIKE.png',
|
|
23565
|
+
theme: {
|
|
23566
|
+
dark_mode: false,
|
|
23567
|
+
circle: true,
|
|
23568
|
+
primary_color_hex: '#80c75d'
|
|
23569
|
+
}
|
|
23570
|
+
}],
|
|
23571
|
+
socials: {
|
|
23572
|
+
website: 'https://www.hodlthethrottle.bike/',
|
|
23573
|
+
twitter: 'https://x.com/BikeOnMANTRA'
|
|
23574
|
+
}
|
|
23531
23575
|
}
|
|
23532
23576
|
]
|
|
23533
23577
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.81",
|
|
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.81"
|
|
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": "2b38bd5444ad80d98d639130cc48cfcc10ac7a2b"
|
|
42
42
|
}
|