@chain-registry/osmosis 1.67.107 → 1.67.109

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
@@ -3186,7 +3186,7 @@ const asset_list = {
3186
3186
  }],
3187
3187
  socials: {
3188
3188
  website: 'https://fx.pundi.ai',
3189
- twitter: 'https://x.com/functionx_io'
3189
+ twitter: 'https://x.com/PundiAI'
3190
3190
  },
3191
3191
  type_asset: 'sdk.coin',
3192
3192
  traces: [{
@@ -9500,7 +9500,7 @@ const asset_list = {
9500
9500
  }],
9501
9501
  socials: {
9502
9502
  website: 'https://fx.pundi.ai',
9503
- twitter: 'https://x.com/functionx_io'
9503
+ twitter: 'https://x.com/PundiAI'
9504
9504
  },
9505
9505
  type_asset: 'sdk.coin',
9506
9506
  traces: [{
package/assets.js CHANGED
@@ -22832,7 +22832,11 @@ const assets = {
22832
22832
  },
22833
22833
  images: [{
22834
22834
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cult.png'
22835
- }]
22835
+ }],
22836
+ socials: {
22837
+ website: 'https://www.architectsnft.io/',
22838
+ twitter: 'https://x.com/Architects_nft'
22839
+ }
22836
22840
  },
22837
22841
  {
22838
22842
  description: 'Tek ovah!',
@@ -24026,7 +24030,7 @@ const assets = {
24026
24030
  exponent: 8
24027
24031
  }],
24028
24032
  type_asset: 'sdk.coin',
24029
- address: 'osmo1fg7y3j86fkp93yxpq5q8lk8c64k8wxj3qw8us49msgpr2gsgddjqxpgr9m',
24033
+ address: 'osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk',
24030
24034
  base: 'factory/osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk/alloyed/allMOVE',
24031
24035
  name: 'Movement (Alloy)',
24032
24036
  display: 'allMOVE',
package/esm/asset_list.js CHANGED
@@ -3184,7 +3184,7 @@ const asset_list = {
3184
3184
  }],
3185
3185
  socials: {
3186
3186
  website: 'https://fx.pundi.ai',
3187
- twitter: 'https://x.com/functionx_io'
3187
+ twitter: 'https://x.com/PundiAI'
3188
3188
  },
3189
3189
  type_asset: 'sdk.coin',
3190
3190
  traces: [{
@@ -9498,7 +9498,7 @@ const asset_list = {
9498
9498
  }],
9499
9499
  socials: {
9500
9500
  website: 'https://fx.pundi.ai',
9501
- twitter: 'https://x.com/functionx_io'
9501
+ twitter: 'https://x.com/PundiAI'
9502
9502
  },
9503
9503
  type_asset: 'sdk.coin',
9504
9504
  traces: [{
package/esm/assets.js CHANGED
@@ -22830,7 +22830,11 @@ const assets = {
22830
22830
  },
22831
22831
  images: [{
22832
22832
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cult.png'
22833
- }]
22833
+ }],
22834
+ socials: {
22835
+ website: 'https://www.architectsnft.io/',
22836
+ twitter: 'https://x.com/Architects_nft'
22837
+ }
22834
22838
  },
22835
22839
  {
22836
22840
  description: 'Tek ovah!',
@@ -24024,7 +24028,7 @@ const assets = {
24024
24028
  exponent: 8
24025
24029
  }],
24026
24030
  type_asset: 'sdk.coin',
24027
- address: 'osmo1fg7y3j86fkp93yxpq5q8lk8c64k8wxj3qw8us49msgpr2gsgddjqxpgr9m',
24031
+ address: 'osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk',
24028
24032
  base: 'factory/osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk/alloyed/allMOVE',
24029
24033
  name: 'Movement (Alloy)',
24030
24034
  display: 'allMOVE',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.107",
3
+ "version": "1.67.109",
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.107"
32
+ "@chain-registry/types": "^0.50.109"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "6d0fdc597b41b0fccb637b91335b07b4910ac333"
41
+ "gitHead": "a680b676e2f51d9a25462e77f0070f8d3bfe8484"
42
42
  }