@chain-registry/osmosis 0.9.3 → 0.12.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,7 +9,7 @@ var chain = {
9
9
  chain_name: 'osmosis',
10
10
  status: 'live',
11
11
  network_type: 'mainnet',
12
- updatelink: 'https://raw.githubusercontent.com/osmosis-labs/osmosis/main/chain.schema.json',
12
+ update_link: 'https://raw.githubusercontent.com/osmosis-labs/osmosis/main/chain.schema.json',
13
13
  pretty_name: 'Osmosis',
14
14
  chain_id: 'osmosis-1',
15
15
  bech32_prefix: 'osmo',
@@ -45,7 +45,41 @@ var chain = {
45
45
  cosmos_sdk_version: '0.45',
46
46
  tendermint_version: '0.34',
47
47
  cosmwasm_version: '0.24',
48
- cosmwasm_enabled: true
48
+ cosmwasm_enabled: true,
49
+ genesis: {
50
+ name: 'v3.1.0',
51
+ genesis_url: 'https://github.com/osmosis-labs/networks/raw/main/osmosis-1/genesis.json'
52
+ },
53
+ versions: [{
54
+ name: 'v3',
55
+ tag: 'v3.1.0',
56
+ height: 0,
57
+ next_version_name: 'v4'
58
+ }, {
59
+ name: 'v4',
60
+ tag: 'v4.2.0',
61
+ height: 1314500,
62
+ next_version_name: 'v5'
63
+ }, {
64
+ name: 'v5',
65
+ tag: 'v6.4.1',
66
+ height: 2383300,
67
+ next_version_name: 'v7'
68
+ }, {
69
+ name: 'v7',
70
+ tag: 'v8.0.0',
71
+ height: 3401000,
72
+ next_version_name: 'v9'
73
+ }, {
74
+ name: 'v9',
75
+ tag: 'v10.0.1',
76
+ height: 4707300,
77
+ next_version_name: 'v11'
78
+ }, {
79
+ name: 'v11',
80
+ tag: 'v11.0.0',
81
+ height: 5432450
82
+ }]
49
83
  },
50
84
  peers: {
51
85
  seeds: [{
@@ -181,6 +215,12 @@ var chain = {
181
215
  },
182
216
  apis: {
183
217
  rpc: [{
218
+ address: 'https://rpc.osmosis.zone/',
219
+ provider: 'Osmosis Foundation'
220
+ }, {
221
+ address: 'https://rpc-osmosis.blockapsis.com',
222
+ provider: 'chainapsis'
223
+ }, {
184
224
  address: 'https://osmosis-rpc.quickapi.com:443',
185
225
  provider: 'Chainlayer'
186
226
  }, {
@@ -189,9 +229,6 @@ var chain = {
189
229
  }, {
190
230
  address: 'https://osmosis.validator.network/',
191
231
  provider: 'validatornetwork'
192
- }, {
193
- address: 'https://rpc-osmosis.blockapsis.com',
194
- provider: 'chainapsis'
195
232
  }, {
196
233
  address: 'https://rpc-osmosis.ecostake.com',
197
234
  provider: 'ecostake'
@@ -199,16 +236,16 @@ var chain = {
199
236
  address: 'https://osmosis-rpc.polkachu.com',
200
237
  provider: 'Polkachu'
201
238
  }, {
202
- address: 'https://rpc-osmosis-ia.notional.ventures/',
239
+ address: 'https://rpc-osmosis-ia.cosmosia.notional.ventures/',
203
240
  provider: 'Notional'
204
- }, {
205
- address: 'https://rpc.osmosis.zone/',
206
- provider: 'Osmosis Foundation'
207
241
  }, {
208
242
  address: 'https://rpc.osmosis.interbloc.org',
209
243
  provider: 'Interbloc'
210
244
  }],
211
245
  rest: [{
246
+ address: 'https://lcd.osmosis.zone/',
247
+ provider: 'Osmosis Foundation'
248
+ }, {
212
249
  address: 'https://osmosis-lcd.quickapi.com:443',
213
250
  provider: 'Chainlayer'
214
251
  }, {
@@ -221,14 +258,14 @@ var chain = {
221
258
  address: 'https://rest-osmosis.ecostake.com',
222
259
  provider: 'ecostake'
223
260
  }, {
224
- address: 'https://api-osmosis-ia.notional.ventures/',
261
+ address: 'https://api-osmosis-ia.cosmosia.notional.ventures/',
225
262
  provider: 'Notional'
226
- }, {
227
- address: 'https://lcd.osmosis.zone/',
228
- provider: 'Osmosis Foundation'
229
263
  }, {
230
264
  address: 'https://api.osmosis.interbloc.org',
231
265
  provider: 'Interbloc'
266
+ }, {
267
+ address: 'https://osmosis-api.polkachu.com',
268
+ provider: 'Polkachu'
232
269
  }, {
233
270
  address: 'https://osmosis.stakesystems.io/',
234
271
  provider: 'stakesystems'
@@ -237,8 +274,11 @@ var chain = {
237
274
  address: 'osmosis.strange.love:9090',
238
275
  provider: 'strangelove'
239
276
  }, {
240
- address: 'grpc-osmosis-ia.notional.ventures:443',
277
+ address: 'grpc-osmosis-ia.cosmosia.notional.ventures:443',
241
278
  provider: 'Notional'
279
+ }, {
280
+ address: 'osmosis-grpc.polkachu.com:12590',
281
+ provider: 'Polkachu'
242
282
  }]
243
283
  },
244
284
  explorers: [{
package/package.json CHANGED
@@ -1,12 +1,11 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "0.9.3",
3
+ "version": "0.12.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",
7
7
  "license": "SEE LICENSE IN LICENSE",
8
8
  "main": "main/index.js",
9
- "module": "module/index.js",
10
9
  "typings": "types/index.d.ts",
11
10
  "directories": {
12
11
  "lib": "src",
@@ -14,13 +13,10 @@
14
13
  },
15
14
  "files": [
16
15
  "types",
17
- "main",
18
- "module"
16
+ "main"
19
17
  ],
20
18
  "scripts": {
21
- "build:main": "cross-env BABEL_ENV=production babel src --out-dir main --delete-dir-on-start --extensions \".tsx,.ts,.js\"",
22
- "build:module": "cross-env MODULE=true babel src --out-dir module --delete-dir-on-start --extensions \".tsx,.ts,.js\"",
23
- "build": "npm run build:module && npm run build:main",
19
+ "build": "cross-env BABEL_ENV=production babel src --out-dir main --delete-dir-on-start --extensions \".tsx,.ts,.js\"",
24
20
  "build:ts": "tsc --project ./tsconfig.json",
25
21
  "buidl": "npm run build && npm run build:ts",
26
22
  "build:pkg": "babel-node ./scripts/build.js",
@@ -44,40 +40,40 @@
44
40
  "url": "https://github.com/cosmology-tech/chain-registry/issues"
45
41
  },
46
42
  "devDependencies": {
47
- "@babel/cli": "7.17.10",
48
- "@babel/core": "7.18.5",
49
- "@babel/eslint-parser": "^7.18.2",
50
- "@babel/node": "^7.18.5",
51
- "@babel/plugin-proposal-class-properties": "7.17.12",
52
- "@babel/plugin-proposal-export-default-from": "7.17.12",
53
- "@babel/plugin-proposal-object-rest-spread": "7.18.0",
54
- "@babel/plugin-transform-runtime": "7.18.5",
55
- "@babel/preset-env": "7.18.2",
43
+ "@babel/cli": "7.18.10",
44
+ "@babel/core": "7.19.1",
45
+ "@babel/eslint-parser": "^7.19.1",
46
+ "@babel/node": "^7.19.1",
47
+ "@babel/plugin-proposal-class-properties": "7.18.6",
48
+ "@babel/plugin-proposal-export-default-from": "7.18.10",
49
+ "@babel/plugin-proposal-object-rest-spread": "7.18.9",
50
+ "@babel/plugin-transform-runtime": "7.19.1",
51
+ "@babel/preset-env": "7.19.1",
56
52
  "@babel/preset-typescript": "^7.17.12",
57
- "@chain-registry/utils": "^0.7.3",
58
- "@types/jest": "^28.1.1",
59
- "@typescript-eslint/eslint-plugin": "5.31.0",
60
- "@typescript-eslint/parser": "5.31.0",
53
+ "@chain-registry/utils": "^0.10.0",
54
+ "@types/jest": "^29.0.2",
55
+ "@typescript-eslint/eslint-plugin": "5.37.0",
56
+ "@typescript-eslint/parser": "5.37.0",
61
57
  "babel-core": "7.0.0-bridge.0",
62
- "babel-jest": "28.1.1",
58
+ "babel-jest": "29.0.3",
63
59
  "babel-watch": "^7.0.0",
64
- "chain-registry": "^0.10.3",
60
+ "chain-registry": "^0.13.0",
65
61
  "cross-env": "^7.0.2",
66
- "eslint": "8.20.0",
62
+ "eslint": "8.23.1",
67
63
  "eslint-config-prettier": "^8.5.0",
68
64
  "eslint-plugin-prettier": "^4.0.0",
69
- "eslint-plugin-simple-import-sort": "7.0.0",
65
+ "eslint-plugin-simple-import-sort": "8.0.0",
70
66
  "eslint-plugin-unused-imports": "2.0.0",
71
- "jest": "^28.1.1",
67
+ "jest": "^29.0.3",
72
68
  "long": "^5.2.0",
73
69
  "prettier": "^2.7.0",
74
70
  "regenerator-runtime": "^0.13.7",
75
- "ts-jest": "^28.0.5",
76
- "typescript": "^4.7.3"
71
+ "ts-jest": "^29.0.1",
72
+ "typescript": "^4.8.3"
77
73
  },
78
74
  "dependencies": {
79
- "@babel/runtime": "^7.18.3",
80
- "@chain-registry/types": "^0.7.1"
75
+ "@babel/runtime": "^7.19.0",
76
+ "@chain-registry/types": "^0.10.0"
81
77
  },
82
- "gitHead": "ae547a0bc6719afb190ae40c895eaeda94079ef4"
78
+ "gitHead": "85c4d099a79b176a95e488af82b4b6b365c03732"
83
79
  }
package/types/index.d.ts CHANGED
@@ -4,11 +4,11 @@ import chain from './chain';
4
4
  import testnet from './testnet';
5
5
  import testnet_assets from './testnet_assets';
6
6
  declare const _default: {
7
- chain: import('@chain-registry/types').Chain;
8
- assets: import('@chain-registry/types').AssetList;
9
- asset_list: import('@chain-registry/types').AssetList;
10
- testnet: import('@chain-registry/types').Chain;
11
- testnet_assets: import('@chain-registry/types').AssetList;
7
+ chain: import("@chain-registry/types").Chain;
8
+ assets: import("@chain-registry/types").AssetList;
9
+ asset_list: import("@chain-registry/types").AssetList;
10
+ testnet: import("@chain-registry/types").Chain;
11
+ testnet_assets: import("@chain-registry/types").AssetList;
12
12
  };
13
13
  export default _default;
14
14
  export { asset_list, assets, chain, testnet, testnet_assets };