@chain-registry/osmosis 1.62.33 → 1.62.35

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 CHANGED
@@ -10409,6 +10409,45 @@ const asset_list = {
10409
10409
  }
10410
10410
  }]
10411
10411
  },
10412
+ {
10413
+ description: 'The native token of Penumbra.',
10414
+ denom_units: [{
10415
+ denom: 'ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372',
10416
+ exponent: 0,
10417
+ aliases: ['upenumbra']
10418
+ }, {
10419
+ denom: 'penumbra',
10420
+ exponent: 6
10421
+ }],
10422
+ type_asset: 'unknown',
10423
+ base: 'ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372',
10424
+ display: 'penumbra',
10425
+ symbol: 'UM',
10426
+ name: 'Penumbra',
10427
+ images: [{
10428
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png',
10429
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg',
10430
+ theme: {
10431
+ circle: true,
10432
+ primary_color_hex: '#c7b07f'
10433
+ }
10434
+ }],
10435
+ socials: {
10436
+ website: 'https://penumbra.zone/',
10437
+ twitter: 'https://twitter.com/penumbrazone'
10438
+ },
10439
+ traces: [{
10440
+ type: 'ibc',
10441
+ counterparty: {
10442
+ channel_id: 'channel-4',
10443
+ base_denom: 'upenumbra',
10444
+ chain_name: 'penumbra'
10445
+ },
10446
+ chain: {
10447
+ channel_id: 'channel-79703'
10448
+ }
10449
+ }]
10450
+ },
10412
10451
  {
10413
10452
  description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
10414
10453
  denom_units: [{
@@ -15991,6 +16030,45 @@ const asset_list = {
15991
16030
  }
15992
16031
  }]
15993
16032
  },
16033
+ {
16034
+ description: 'The native token of Penumbra.',
16035
+ denom_units: [{
16036
+ denom: 'ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372',
16037
+ exponent: 0,
16038
+ aliases: ['upenumbra']
16039
+ }, {
16040
+ denom: 'penumbra',
16041
+ exponent: 6
16042
+ }],
16043
+ type_asset: 'unknown',
16044
+ base: 'ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372',
16045
+ display: 'penumbra',
16046
+ symbol: 'UM',
16047
+ name: 'Penumbra',
16048
+ images: [{
16049
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png',
16050
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg',
16051
+ theme: {
16052
+ circle: true,
16053
+ primary_color_hex: '#c7b07f'
16054
+ }
16055
+ }],
16056
+ socials: {
16057
+ website: 'https://penumbra.zone/',
16058
+ twitter: 'https://twitter.com/penumbrazone'
16059
+ },
16060
+ traces: [{
16061
+ type: 'ibc',
16062
+ counterparty: {
16063
+ channel_id: 'channel-4',
16064
+ base_denom: 'upenumbra',
16065
+ chain_name: 'penumbra'
16066
+ },
16067
+ chain: {
16068
+ channel_id: 'channel-79703'
16069
+ }
16070
+ }]
16071
+ },
15994
16072
  {
15995
16073
  description: 'Puppy',
15996
16074
  denom_units: [{
package/chain.js CHANGED
@@ -8,6 +8,7 @@ const chain = {
8
8
  website: 'https://osmosis.zone/',
9
9
  update_link: 'https://raw.githubusercontent.com/osmosis-labs/osmosis/main/chain.schema.json',
10
10
  pretty_name: 'Osmosis',
11
+ chain_type: 'cosmos',
11
12
  chain_id: 'osmosis-1',
12
13
  bech32_prefix: 'osmo',
13
14
  daemon_name: 'osmosisd',
package/esm/asset_list.js CHANGED
@@ -10407,6 +10407,45 @@ const asset_list = {
10407
10407
  }
10408
10408
  }]
10409
10409
  },
10410
+ {
10411
+ description: 'The native token of Penumbra.',
10412
+ denom_units: [{
10413
+ denom: 'ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372',
10414
+ exponent: 0,
10415
+ aliases: ['upenumbra']
10416
+ }, {
10417
+ denom: 'penumbra',
10418
+ exponent: 6
10419
+ }],
10420
+ type_asset: 'unknown',
10421
+ base: 'ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372',
10422
+ display: 'penumbra',
10423
+ symbol: 'UM',
10424
+ name: 'Penumbra',
10425
+ images: [{
10426
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png',
10427
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg',
10428
+ theme: {
10429
+ circle: true,
10430
+ primary_color_hex: '#c7b07f'
10431
+ }
10432
+ }],
10433
+ socials: {
10434
+ website: 'https://penumbra.zone/',
10435
+ twitter: 'https://twitter.com/penumbrazone'
10436
+ },
10437
+ traces: [{
10438
+ type: 'ibc',
10439
+ counterparty: {
10440
+ channel_id: 'channel-4',
10441
+ base_denom: 'upenumbra',
10442
+ chain_name: 'penumbra'
10443
+ },
10444
+ chain: {
10445
+ channel_id: 'channel-79703'
10446
+ }
10447
+ }]
10448
+ },
10410
10449
  {
10411
10450
  description: 'Persistence is a blockchain platform designed to facilitate institutional decentralized finance (DeFi) and real-world asset tokenization, integrating with the Cosmos ecosystem.',
10412
10451
  denom_units: [{
@@ -15989,6 +16028,45 @@ const asset_list = {
15989
16028
  }
15990
16029
  }]
15991
16030
  },
16031
+ {
16032
+ description: 'The native token of Penumbra.',
16033
+ denom_units: [{
16034
+ denom: 'ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372',
16035
+ exponent: 0,
16036
+ aliases: ['upenumbra']
16037
+ }, {
16038
+ denom: 'penumbra',
16039
+ exponent: 6
16040
+ }],
16041
+ type_asset: 'unknown',
16042
+ base: 'ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372',
16043
+ display: 'penumbra',
16044
+ symbol: 'UM',
16045
+ name: 'Penumbra',
16046
+ images: [{
16047
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png',
16048
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg',
16049
+ theme: {
16050
+ circle: true,
16051
+ primary_color_hex: '#c7b07f'
16052
+ }
16053
+ }],
16054
+ socials: {
16055
+ website: 'https://penumbra.zone/',
16056
+ twitter: 'https://twitter.com/penumbrazone'
16057
+ },
16058
+ traces: [{
16059
+ type: 'ibc',
16060
+ counterparty: {
16061
+ channel_id: 'channel-4',
16062
+ base_denom: 'upenumbra',
16063
+ chain_name: 'penumbra'
16064
+ },
16065
+ chain: {
16066
+ channel_id: 'channel-79703'
16067
+ }
16068
+ }]
16069
+ },
15992
16070
  {
15993
16071
  description: 'Puppy',
15994
16072
  denom_units: [{
package/esm/chain.js CHANGED
@@ -6,6 +6,7 @@ const chain = {
6
6
  website: 'https://osmosis.zone/',
7
7
  update_link: 'https://raw.githubusercontent.com/osmosis-labs/osmosis/main/chain.schema.json',
8
8
  pretty_name: 'Osmosis',
9
+ chain_type: 'cosmos',
9
10
  chain_id: 'osmosis-1',
10
11
  bech32_prefix: 'osmo',
11
12
  daemon_name: 'osmosisd',
package/esm/testnet.js CHANGED
@@ -4,6 +4,7 @@ const testnet = {
4
4
  status: 'live',
5
5
  network_type: 'testnet',
6
6
  pretty_name: 'Osmosis Testnet',
7
+ chain_type: 'cosmos',
7
8
  chain_id: 'osmo-test-5',
8
9
  bech32_prefix: 'osmo',
9
10
  daemon_name: 'osmosisd',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.62.33",
3
+ "version": "1.62.35",
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"
33
+ "@chain-registry/types": "^0.45.35"
34
34
  },
35
35
  "keywords": [
36
36
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "osmosis"
41
41
  ],
42
- "gitHead": "011caf534e9b49104ec5f8f0a20eb846d5820956"
42
+ "gitHead": "bd0fd7ce0ff32133f80477c6e4817e400f4aeb82"
43
43
  }
package/testnet.js CHANGED
@@ -6,6 +6,7 @@ const testnet = {
6
6
  status: 'live',
7
7
  network_type: 'testnet',
8
8
  pretty_name: 'Osmosis Testnet',
9
+ chain_type: 'cosmos',
9
10
  chain_id: 'osmo-test-5',
10
11
  bech32_prefix: 'osmo',
11
12
  daemon_name: 'osmosisd',