chain-registry 2.0.28 → 2.0.29

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.
@@ -5128,6 +5128,52 @@ const info = {
5128
5128
  }],
5129
5129
  typeAsset: 'sdk.coin'
5130
5130
  },
5131
+ {
5132
+ description: 'Pryzm\'s LP token for PRYZM Base pool',
5133
+ denomUnits: [{
5134
+ denom: 'lp:34:upryzmypt-upryzm',
5135
+ exponent: 0
5136
+ }, {
5137
+ denom: 'lp:34:pryzmypt-pryzm',
5138
+ exponent: 6
5139
+ }],
5140
+ base: 'lp:34:upryzmypt-upryzm',
5141
+ name: 'PRYZM Base LP',
5142
+ display: 'lp:34:pryzmypt-pryzm',
5143
+ symbol: 'PRYZM-BASE-LP',
5144
+ logoURIs: {
5145
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5146
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5147
+ },
5148
+ images: [{
5149
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5150
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5151
+ }],
5152
+ typeAsset: 'sdk.coin'
5153
+ },
5154
+ {
5155
+ description: 'Pryzm\'s LP token for PRYZM / USDC pool',
5156
+ denomUnits: [{
5157
+ denom: 'lp:35:upryzm-uusdc',
5158
+ exponent: 0
5159
+ }, {
5160
+ denom: 'lp:35:pryzm-usdc',
5161
+ exponent: 6
5162
+ }],
5163
+ base: 'lp:35:upryzm-uusdc',
5164
+ name: 'PRYZM / USDC LP',
5165
+ display: 'lp:35:pryzm-usdc',
5166
+ symbol: 'PRYZM-USDC-LP',
5167
+ logoURIs: {
5168
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5169
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5170
+ },
5171
+ images: [{
5172
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5173
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5174
+ }],
5175
+ typeAsset: 'sdk.coin'
5176
+ },
5131
5177
  {
5132
5178
  description: 'Pryzm\'s LP token for sUSDS Yield pool',
5133
5179
  denomUnits: [{
@@ -15,6 +15,13 @@ const info = {
15
15
  slip44: 118,
16
16
  fees: {
17
17
  feeTokens: [
18
+ {
19
+ denom: 'upryzm',
20
+ fixedMinGasPrice: 0.02,
21
+ lowGasPrice: 0.02,
22
+ averageGasPrice: 0.03,
23
+ highGasPrice: 0.04
24
+ },
18
25
  {
19
26
  denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
20
27
  fixedMinGasPrice: 0.0025,
@@ -5130,6 +5130,52 @@ const info = {
5130
5130
  }],
5131
5131
  typeAsset: 'sdk.coin'
5132
5132
  },
5133
+ {
5134
+ description: 'Pryzm\'s LP token for PRYZM Base pool',
5135
+ denomUnits: [{
5136
+ denom: 'lp:34:upryzmypt-upryzm',
5137
+ exponent: 0
5138
+ }, {
5139
+ denom: 'lp:34:pryzmypt-pryzm',
5140
+ exponent: 6
5141
+ }],
5142
+ base: 'lp:34:upryzmypt-upryzm',
5143
+ name: 'PRYZM Base LP',
5144
+ display: 'lp:34:pryzmypt-pryzm',
5145
+ symbol: 'PRYZM-BASE-LP',
5146
+ logoURIs: {
5147
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5148
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5149
+ },
5150
+ images: [{
5151
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5152
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5153
+ }],
5154
+ typeAsset: 'sdk.coin'
5155
+ },
5156
+ {
5157
+ description: 'Pryzm\'s LP token for PRYZM / USDC pool',
5158
+ denomUnits: [{
5159
+ denom: 'lp:35:upryzm-uusdc',
5160
+ exponent: 0
5161
+ }, {
5162
+ denom: 'lp:35:pryzm-usdc',
5163
+ exponent: 6
5164
+ }],
5165
+ base: 'lp:35:upryzm-uusdc',
5166
+ name: 'PRYZM / USDC LP',
5167
+ display: 'lp:35:pryzm-usdc',
5168
+ symbol: 'PRYZM-USDC-LP',
5169
+ logoURIs: {
5170
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5171
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5172
+ },
5173
+ images: [{
5174
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5175
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5176
+ }],
5177
+ typeAsset: 'sdk.coin'
5178
+ },
5133
5179
  {
5134
5180
  description: 'Pryzm\'s LP token for sUSDS Yield pool',
5135
5181
  denomUnits: [{
@@ -17,6 +17,13 @@ const info = {
17
17
  slip44: 118,
18
18
  fees: {
19
19
  feeTokens: [
20
+ {
21
+ denom: 'upryzm',
22
+ fixedMinGasPrice: 0.02,
23
+ lowGasPrice: 0.02,
24
+ averageGasPrice: 0.03,
25
+ highGasPrice: 0.04
26
+ },
20
27
  {
21
28
  denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
22
29
  fixedMinGasPrice: 0.0025,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.28",
3
+ "version": "2.0.29",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^2.0.28"
32
+ "@chain-registry/types": "^2.0.29"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "05a1601238e83fbeb82627f39a9114abc77149d7"
42
+ "gitHead": "ed497370965f65c0cb8df88f806dc47bdff7c84d"
43
43
  }