@chain-registry/osmosis 1.67.401 → 1.67.403

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.
Files changed (3) hide show
  1. package/assets.js +41 -0
  2. package/esm/assets.js +41 -0
  3. package/package.json +3 -3
package/assets.js CHANGED
@@ -23064,6 +23064,47 @@ const assets = {
23064
23064
  socials: {
23065
23065
  website: 'https://aoe2war.com'
23066
23066
  }
23067
+ },
23068
+ {
23069
+ description: 'pARTy (ART) - where art meets party in the interchain. A fair-launched community art token minted natively on Cosmos Hub via tokenfactory.',
23070
+ denom_units: [{
23071
+ denom: 'ibc/7D72341AF4AB0B2975BF933A425B81DAC2C940E50E7549207E2B3C6B14A9DAB2',
23072
+ exponent: 0
23073
+ }, {
23074
+ denom: 'art',
23075
+ exponent: 6
23076
+ }],
23077
+ type_asset: 'ics20',
23078
+ base: 'ibc/7D72341AF4AB0B2975BF933A425B81DAC2C940E50E7549207E2B3C6B14A9DAB2',
23079
+ name: 'pARTy',
23080
+ display: 'art',
23081
+ symbol: 'ART',
23082
+ traces: [{
23083
+ type: 'ibc',
23084
+ counterparty: {
23085
+ chain_name: 'cosmoshub',
23086
+ base_denom: 'factory/cosmos1w9ee57gnduzm4l9h6xwn9tee9pyh8wlr4r9r35/art',
23087
+ channel_id: 'channel-141'
23088
+ },
23089
+ chain: {
23090
+ channel_id: 'channel-0',
23091
+ path: 'transfer/channel-0/factory/cosmos1w9ee57gnduzm4l9h6xwn9tee9pyh8wlr4r9r35/art'
23092
+ }
23093
+ }],
23094
+ images: [{
23095
+ image_sync: {
23096
+ chain_name: 'cosmoshub',
23097
+ base_denom: 'factory/cosmos1w9ee57gnduzm4l9h6xwn9tee9pyh8wlr4r9r35/art'
23098
+ },
23099
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/art.png'
23100
+ }],
23101
+ logo_URIs: {
23102
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/art.png'
23103
+ },
23104
+ socials: {
23105
+ website: 'https://pic.zone',
23106
+ x: 'https://x.com/pARTy_in_Cosmos'
23107
+ }
23067
23108
  }
23068
23109
  ]
23069
23110
  };
package/esm/assets.js CHANGED
@@ -23062,6 +23062,47 @@ const assets = {
23062
23062
  socials: {
23063
23063
  website: 'https://aoe2war.com'
23064
23064
  }
23065
+ },
23066
+ {
23067
+ description: 'pARTy (ART) - where art meets party in the interchain. A fair-launched community art token minted natively on Cosmos Hub via tokenfactory.',
23068
+ denom_units: [{
23069
+ denom: 'ibc/7D72341AF4AB0B2975BF933A425B81DAC2C940E50E7549207E2B3C6B14A9DAB2',
23070
+ exponent: 0
23071
+ }, {
23072
+ denom: 'art',
23073
+ exponent: 6
23074
+ }],
23075
+ type_asset: 'ics20',
23076
+ base: 'ibc/7D72341AF4AB0B2975BF933A425B81DAC2C940E50E7549207E2B3C6B14A9DAB2',
23077
+ name: 'pARTy',
23078
+ display: 'art',
23079
+ symbol: 'ART',
23080
+ traces: [{
23081
+ type: 'ibc',
23082
+ counterparty: {
23083
+ chain_name: 'cosmoshub',
23084
+ base_denom: 'factory/cosmos1w9ee57gnduzm4l9h6xwn9tee9pyh8wlr4r9r35/art',
23085
+ channel_id: 'channel-141'
23086
+ },
23087
+ chain: {
23088
+ channel_id: 'channel-0',
23089
+ path: 'transfer/channel-0/factory/cosmos1w9ee57gnduzm4l9h6xwn9tee9pyh8wlr4r9r35/art'
23090
+ }
23091
+ }],
23092
+ images: [{
23093
+ image_sync: {
23094
+ chain_name: 'cosmoshub',
23095
+ base_denom: 'factory/cosmos1w9ee57gnduzm4l9h6xwn9tee9pyh8wlr4r9r35/art'
23096
+ },
23097
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/art.png'
23098
+ }],
23099
+ logo_URIs: {
23100
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/art.png'
23101
+ },
23102
+ socials: {
23103
+ website: 'https://pic.zone',
23104
+ x: 'https://x.com/pARTy_in_Cosmos'
23105
+ }
23065
23106
  }
23066
23107
  ]
23067
23108
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.401",
3
+ "version": "1.67.403",
4
4
  "description": "Chain Registry info for Osmosis",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^0.50.401"
32
+ "@chain-registry/types": "^0.50.403"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "cbc816bdeb1daa53aa11fc64d6155935d058007e"
41
+ "gitHead": "7f9ac97bca336c69b235a00762ce6ab6dc05f928"
42
42
  }