@chain-registry/osmosis 0.12.2 → 1.0.0

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/main/chain.js CHANGED
@@ -9,6 +9,7 @@ var chain = {
9
9
  chain_name: 'osmosis',
10
10
  status: 'live',
11
11
  network_type: 'mainnet',
12
+ website: 'https://osmosis.zone/',
12
13
  update_link: 'https://raw.githubusercontent.com/osmosis-labs/osmosis/main/chain.schema.json',
13
14
  pretty_name: 'Osmosis',
14
15
  chain_id: 'osmosis-1',
@@ -36,15 +37,15 @@ var chain = {
36
37
  },
37
38
  codebase: {
38
39
  git_repo: 'https://github.com/osmosis-labs/osmosis',
39
- recommended_version: 'v11.0.0',
40
- compatible_versions: ['v11.0.0'],
40
+ recommended_version: '11.0.0',
41
+ compatible_versions: ['11.0.0'],
41
42
  binaries: {
42
- 'linux/amd64': 'https://github.com/osmosis-labs/osmosis/releases/download/v11.0.0/osmosisd-11.0.0-linux-amd64',
43
- 'linux/arm64': 'https://github.com/osmosis-labs/osmosis/releases/download/v11.0.0/osmosisd-11.0.0-linux-arm64'
43
+ 'linux/amd64': 'https://github.com/osmosis-labs/osmosis/releases/download/v11.0.0/osmosisd-11.0.0-linux-amd64?checksum=sha256:d01423cf847b7f95a94ade8811bbf6dd9ec5938d46af0a14bc62caaaa7b7143e',
44
+ 'linux/arm64': 'https://github.com/osmosis-labs/osmosis/releases/download/v11.0.0/osmosisd-11.0.0-linux-arm64?checksum=sha256:375699e90e5b76fd3d7e7a9ab631b40badd97140136f361e6b3f06be3fbd863d'
44
45
  },
45
46
  cosmos_sdk_version: '0.45',
46
47
  tendermint_version: '0.34',
47
- cosmwasm_version: '0.24',
48
+ cosmwasm_version: '0.27',
48
49
  cosmwasm_enabled: true,
49
50
  genesis: {
50
51
  name: 'v3.1.0',
@@ -106,6 +107,14 @@ var chain = {
106
107
  id: '7c66126b64cd66bafd9ccfc721f068df451d31a3',
107
108
  address: 'osmosis-seed.sunshinevalidation.io:9393',
108
109
  provider: 'sunshine-validation'
110
+ }, {
111
+ id: 'ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0',
112
+ address: 'seeds.polkachu.com:12556',
113
+ provider: 'Polkachu'
114
+ }, {
115
+ id: '20e1000e88125698264454a884812746c2eb4807',
116
+ address: 'seeds.lavenderfive.com:12556',
117
+ provider: 'Lavender.Five Nodes 🐝'
109
118
  }],
110
119
  persistent_peers: [{
111
120
  id: 'b63e1e588e8feb7e4a4adf0f2542d755e606d3f1',
@@ -226,6 +235,9 @@ var chain = {
226
235
  }, {
227
236
  address: 'https://rpc-osmosis.whispernode.com',
228
237
  provider: 'WhisperNode 🤐'
238
+ }, {
239
+ address: 'https://osmosis-rpc.lavenderfive.com:443',
240
+ provider: 'Lavender.Five Nodes 🐝'
229
241
  }, {
230
242
  address: 'https://osmosis.validator.network/',
231
243
  provider: 'validatornetwork'
@@ -254,6 +266,9 @@ var chain = {
254
266
  }, {
255
267
  address: 'https://lcd-osmosis.blockapsis.com',
256
268
  provider: 'chainapsis'
269
+ }, {
270
+ address: 'https://osmosis-api.lavenderfive.com:443',
271
+ provider: 'Lavender.Five Nodes 🐝'
257
272
  }, {
258
273
  address: 'https://rest-osmosis.ecostake.com',
259
274
  provider: 'ecostake'
@@ -273,6 +288,9 @@ var chain = {
273
288
  grpc: [{
274
289
  address: 'osmosis.strange.love:9090',
275
290
  provider: 'strangelove'
291
+ }, {
292
+ address: 'https://osmosis-grpc.lavenderfive.com:443',
293
+ provider: 'Lavender.Five Nodes 🐝'
276
294
  }, {
277
295
  address: 'grpc-osmosis-ia.cosmosia.notional.ventures:443',
278
296
  provider: 'Notional'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "0.12.2",
3
+ "version": "1.0.0",
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.19.1",
51
51
  "@babel/preset-env": "7.19.1",
52
52
  "@babel/preset-typescript": "^7.17.12",
53
- "@chain-registry/utils": "^0.10.2",
53
+ "@chain-registry/utils": "^1.0.0",
54
54
  "@types/jest": "^29.0.2",
55
55
  "@typescript-eslint/eslint-plugin": "5.37.0",
56
56
  "@typescript-eslint/parser": "5.37.0",
57
57
  "babel-core": "7.0.0-bridge.0",
58
58
  "babel-jest": "29.0.3",
59
59
  "babel-watch": "^7.0.0",
60
- "chain-registry": "^0.13.2",
60
+ "chain-registry": "^1.0.0",
61
61
  "cross-env": "^7.0.2",
62
62
  "eslint": "8.23.1",
63
63
  "eslint-config-prettier": "^8.5.0",
@@ -73,7 +73,7 @@
73
73
  },
74
74
  "dependencies": {
75
75
  "@babel/runtime": "^7.19.0",
76
- "@chain-registry/types": "^0.10.2"
76
+ "@chain-registry/types": "^0.11.0"
77
77
  },
78
- "gitHead": "e01cbeb19082e4dd1386f958b59be5f2013ca49d"
78
+ "gitHead": "3f6b00c23df64fdac243ae5b6af41a69fcf27755"
79
79
  }