@chain-registry/osmosis 1.67.271 → 1.67.273

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/LICENSE CHANGED
@@ -1,7 +1,7 @@
1
1
  The MIT License (MIT)
2
2
 
3
3
  Copyright (c) 2022 Dan Lynch <pyramation@gmail.com>
4
- Copyright (c) 2024 Interweb, Inc. <developers@interweb.co>
4
+ Copyright (c) 2025 Constructive <developers@constructive.io>
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -72,7 +72,7 @@ A unified toolkit for building applications and smart contracts in the Interchai
72
72
 
73
73
  ## Credits
74
74
 
75
- 🛠 Built by [Interweb](https://interweb.co) — if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
75
+ 🛠 Built by the [Constructive](https://constructive.io) team makers of [Hyperweb](https://hyperweb.io)
76
76
 
77
77
 
78
78
  ## Disclaimer
package/assets.js CHANGED
@@ -22780,6 +22780,28 @@ const assets = {
22780
22780
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.png',
22781
22781
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
22782
22782
  }]
22783
+ },
22784
+ {
22785
+ description: 'SLAYER OF ZEROS ',
22786
+ denom_units: [{
22787
+ denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/slayer',
22788
+ exponent: 0
22789
+ }, {
22790
+ denom: 'SLAYER',
22791
+ exponent: 6
22792
+ }],
22793
+ type_asset: 'sdk.coin',
22794
+ address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
22795
+ base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/slayer',
22796
+ name: 'SLAYER',
22797
+ display: 'SLAYER',
22798
+ symbol: 'SLAYER',
22799
+ logo_URIs: {
22800
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SLAYER.png'
22801
+ },
22802
+ images: [{
22803
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SLAYER.png'
22804
+ }]
22783
22805
  }
22784
22806
  ]
22785
22807
  };
package/esm/assets.js CHANGED
@@ -22778,6 +22778,28 @@ const assets = {
22778
22778
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.png',
22779
22779
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
22780
22780
  }]
22781
+ },
22782
+ {
22783
+ description: 'SLAYER OF ZEROS ',
22784
+ denom_units: [{
22785
+ denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/slayer',
22786
+ exponent: 0
22787
+ }, {
22788
+ denom: 'SLAYER',
22789
+ exponent: 6
22790
+ }],
22791
+ type_asset: 'sdk.coin',
22792
+ address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
22793
+ base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/slayer',
22794
+ name: 'SLAYER',
22795
+ display: 'SLAYER',
22796
+ symbol: 'SLAYER',
22797
+ logo_URIs: {
22798
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SLAYER.png'
22799
+ },
22800
+ images: [{
22801
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SLAYER.png'
22802
+ }]
22781
22803
  }
22782
22804
  ]
22783
22805
  };
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.271",
3
+ "version": "1.67.273",
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",
7
- "license": "SEE LICENSE IN LICENSE",
7
+ "license": "MIT",
8
8
  "main": "index.js",
9
9
  "module": "esm/index.js",
10
10
  "types": "index.d.ts",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^0.50.271"
32
+ "@chain-registry/types": "^0.50.273"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "791d46f97f1b8755f2cbaf987240678964cc775e"
41
+ "gitHead": "4e40179fb2c7e47bb2738e3111d31c4e650ddddc"
42
42
  }