@chain-registry/osmosis 1.45.5 → 1.45.6
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/assets.js +23 -0
- package/esm/asset_list.js +72 -0
- package/esm/assets.js +23 -0
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -1933,6 +1933,42 @@ const asset_list = {
|
|
|
1933
1933
|
}
|
|
1934
1934
|
}]
|
|
1935
1935
|
},
|
|
1936
|
+
{
|
|
1937
|
+
description: 'The native token of Nim Network.',
|
|
1938
|
+
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
1939
|
+
denom_units: [{
|
|
1940
|
+
denom: 'ibc/4AAC4F12E50C3078782F7321B91F94D83AA5983235ABC800BC3B551026003E2E',
|
|
1941
|
+
exponent: 0,
|
|
1942
|
+
aliases: ['anim']
|
|
1943
|
+
}, {
|
|
1944
|
+
denom: 'nim',
|
|
1945
|
+
exponent: 18
|
|
1946
|
+
}],
|
|
1947
|
+
base: 'ibc/4AAC4F12E50C3078782F7321B91F94D83AA5983235ABC800BC3B551026003E2E',
|
|
1948
|
+
name: 'NIM Network',
|
|
1949
|
+
display: 'nim',
|
|
1950
|
+
symbol: 'NIM',
|
|
1951
|
+
images: [{
|
|
1952
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
1953
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
1954
|
+
}],
|
|
1955
|
+
socials: {
|
|
1956
|
+
website: 'https://nim.network/',
|
|
1957
|
+
twitter: 'https://twitter.com/nim_network'
|
|
1958
|
+
},
|
|
1959
|
+
keywords: ['gaming', 'AI'],
|
|
1960
|
+
traces: [{
|
|
1961
|
+
type: 'ibc',
|
|
1962
|
+
counterparty: {
|
|
1963
|
+
channel_id: 'channel-2',
|
|
1964
|
+
base_denom: 'anim',
|
|
1965
|
+
chain_name: 'dymension'
|
|
1966
|
+
},
|
|
1967
|
+
chain: {
|
|
1968
|
+
channel_id: 'channel-19774'
|
|
1969
|
+
}
|
|
1970
|
+
}]
|
|
1971
|
+
},
|
|
1936
1972
|
{
|
|
1937
1973
|
description: 'The native staking and governance token of the Dyson Protocol',
|
|
1938
1974
|
denom_units: [{
|
|
@@ -6372,6 +6408,42 @@ const asset_list = {
|
|
|
6372
6408
|
}
|
|
6373
6409
|
}]
|
|
6374
6410
|
},
|
|
6411
|
+
{
|
|
6412
|
+
description: 'The native token of Nim Network.',
|
|
6413
|
+
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
6414
|
+
denom_units: [{
|
|
6415
|
+
denom: 'ibc/4AAC4F12E50C3078782F7321B91F94D83AA5983235ABC800BC3B551026003E2E',
|
|
6416
|
+
exponent: 0,
|
|
6417
|
+
aliases: ['anim']
|
|
6418
|
+
}, {
|
|
6419
|
+
denom: 'nim',
|
|
6420
|
+
exponent: 18
|
|
6421
|
+
}],
|
|
6422
|
+
base: 'ibc/4AAC4F12E50C3078782F7321B91F94D83AA5983235ABC800BC3B551026003E2E',
|
|
6423
|
+
name: 'NIM Network',
|
|
6424
|
+
display: 'nim',
|
|
6425
|
+
symbol: 'NIM',
|
|
6426
|
+
images: [{
|
|
6427
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
6428
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
6429
|
+
}],
|
|
6430
|
+
socials: {
|
|
6431
|
+
website: 'https://nim.network/',
|
|
6432
|
+
twitter: 'https://twitter.com/nim_network'
|
|
6433
|
+
},
|
|
6434
|
+
keywords: ['gaming', 'AI'],
|
|
6435
|
+
traces: [{
|
|
6436
|
+
type: 'ibc',
|
|
6437
|
+
counterparty: {
|
|
6438
|
+
channel_id: 'channel-2',
|
|
6439
|
+
base_denom: 'anim',
|
|
6440
|
+
chain_name: 'dymension'
|
|
6441
|
+
},
|
|
6442
|
+
chain: {
|
|
6443
|
+
channel_id: 'channel-19774'
|
|
6444
|
+
}
|
|
6445
|
+
}]
|
|
6446
|
+
},
|
|
6375
6447
|
{
|
|
6376
6448
|
description: 'The native staking and governance token of the Dyson Protocol',
|
|
6377
6449
|
denom_units: [{
|
package/assets.js
CHANGED
|
@@ -13216,6 +13216,29 @@ const assets = {
|
|
|
13216
13216
|
images: [{
|
|
13217
13217
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bernese.png'
|
|
13218
13218
|
}]
|
|
13219
|
+
},
|
|
13220
|
+
{
|
|
13221
|
+
description: 'wLibra',
|
|
13222
|
+
extended_description: 'wLibra is a wrapped version of Libra Coin from https://librabridge.com. Libra Coin is a fork from Facebook\'s Diem (Libra) blockchain that was announced in 2019. Libra Coin operates on its own high-performance Layer 1 blockchain, known as the 0L Network. In October 2021, Libra Coin began mining.\n\n Like Bitcoin, there were no pre-mined coins or dedicated token allocation to any parties; all coins were minted through a mining process. Unlike Bitcoin, which undergoes continuous issuance, Libra Coin has a fixed supply. By December 2023, all the Libra Coin had been issued, establishing a capped supply and making the coin permanently deflationary.\n\n Fiercely independent, the project has a long-term view because it is unburdened by venture capital funding, labs entities, a foundation, and the influence of other blockchain ecosystems. Carpe diem.',
|
|
13223
|
+
denom_units: [{
|
|
13224
|
+
denom: 'factory/osmo19hdqma2mj0vnmgcxag6ytswjnr8a3y07q7e70p/wLIBRA',
|
|
13225
|
+
exponent: 0
|
|
13226
|
+
}, {
|
|
13227
|
+
denom: 'wLIBRA',
|
|
13228
|
+
exponent: 6
|
|
13229
|
+
}],
|
|
13230
|
+
type_asset: 'sdk.coin',
|
|
13231
|
+
address: 'osmo19hdqma2mj0vnmgcxag6ytswjnr8a3y07q7e70p',
|
|
13232
|
+
base: 'factory/osmo19hdqma2mj0vnmgcxag6ytswjnr8a3y07q7e70p/wLIBRA',
|
|
13233
|
+
name: 'wLIBRA',
|
|
13234
|
+
display: 'wLIBRA',
|
|
13235
|
+
symbol: 'wLIBRA',
|
|
13236
|
+
logo_URIs: {
|
|
13237
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/libra.png'
|
|
13238
|
+
},
|
|
13239
|
+
images: [{
|
|
13240
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/libra.png'
|
|
13241
|
+
}]
|
|
13219
13242
|
}
|
|
13220
13243
|
]
|
|
13221
13244
|
};
|
package/esm/asset_list.js
CHANGED
|
@@ -1931,6 +1931,42 @@ const asset_list = {
|
|
|
1931
1931
|
}
|
|
1932
1932
|
}]
|
|
1933
1933
|
},
|
|
1934
|
+
{
|
|
1935
|
+
description: 'The native token of Nim Network.',
|
|
1936
|
+
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
1937
|
+
denom_units: [{
|
|
1938
|
+
denom: 'ibc/4AAC4F12E50C3078782F7321B91F94D83AA5983235ABC800BC3B551026003E2E',
|
|
1939
|
+
exponent: 0,
|
|
1940
|
+
aliases: ['anim']
|
|
1941
|
+
}, {
|
|
1942
|
+
denom: 'nim',
|
|
1943
|
+
exponent: 18
|
|
1944
|
+
}],
|
|
1945
|
+
base: 'ibc/4AAC4F12E50C3078782F7321B91F94D83AA5983235ABC800BC3B551026003E2E',
|
|
1946
|
+
name: 'NIM Network',
|
|
1947
|
+
display: 'nim',
|
|
1948
|
+
symbol: 'NIM',
|
|
1949
|
+
images: [{
|
|
1950
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
1951
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
1952
|
+
}],
|
|
1953
|
+
socials: {
|
|
1954
|
+
website: 'https://nim.network/',
|
|
1955
|
+
twitter: 'https://twitter.com/nim_network'
|
|
1956
|
+
},
|
|
1957
|
+
keywords: ['gaming', 'AI'],
|
|
1958
|
+
traces: [{
|
|
1959
|
+
type: 'ibc',
|
|
1960
|
+
counterparty: {
|
|
1961
|
+
channel_id: 'channel-2',
|
|
1962
|
+
base_denom: 'anim',
|
|
1963
|
+
chain_name: 'dymension'
|
|
1964
|
+
},
|
|
1965
|
+
chain: {
|
|
1966
|
+
channel_id: 'channel-19774'
|
|
1967
|
+
}
|
|
1968
|
+
}]
|
|
1969
|
+
},
|
|
1934
1970
|
{
|
|
1935
1971
|
description: 'The native staking and governance token of the Dyson Protocol',
|
|
1936
1972
|
denom_units: [{
|
|
@@ -6370,6 +6406,42 @@ const asset_list = {
|
|
|
6370
6406
|
}
|
|
6371
6407
|
}]
|
|
6372
6408
|
},
|
|
6409
|
+
{
|
|
6410
|
+
description: 'The native token of Nim Network.',
|
|
6411
|
+
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
6412
|
+
denom_units: [{
|
|
6413
|
+
denom: 'ibc/4AAC4F12E50C3078782F7321B91F94D83AA5983235ABC800BC3B551026003E2E',
|
|
6414
|
+
exponent: 0,
|
|
6415
|
+
aliases: ['anim']
|
|
6416
|
+
}, {
|
|
6417
|
+
denom: 'nim',
|
|
6418
|
+
exponent: 18
|
|
6419
|
+
}],
|
|
6420
|
+
base: 'ibc/4AAC4F12E50C3078782F7321B91F94D83AA5983235ABC800BC3B551026003E2E',
|
|
6421
|
+
name: 'NIM Network',
|
|
6422
|
+
display: 'nim',
|
|
6423
|
+
symbol: 'NIM',
|
|
6424
|
+
images: [{
|
|
6425
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.png',
|
|
6426
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/nim.svg'
|
|
6427
|
+
}],
|
|
6428
|
+
socials: {
|
|
6429
|
+
website: 'https://nim.network/',
|
|
6430
|
+
twitter: 'https://twitter.com/nim_network'
|
|
6431
|
+
},
|
|
6432
|
+
keywords: ['gaming', 'AI'],
|
|
6433
|
+
traces: [{
|
|
6434
|
+
type: 'ibc',
|
|
6435
|
+
counterparty: {
|
|
6436
|
+
channel_id: 'channel-2',
|
|
6437
|
+
base_denom: 'anim',
|
|
6438
|
+
chain_name: 'dymension'
|
|
6439
|
+
},
|
|
6440
|
+
chain: {
|
|
6441
|
+
channel_id: 'channel-19774'
|
|
6442
|
+
}
|
|
6443
|
+
}]
|
|
6444
|
+
},
|
|
6373
6445
|
{
|
|
6374
6446
|
description: 'The native staking and governance token of the Dyson Protocol',
|
|
6375
6447
|
denom_units: [{
|
package/esm/assets.js
CHANGED
|
@@ -13214,6 +13214,29 @@ const assets = {
|
|
|
13214
13214
|
images: [{
|
|
13215
13215
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bernese.png'
|
|
13216
13216
|
}]
|
|
13217
|
+
},
|
|
13218
|
+
{
|
|
13219
|
+
description: 'wLibra',
|
|
13220
|
+
extended_description: 'wLibra is a wrapped version of Libra Coin from https://librabridge.com. Libra Coin is a fork from Facebook\'s Diem (Libra) blockchain that was announced in 2019. Libra Coin operates on its own high-performance Layer 1 blockchain, known as the 0L Network. In October 2021, Libra Coin began mining.\n\n Like Bitcoin, there were no pre-mined coins or dedicated token allocation to any parties; all coins were minted through a mining process. Unlike Bitcoin, which undergoes continuous issuance, Libra Coin has a fixed supply. By December 2023, all the Libra Coin had been issued, establishing a capped supply and making the coin permanently deflationary.\n\n Fiercely independent, the project has a long-term view because it is unburdened by venture capital funding, labs entities, a foundation, and the influence of other blockchain ecosystems. Carpe diem.',
|
|
13221
|
+
denom_units: [{
|
|
13222
|
+
denom: 'factory/osmo19hdqma2mj0vnmgcxag6ytswjnr8a3y07q7e70p/wLIBRA',
|
|
13223
|
+
exponent: 0
|
|
13224
|
+
}, {
|
|
13225
|
+
denom: 'wLIBRA',
|
|
13226
|
+
exponent: 6
|
|
13227
|
+
}],
|
|
13228
|
+
type_asset: 'sdk.coin',
|
|
13229
|
+
address: 'osmo19hdqma2mj0vnmgcxag6ytswjnr8a3y07q7e70p',
|
|
13230
|
+
base: 'factory/osmo19hdqma2mj0vnmgcxag6ytswjnr8a3y07q7e70p/wLIBRA',
|
|
13231
|
+
name: 'wLIBRA',
|
|
13232
|
+
display: 'wLIBRA',
|
|
13233
|
+
symbol: 'wLIBRA',
|
|
13234
|
+
logo_URIs: {
|
|
13235
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/libra.png'
|
|
13236
|
+
},
|
|
13237
|
+
images: [{
|
|
13238
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/libra.png'
|
|
13239
|
+
}]
|
|
13217
13240
|
}
|
|
13218
13241
|
]
|
|
13219
13242
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.45.
|
|
3
|
+
"version": "1.45.6",
|
|
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.28.
|
|
33
|
+
"@chain-registry/types": "^0.28.6"
|
|
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": "3c05e0b0fd00534f041f4b94b91073d93e0d8ded"
|
|
43
43
|
}
|