@chain-registry/osmosis 1.62.68 → 1.62.69
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 +14 -10
- package/assets.js +48 -0
- package/esm/asset_list.js +14 -10
- package/esm/assets.js +48 -0
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -5259,7 +5259,8 @@ const asset_list = {
|
|
|
5259
5259
|
display: 'ORAI',
|
|
5260
5260
|
symbol: 'ORAI',
|
|
5261
5261
|
logo_URIs: {
|
|
5262
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
5262
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
5263
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
5263
5264
|
},
|
|
5264
5265
|
coingecko_id: 'oraichain-token',
|
|
5265
5266
|
socials: {
|
|
@@ -5269,17 +5270,18 @@ const asset_list = {
|
|
|
5269
5270
|
images: [
|
|
5270
5271
|
{
|
|
5271
5272
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
5273
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
5272
5274
|
theme: {
|
|
5273
5275
|
circle: true,
|
|
5274
|
-
|
|
5275
|
-
|
|
5276
|
+
primary_color_hex: '#000000',
|
|
5277
|
+
background_color_hex: '#FFFFFF'
|
|
5276
5278
|
}
|
|
5277
5279
|
},
|
|
5278
5280
|
{
|
|
5279
5281
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
5280
5282
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
5281
5283
|
theme: {
|
|
5282
|
-
circle:
|
|
5284
|
+
circle: false,
|
|
5283
5285
|
dark_mode: true,
|
|
5284
5286
|
primary_color_hex: '#FFFFFF'
|
|
5285
5287
|
}
|
|
@@ -5288,7 +5290,7 @@ const asset_list = {
|
|
|
5288
5290
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
5289
5291
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
5290
5292
|
theme: {
|
|
5291
|
-
circle:
|
|
5293
|
+
circle: false,
|
|
5292
5294
|
dark_mode: false,
|
|
5293
5295
|
primary_color_hex: '#000000'
|
|
5294
5296
|
}
|
|
@@ -10562,7 +10564,8 @@ const asset_list = {
|
|
|
10562
10564
|
display: 'ORAI',
|
|
10563
10565
|
symbol: 'ORAI',
|
|
10564
10566
|
logo_URIs: {
|
|
10565
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
10567
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
10568
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
10566
10569
|
},
|
|
10567
10570
|
coingecko_id: 'oraichain-token',
|
|
10568
10571
|
socials: {
|
|
@@ -10572,17 +10575,18 @@ const asset_list = {
|
|
|
10572
10575
|
images: [
|
|
10573
10576
|
{
|
|
10574
10577
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
10578
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
10575
10579
|
theme: {
|
|
10576
10580
|
circle: true,
|
|
10577
|
-
|
|
10578
|
-
|
|
10581
|
+
primary_color_hex: '#000000',
|
|
10582
|
+
background_color_hex: '#FFFFFF'
|
|
10579
10583
|
}
|
|
10580
10584
|
},
|
|
10581
10585
|
{
|
|
10582
10586
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
10583
10587
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
10584
10588
|
theme: {
|
|
10585
|
-
circle:
|
|
10589
|
+
circle: false,
|
|
10586
10590
|
dark_mode: true,
|
|
10587
10591
|
primary_color_hex: '#FFFFFF'
|
|
10588
10592
|
}
|
|
@@ -10591,7 +10595,7 @@ const asset_list = {
|
|
|
10591
10595
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
10592
10596
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
10593
10597
|
theme: {
|
|
10594
|
-
circle:
|
|
10598
|
+
circle: false,
|
|
10595
10599
|
dark_mode: false,
|
|
10596
10600
|
primary_color_hex: '#000000'
|
|
10597
10601
|
}
|
package/assets.js
CHANGED
|
@@ -19986,6 +19986,54 @@ const assets = {
|
|
|
19986
19986
|
name: 'Mars Looped USDC',
|
|
19987
19987
|
display: 'loopedUSDCmars',
|
|
19988
19988
|
symbol: 'loopedUSDCmars'
|
|
19989
|
+
},
|
|
19990
|
+
{
|
|
19991
|
+
denom_units: [{
|
|
19992
|
+
denom: 'factory/osmo1xu0gk9aggv79597xwazyfzaggv2pze9z7cq3p9p72tkkux9a7xaqufa792/BVT',
|
|
19993
|
+
exponent: 0
|
|
19994
|
+
}, {
|
|
19995
|
+
denom: 'BVT0',
|
|
19996
|
+
exponent: 18
|
|
19997
|
+
}],
|
|
19998
|
+
description: 'Banana Vault Token - Peelworks Factory II',
|
|
19999
|
+
type_asset: 'sdk.coin',
|
|
20000
|
+
base: 'factory/osmo1xu0gk9aggv79597xwazyfzaggv2pze9z7cq3p9p72tkkux9a7xaqufa792/BVT',
|
|
20001
|
+
name: 'Peelworks Factory',
|
|
20002
|
+
display: 'BVT0',
|
|
20003
|
+
symbol: 'BVT0',
|
|
20004
|
+
logo_URIs: {
|
|
20005
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BVT0.png'
|
|
20006
|
+
},
|
|
20007
|
+
images: [{
|
|
20008
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BVT0.png',
|
|
20009
|
+
theme: {
|
|
20010
|
+
primary_color_hex: '#203135'
|
|
20011
|
+
}
|
|
20012
|
+
}]
|
|
20013
|
+
},
|
|
20014
|
+
{
|
|
20015
|
+
description: 'Banana Vault Token - Banana Beach (🍹,🌴) II',
|
|
20016
|
+
denom_units: [{
|
|
20017
|
+
denom: 'factory/osmo16nxtnrnl7lctvnhhpcxqmmpv63n93zgg0ukaveyc0jl4dtad79cs53c3an/BVT',
|
|
20018
|
+
exponent: 0
|
|
20019
|
+
}, {
|
|
20020
|
+
denom: 'BVT1',
|
|
20021
|
+
exponent: 18
|
|
20022
|
+
}],
|
|
20023
|
+
type_asset: 'sdk.coin',
|
|
20024
|
+
base: 'factory/osmo16nxtnrnl7lctvnhhpcxqmmpv63n93zgg0ukaveyc0jl4dtad79cs53c3an/BVT',
|
|
20025
|
+
name: 'Banana Beach',
|
|
20026
|
+
display: 'BVT1',
|
|
20027
|
+
symbol: 'BVT1',
|
|
20028
|
+
logo_URIs: {
|
|
20029
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BVT1.png'
|
|
20030
|
+
},
|
|
20031
|
+
images: [{
|
|
20032
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BVT1.png',
|
|
20033
|
+
theme: {
|
|
20034
|
+
primary_color_hex: '#00bdc3'
|
|
20035
|
+
}
|
|
20036
|
+
}]
|
|
19989
20037
|
}
|
|
19990
20038
|
]
|
|
19991
20039
|
};
|
package/esm/asset_list.js
CHANGED
|
@@ -5257,7 +5257,8 @@ const asset_list = {
|
|
|
5257
5257
|
display: 'ORAI',
|
|
5258
5258
|
symbol: 'ORAI',
|
|
5259
5259
|
logo_URIs: {
|
|
5260
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
5260
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
5261
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
5261
5262
|
},
|
|
5262
5263
|
coingecko_id: 'oraichain-token',
|
|
5263
5264
|
socials: {
|
|
@@ -5267,17 +5268,18 @@ const asset_list = {
|
|
|
5267
5268
|
images: [
|
|
5268
5269
|
{
|
|
5269
5270
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
5271
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
5270
5272
|
theme: {
|
|
5271
5273
|
circle: true,
|
|
5272
|
-
|
|
5273
|
-
|
|
5274
|
+
primary_color_hex: '#000000',
|
|
5275
|
+
background_color_hex: '#FFFFFF'
|
|
5274
5276
|
}
|
|
5275
5277
|
},
|
|
5276
5278
|
{
|
|
5277
5279
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
5278
5280
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
5279
5281
|
theme: {
|
|
5280
|
-
circle:
|
|
5282
|
+
circle: false,
|
|
5281
5283
|
dark_mode: true,
|
|
5282
5284
|
primary_color_hex: '#FFFFFF'
|
|
5283
5285
|
}
|
|
@@ -5286,7 +5288,7 @@ const asset_list = {
|
|
|
5286
5288
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
5287
5289
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
5288
5290
|
theme: {
|
|
5289
|
-
circle:
|
|
5291
|
+
circle: false,
|
|
5290
5292
|
dark_mode: false,
|
|
5291
5293
|
primary_color_hex: '#000000'
|
|
5292
5294
|
}
|
|
@@ -10560,7 +10562,8 @@ const asset_list = {
|
|
|
10560
10562
|
display: 'ORAI',
|
|
10561
10563
|
symbol: 'ORAI',
|
|
10562
10564
|
logo_URIs: {
|
|
10563
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
10565
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
10566
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
10564
10567
|
},
|
|
10565
10568
|
coingecko_id: 'oraichain-token',
|
|
10566
10569
|
socials: {
|
|
@@ -10570,17 +10573,18 @@ const asset_list = {
|
|
|
10570
10573
|
images: [
|
|
10571
10574
|
{
|
|
10572
10575
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
10576
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
10573
10577
|
theme: {
|
|
10574
10578
|
circle: true,
|
|
10575
|
-
|
|
10576
|
-
|
|
10579
|
+
primary_color_hex: '#000000',
|
|
10580
|
+
background_color_hex: '#FFFFFF'
|
|
10577
10581
|
}
|
|
10578
10582
|
},
|
|
10579
10583
|
{
|
|
10580
10584
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
10581
10585
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
10582
10586
|
theme: {
|
|
10583
|
-
circle:
|
|
10587
|
+
circle: false,
|
|
10584
10588
|
dark_mode: true,
|
|
10585
10589
|
primary_color_hex: '#FFFFFF'
|
|
10586
10590
|
}
|
|
@@ -10589,7 +10593,7 @@ const asset_list = {
|
|
|
10589
10593
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
10590
10594
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
10591
10595
|
theme: {
|
|
10592
|
-
circle:
|
|
10596
|
+
circle: false,
|
|
10593
10597
|
dark_mode: false,
|
|
10594
10598
|
primary_color_hex: '#000000'
|
|
10595
10599
|
}
|
package/esm/assets.js
CHANGED
|
@@ -19984,6 +19984,54 @@ const assets = {
|
|
|
19984
19984
|
name: 'Mars Looped USDC',
|
|
19985
19985
|
display: 'loopedUSDCmars',
|
|
19986
19986
|
symbol: 'loopedUSDCmars'
|
|
19987
|
+
},
|
|
19988
|
+
{
|
|
19989
|
+
denom_units: [{
|
|
19990
|
+
denom: 'factory/osmo1xu0gk9aggv79597xwazyfzaggv2pze9z7cq3p9p72tkkux9a7xaqufa792/BVT',
|
|
19991
|
+
exponent: 0
|
|
19992
|
+
}, {
|
|
19993
|
+
denom: 'BVT0',
|
|
19994
|
+
exponent: 18
|
|
19995
|
+
}],
|
|
19996
|
+
description: 'Banana Vault Token - Peelworks Factory II',
|
|
19997
|
+
type_asset: 'sdk.coin',
|
|
19998
|
+
base: 'factory/osmo1xu0gk9aggv79597xwazyfzaggv2pze9z7cq3p9p72tkkux9a7xaqufa792/BVT',
|
|
19999
|
+
name: 'Peelworks Factory',
|
|
20000
|
+
display: 'BVT0',
|
|
20001
|
+
symbol: 'BVT0',
|
|
20002
|
+
logo_URIs: {
|
|
20003
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BVT0.png'
|
|
20004
|
+
},
|
|
20005
|
+
images: [{
|
|
20006
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BVT0.png',
|
|
20007
|
+
theme: {
|
|
20008
|
+
primary_color_hex: '#203135'
|
|
20009
|
+
}
|
|
20010
|
+
}]
|
|
20011
|
+
},
|
|
20012
|
+
{
|
|
20013
|
+
description: 'Banana Vault Token - Banana Beach (🍹,🌴) II',
|
|
20014
|
+
denom_units: [{
|
|
20015
|
+
denom: 'factory/osmo16nxtnrnl7lctvnhhpcxqmmpv63n93zgg0ukaveyc0jl4dtad79cs53c3an/BVT',
|
|
20016
|
+
exponent: 0
|
|
20017
|
+
}, {
|
|
20018
|
+
denom: 'BVT1',
|
|
20019
|
+
exponent: 18
|
|
20020
|
+
}],
|
|
20021
|
+
type_asset: 'sdk.coin',
|
|
20022
|
+
base: 'factory/osmo16nxtnrnl7lctvnhhpcxqmmpv63n93zgg0ukaveyc0jl4dtad79cs53c3an/BVT',
|
|
20023
|
+
name: 'Banana Beach',
|
|
20024
|
+
display: 'BVT1',
|
|
20025
|
+
symbol: 'BVT1',
|
|
20026
|
+
logo_URIs: {
|
|
20027
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BVT1.png'
|
|
20028
|
+
},
|
|
20029
|
+
images: [{
|
|
20030
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BVT1.png',
|
|
20031
|
+
theme: {
|
|
20032
|
+
primary_color_hex: '#00bdc3'
|
|
20033
|
+
}
|
|
20034
|
+
}]
|
|
19987
20035
|
}
|
|
19988
20036
|
]
|
|
19989
20037
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.62.
|
|
3
|
+
"version": "1.62.69",
|
|
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.45.
|
|
33
|
+
"@chain-registry/types": "^0.45.69"
|
|
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": "51f9534e4b57913162bafb57d7f1f3203210d5ac"
|
|
43
43
|
}
|