@chain-registry/osmosis 1.34.12 → 1.34.13

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 (2) hide show
  1. package/main/assets.js +14 -0
  2. package/package.json +5 -5
package/main/assets.js CHANGED
@@ -11117,6 +11117,20 @@ var assets = {
11117
11117
  images: [{
11118
11118
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bOSMO.png'
11119
11119
  }]
11120
+ }, {
11121
+ description: 'Memecoin for The International Brane Wave',
11122
+ denom_units: [{
11123
+ denom: 'factory/osmo13gu58hzw3e9aqpj25h67m7snwcjuccd7v4p55w/brnz',
11124
+ exponent: 0,
11125
+ aliases: ['brnz']
11126
+ }],
11127
+ base: 'factory/osmo13gu58hzw3e9aqpj25h67m7snwcjuccd7v4p55w/brnz',
11128
+ name: 'Branez',
11129
+ display: 'factory/osmo13gu58hzw3e9aqpj25h67m7snwcjuccd7v4p55w/brnz',
11130
+ symbol: 'BRNZ',
11131
+ logo_URIs: {
11132
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BRNZ.svg'
11133
+ }
11120
11134
  }]
11121
11135
  };
11122
11136
  var _default = exports["default"] = assets;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.34.12",
3
+ "version": "1.34.13",
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",
@@ -50,14 +50,14 @@
50
50
  "@babel/plugin-transform-runtime": "7.21.4",
51
51
  "@babel/preset-env": "7.21.4",
52
52
  "@babel/preset-typescript": "^7.21.4",
53
- "@chain-registry/utils": "^1.19.7",
53
+ "@chain-registry/utils": "^1.19.8",
54
54
  "@types/jest": "^29.5.1",
55
55
  "@typescript-eslint/eslint-plugin": "5.59.0",
56
56
  "@typescript-eslint/parser": "5.59.0",
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.12",
60
+ "chain-registry": "^1.33.13",
61
61
  "cross-env": "^7.0.2",
62
62
  "eslint": "8.38.0",
63
63
  "eslint-config-prettier": "^8.8.0",
@@ -72,7 +72,7 @@
72
72
  },
73
73
  "dependencies": {
74
74
  "@babel/runtime": "^7.21.0",
75
- "@chain-registry/types": "^0.18.8"
75
+ "@chain-registry/types": "^0.18.9"
76
76
  },
77
- "gitHead": "3c6e31032f2b6cc79e35ea27e414acdf3c2ceb97"
77
+ "gitHead": "b0ad3a909d9bbf86ee0408c890d7ec6a0cf2caf4"
78
78
  }