@chain-registry/osmosis 1.6.1 → 1.7.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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.7.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.6.1...@chain-registry/osmosis@1.7.0) (2023-02-08)
7
+
8
+ **Note:** Version bump only for package @chain-registry/osmosis
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.6.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.6.0...@chain-registry/osmosis@1.6.1) (2023-01-17)
7
15
 
8
16
  **Note:** Version bump only for package @chain-registry/osmosis
package/main/chain.js CHANGED
@@ -30,21 +30,24 @@ var chain = {
30
30
  staking: {
31
31
  staking_tokens: [{
32
32
  denom: 'uosmo'
33
- }]
33
+ }],
34
+ lock_duration: {
35
+ time: '1209600s'
36
+ }
34
37
  },
35
38
  codebase: {
36
39
  git_repo: 'https://github.com/osmosis-labs/osmosis',
37
- recommended_version: 'v12.3.0',
38
- compatible_versions: ['v12.3.0', 'v12.2.0', 'v12.2.1'],
40
+ recommended_version: 'v14.0.0',
41
+ compatible_versions: ['v14.0.0'],
39
42
  binaries: {
40
- 'linux/amd64': 'https://github.com/osmosis-labs/osmosis/releases/download/v12.3.0/osmosisd-12.3.0-linux-amd64?checksum=sha256:958210c919d13c281896fa9773c323c5534f0fa46d74807154f737609a00db70',
41
- 'linux/arm64': 'https://github.com/osmosis-labs/osmosis/releases/download/v12.3.0/osmosisd-12.3.0-linux-arm64?checksum=sha256:a931618c8a839c30e5cecfd2a88055cda1d68cc68557fe3303fe14e2de3bef8f'
43
+ 'linux/amd64': 'https://github.com/osmosis-labs/osmosis/releases/download/v14.0.0/osmosisd-14.0.0-linux-amd64?checksum=sha256:441cac2f9094b63ec7a363f4d5442f16c28f65390cf286a589be62ee1ba66cc1',
44
+ 'linux/arm64': 'https://github.com/osmosis-labs/osmosis/releases/download/v14.0.0/osmosisd-14.0.0-linux-arm64?checksum=sha256:5c8bed57f2d58bb3d3834beb9ef38aedc9329c8bf3e95da28aa7b00b2174bfc1'
42
45
  },
43
46
  cosmos_sdk_version: '0.45',
44
47
  tendermint_version: '0.34',
45
- cosmwasm_version: '0.28',
48
+ cosmwasm_version: '0.30',
46
49
  cosmwasm_enabled: true,
47
- ibc_go_version: '3.3.0',
50
+ ibc_go_version: '4.2.0',
48
51
  ics_enabled: ['ics20-1'],
49
52
  genesis: {
50
53
  name: 'v3',
@@ -83,9 +86,22 @@ var chain = {
83
86
  }, {
84
87
  name: 'v12',
85
88
  tag: 'v12.3.0',
86
- height: 6246000
89
+ height: 6246000,
90
+ next_version_name: 'v13'
91
+ }, {
92
+ name: 'v13',
93
+ tag: 'v13.1.0',
94
+ height: 7241500,
95
+ next_version_name: 'v14'
96
+ }, {
97
+ name: 'v14',
98
+ tag: 'v14.0.0',
99
+ height: 7937500
87
100
  }]
88
101
  },
102
+ logo_URIs: {
103
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmosis-chain-logo.png'
104
+ },
89
105
  peers: {
90
106
  seeds: [{
91
107
  id: '83adaa38d1c15450056050fd4c9763fcc7e02e2c',
@@ -121,12 +137,24 @@ var chain = {
121
137
  provider: 'Lavender.Five Nodes 🐝'
122
138
  }, {
123
139
  id: 'ebc272824924ea1a27ea3183dd0b9ba713494f83',
124
- address: 'osmosis.mainnet.seed.autostake.net:26716',
125
- provider: 'AutoStake.net'
140
+ address: 'osmosis-mainnet-seed-autostake.net:26716',
141
+ provider: 'AutoStake 🛡️ Slash Protected'
126
142
  }, {
127
143
  id: '3cc024d1c760c9cd96e6413abaf3b36a8bdca58e',
128
144
  address: 'seeds.goldenratiostaking.net:1630',
129
145
  provider: 'Golden Ratio Staking'
146
+ }, {
147
+ id: 'bd7064a50f5843e2c84c71c4dc18ac07424bdcc1',
148
+ address: 'seeds.whispernode.com:12556',
149
+ provider: 'WhisperNode🤐'
150
+ }, {
151
+ id: 'e1b058e5cfa2b836ddaa496b10911da62dcf182e',
152
+ address: 'osmosis-seed-1.allnodes.me:26656',
153
+ provider: 'Allnodes.com ⚡️ Nodes & Staking'
154
+ }, {
155
+ id: 'e726816f42831689eab9378d5d577f1d06d25716',
156
+ address: 'osmosis-seed-2.allnodes.me:26656',
157
+ provider: 'Allnodes.com ⚡️ Nodes & Staking'
130
158
  }],
131
159
  persistent_peers: [{
132
160
  id: 'b63e1e588e8feb7e4a4adf0f2542d755e606d3f1',
@@ -234,8 +262,8 @@ var chain = {
234
262
  provider: 'in3s.com'
235
263
  }, {
236
264
  id: 'ebc272824924ea1a27ea3183dd0b9ba713494f83',
237
- address: 'osmosis.mainnet.peer.autostake.net:26716',
238
- provider: 'AutoStake.net'
265
+ address: 'osmosis-mainnet-peer-autostake.net:26716',
266
+ provider: 'AutoStake 🛡️ Slash Protected'
239
267
  }]
240
268
  },
241
269
  apis: {
@@ -287,6 +315,9 @@ var chain = {
287
315
  }, {
288
316
  address: 'https://osmosis.rpc.interchain.ivaldilabs.xyz',
289
317
  provider: 'Ivaldi Labs'
318
+ }, {
319
+ address: 'https://rpc.osl.zone',
320
+ provider: 'Osmosis Support Lab'
290
321
  }],
291
322
  rest: [{
292
323
  address: 'https://lcd.osmosis.zone/',
@@ -330,6 +361,12 @@ var chain = {
330
361
  }, {
331
362
  address: 'https://osmosis.rest.interchain.ivaldilabs.xyz',
332
363
  provider: 'Ivaldi Labs'
364
+ }, {
365
+ address: 'https://api.osl.zone',
366
+ provider: 'Osmosis Support Lab'
367
+ }, {
368
+ address: 'https://osmosis-mainnet-lcd-autostake.net:443',
369
+ provider: 'AutoStake 🛡️ Slash Protected'
333
370
  }, {
334
371
  address: 'https://osmosis.stakesystems.io/',
335
372
  provider: 'stakesystems'
@@ -363,7 +400,8 @@ var chain = {
363
400
  explorers: [{
364
401
  kind: 'EZStaking Tools',
365
402
  url: 'https://ezstaking.tools/osmosis',
366
- tx_page: 'https://ezstaking.tools/osmosis/txs/${txHash}'
403
+ tx_page: 'https://ezstaking.tools/osmosis/txs/${txHash}',
404
+ account_page: 'https://ezstaking.tools/osmosis/account/${accountAddress}'
367
405
  }, {
368
406
  kind: 'mintscan',
369
407
  url: 'https://www.mintscan.io/osmosis',
@@ -377,15 +415,12 @@ var chain = {
377
415
  kind: 'explorers.guru',
378
416
  url: 'https://osmosis.explorers.guru',
379
417
  tx_page: 'https://osmosis.explorers.guru/transaction/${txHash}',
380
- account_page: 'https://osmosis.explorers.guru/transaction/${accountAddress}'
418
+ account_page: 'https://osmosis.explorers.guru/account/${accountAddress}'
381
419
  }, {
382
420
  kind: 'atomscan',
383
421
  url: 'https://atomscan.com/osmosis',
384
422
  tx_page: 'https://atomscan.com/osmosis/transactions/${txHash}'
385
423
  }],
386
- logo_URIs: {
387
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmosis-chain-logo.png'
388
- },
389
424
  keywords: ['dex']
390
425
  };
391
426
  var _default = chain;
package/main/testnet.js CHANGED
@@ -32,11 +32,11 @@ var testnet = {
32
32
  },
33
33
  codebase: {
34
34
  git_repo: 'https://github.com/osmosis-labs/osmosis',
35
- recommended_version: 'v11.0.0',
36
- compatible_versions: ['v11.0.0'],
35
+ recommended_version: 'v14.0.0-rc1',
36
+ compatible_versions: ['v14.0.0-rc1'],
37
37
  cosmos_sdk_version: '0.45',
38
38
  tendermint_version: '0.34',
39
- cosmwasm_version: '0.24',
39
+ cosmwasm_version: '0.29',
40
40
  cosmwasm_enabled: true,
41
41
  genesis: {
42
42
  genesis_url: 'https://github.com/osmosis-labs/networks/raw/main/osmo-test-4/genesis.tar.bz2'
@@ -79,7 +79,10 @@ var testnet = {
79
79
  address: 'https://testnet-rest.osmosis.zone/',
80
80
  provider: ''
81
81
  }],
82
- grpc: []
82
+ grpc: [{
83
+ address: 'https://grpc-test.osmosis.zone:443',
84
+ provider: 'Osmosis'
85
+ }]
83
86
  },
84
87
  logo_URIs: {
85
88
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmosis-chain-logo.png'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.6.1",
3
+ "version": "1.7.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.6",
51
51
  "@babel/preset-env": "7.19.4",
52
52
  "@babel/preset-typescript": "^7.17.12",
53
- "@chain-registry/utils": "^1.4.0",
53
+ "@chain-registry/utils": "^1.5.0",
54
54
  "@types/jest": "^29.2.0",
55
55
  "@typescript-eslint/eslint-plugin": "5.40.1",
56
56
  "@typescript-eslint/parser": "5.40.1",
57
57
  "babel-core": "7.0.0-bridge.0",
58
58
  "babel-jest": "29.2.1",
59
59
  "babel-watch": "^7.0.0",
60
- "chain-registry": "^1.6.1",
60
+ "chain-registry": "^1.7.0",
61
61
  "cross-env": "^7.0.2",
62
62
  "eslint": "8.25.0",
63
63
  "eslint-config-prettier": "^8.5.0",
@@ -75,5 +75,5 @@
75
75
  "@babel/runtime": "^7.19.4",
76
76
  "@chain-registry/types": "^0.14.0"
77
77
  },
78
- "gitHead": "be2655d618ea1eda920fde4bec3eb7365f85b42c"
78
+ "gitHead": "3b7400b1f55405ec903b03aaf23d4ee1972afeed"
79
79
  }