@chain-registry/osmosis 1.34.6 → 1.34.7

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.34.7](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.34.6...@chain-registry/osmosis@1.34.7) (2024-03-22)
7
+
8
+ **Note:** Version bump only for package @chain-registry/osmosis
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.34.6](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.34.5...@chain-registry/osmosis@1.34.6) (2024-03-21)
7
15
 
8
16
  **Note:** Version bump only for package @chain-registry/osmosis
package/main/assets.js CHANGED
@@ -166,8 +166,6 @@ var assets = {
166
166
  images: [{
167
167
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
168
168
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
169
- }, {
170
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
171
169
  }]
172
170
  }, {
173
171
  description: 'Wrapped Bitcoin on Axelar',
@@ -547,8 +545,6 @@ var assets = {
547
545
  images: [{
548
546
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png',
549
547
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.svg'
550
- }, {
551
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/matic-purple.png'
552
548
  }]
553
549
  }, {
554
550
  description: 'AVAX is the native token of Avalanche. It is a hard-capped, scarce asset that is used to pay for fees, secure the platform through staking, and provide a basic unit of account between the multiple subnets created on Avalanche.',
@@ -598,8 +594,6 @@ var assets = {
598
594
  images: [{
599
595
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.png',
600
596
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.svg'
601
- }, {
602
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/avax.png'
603
597
  }]
604
598
  }, {
605
599
  description: 'The native staking token of Terra Classic.',
@@ -10216,6 +10210,7 @@ var assets = {
10216
10210
  }
10217
10211
  }],
10218
10212
  logo_URIs: {
10213
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.png',
10219
10214
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.svg'
10220
10215
  },
10221
10216
  images: [{
@@ -10223,6 +10218,7 @@ var assets = {
10223
10218
  chain_name: 'binancesmartchain',
10224
10219
  base_denom: '0x29a63F4B209C29B4DC47f06FFA896F32667DAD2C'
10225
10220
  },
10221
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.png',
10226
10222
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.svg'
10227
10223
  }],
10228
10224
  keywords: ['osmosis_unlisted']
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.34.6",
3
+ "version": "1.34.7",
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",
@@ -57,7 +57,7 @@
57
57
  "babel-core": "7.0.0-bridge.0",
58
58
  "babel-jest": "29.5.0",
59
59
  "babel-watch": "^7.7.2",
60
- "chain-registry": "^1.33.6",
60
+ "chain-registry": "^1.33.7",
61
61
  "cross-env": "^7.0.2",
62
62
  "eslint": "8.38.0",
63
63
  "eslint-config-prettier": "^8.8.0",
@@ -74,5 +74,5 @@
74
74
  "@babel/runtime": "^7.21.0",
75
75
  "@chain-registry/types": "^0.18.5"
76
76
  },
77
- "gitHead": "bce72467286cbc2f4eb3fd94188411d6e89aaaba"
77
+ "gitHead": "66411ce8b8eb777ee734a0864ba17cc3937e89ac"
78
78
  }