chain-registry 1.63.32 → 1.63.33

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.
@@ -70,7 +70,8 @@ const info = {
70
70
  }]
71
71
  },
72
72
  {
73
- description: 'pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.',
73
+ description: 'pSTAKE Finance is a Bitcoin Yield and Liquid Staking protocol, backed by Binance Labs.',
74
+ extended_description: 'With pSTAKE Finance, users can liquid stake BTC to get rewards from Babylon\'s Trustless BTC staking for securing other app chains while maintaining their liquidity, powered by institutional custody providers like Cobo. Accessing Bitcoin yields should not be complex, risky, or unsafe. With four years of liquid staking expertise and expert-curated yield strategies, pSTAKE Finance helps individuals and institutions put their BTC to work in BTCfi. pSTAKE Finance has partnered with leading blockchain security firms, such as Halborn, Hexens, Oak Security, Immunefi, Forta, and more, to offer a secure liquid staking product suite. PSTAKE is the governance and incentivization token of the pSTAKE Finance protocol. It has some of the most prominent investors, including Binance Labs, DeFiance Capital, Spartan Group, Coinbase Ventures, and Kraken Ventures.',
74
75
  denom_units: [{
75
76
  denom: 'ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444',
76
77
  exponent: 0,
@@ -127,7 +128,7 @@ const info = {
127
128
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
128
129
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg',
129
130
  theme: {
130
- primary_color_hex: '#050505'
131
+ primary_color_hex: '#111111'
131
132
  }
132
133
  }]
133
134
  },
@@ -72,7 +72,8 @@ const info = {
72
72
  }]
73
73
  },
74
74
  {
75
- description: 'pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.',
75
+ description: 'pSTAKE Finance is a Bitcoin Yield and Liquid Staking protocol, backed by Binance Labs.',
76
+ extended_description: 'With pSTAKE Finance, users can liquid stake BTC to get rewards from Babylon\'s Trustless BTC staking for securing other app chains while maintaining their liquidity, powered by institutional custody providers like Cobo. Accessing Bitcoin yields should not be complex, risky, or unsafe. With four years of liquid staking expertise and expert-curated yield strategies, pSTAKE Finance helps individuals and institutions put their BTC to work in BTCfi. pSTAKE Finance has partnered with leading blockchain security firms, such as Halborn, Hexens, Oak Security, Immunefi, Forta, and more, to offer a secure liquid staking product suite. PSTAKE is the governance and incentivization token of the pSTAKE Finance protocol. It has some of the most prominent investors, including Binance Labs, DeFiance Capital, Spartan Group, Coinbase Ventures, and Kraken Ventures.',
76
77
  denom_units: [{
77
78
  denom: 'ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444',
78
79
  exponent: 0,
@@ -129,7 +130,7 @@ const info = {
129
130
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
130
131
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg',
131
132
  theme: {
132
- primary_color_hex: '#050505'
133
+ primary_color_hex: '#111111'
133
134
  }
134
135
  }]
135
136
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.63.32",
3
+ "version": "1.63.33",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.46.27",
32
+ "@chain-registry/utils": "^1.46.28",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.45.27"
36
+ "@chain-registry/types": "^0.45.28"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "db071302b14ab9c407c4d1488376ee61979a7bd8"
46
+ "gitHead": "e04c9dff7a063ba38330a4cd1c25db597209d024"
47
47
  }