@chain-registry/osmosis
Advanced tools
Comparing version 1.13.0 to 1.14.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [1.14.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.13.1...@chain-registry/osmosis@1.14.0) (2023-04-20) | ||
**Note:** Version bump only for package @chain-registry/osmosis | ||
## [1.13.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.13.0...@chain-registry/osmosis@1.13.1) (2023-04-20) | ||
**Note:** Version bump only for package @chain-registry/osmosis | ||
# [1.13.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.12.1...@chain-registry/osmosis@1.13.0) (2023-04-18) | ||
@@ -8,0 +24,0 @@ |
@@ -24,4 +24,4 @@ "use strict"; | ||
denom: 'uosmo', | ||
fixed_min_gas_price: 0, | ||
low_gas_price: 0, | ||
fixed_min_gas_price: 0.0025, | ||
low_gas_price: 0.0025, | ||
average_gas_price: 0.025, | ||
@@ -160,2 +160,6 @@ high_gas_price: 0.04 | ||
provider: 'FreshSTAKING' | ||
}, { | ||
id: '4dac1272a42e6b9e3ae3766304e12f1cb09ecbf0', | ||
address: 'osmosis-seed.panthea.eu:40656', | ||
provider: 'Panthea EU' | ||
}], | ||
@@ -162,0 +166,0 @@ persistent_peers: [{ |
{ | ||
"name": "@chain-registry/osmosis", | ||
"version": "1.13.0", | ||
"version": "1.14.0", | ||
"description": "Chain Registry info for Osmosis", | ||
@@ -43,38 +43,38 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
"devDependencies": { | ||
"@babel/cli": "7.19.3", | ||
"@babel/core": "7.19.6", | ||
"@babel/eslint-parser": "^7.19.1", | ||
"@babel/node": "^7.19.1", | ||
"@babel/cli": "7.21.0", | ||
"@babel/core": "7.21.4", | ||
"@babel/eslint-parser": "^7.21.3", | ||
"@babel/node": "^7.20.7", | ||
"@babel/plugin-proposal-class-properties": "7.18.6", | ||
"@babel/plugin-proposal-export-default-from": "7.18.10", | ||
"@babel/plugin-proposal-object-rest-spread": "7.19.4", | ||
"@babel/plugin-transform-runtime": "7.19.6", | ||
"@babel/preset-env": "7.19.4", | ||
"@babel/preset-typescript": "^7.17.12", | ||
"@chain-registry/utils": "^1.9.1", | ||
"@types/jest": "^29.2.0", | ||
"@typescript-eslint/eslint-plugin": "5.40.1", | ||
"@typescript-eslint/parser": "5.40.1", | ||
"@babel/plugin-proposal-object-rest-spread": "7.20.7", | ||
"@babel/plugin-transform-runtime": "7.21.4", | ||
"@babel/preset-env": "7.21.4", | ||
"@babel/preset-typescript": "^7.21.4", | ||
"@chain-registry/utils": "^1.10.0", | ||
"@types/jest": "^29.5.1", | ||
"@typescript-eslint/eslint-plugin": "5.59.0", | ||
"@typescript-eslint/parser": "5.59.0", | ||
"babel-core": "7.0.0-bridge.0", | ||
"babel-jest": "29.2.1", | ||
"babel-watch": "^7.0.0", | ||
"chain-registry": "^1.12.0", | ||
"babel-jest": "29.5.0", | ||
"babel-watch": "^7.7.2", | ||
"chain-registry": "^1.13.0", | ||
"cross-env": "^7.0.2", | ||
"eslint": "8.25.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint": "8.38.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-simple-import-sort": "8.0.0", | ||
"eslint-plugin-unused-imports": "2.0.0", | ||
"jest": "^29.2.1", | ||
"jest": "^29.5.0", | ||
"long": "^5.2.0", | ||
"prettier": "^2.7.0", | ||
"regenerator-runtime": "^0.13.10", | ||
"ts-jest": "^29.0.3", | ||
"typescript": "^4.8.4" | ||
"prettier": "^2.8.7", | ||
"regenerator-runtime": "^0.13.11", | ||
"ts-jest": "^29.1.0", | ||
"typescript": "^5.0.4" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.19.4", | ||
"@chain-registry/types": "^0.15.0" | ||
"@babel/runtime": "^7.21.0", | ||
"@chain-registry/types": "^0.16.0" | ||
}, | ||
"gitHead": "7c6c6cace9967d8bdad7a4c80aec074557a1ba1c" | ||
"gitHead": "51dac38c0a630c1ca49d55de9b4a9c71665a6775" | ||
} |
Sorry, the diff of this file is too big to display
293409
8863
+ Added@chain-registry/types@0.16.0(transitive)
- Removed@chain-registry/types@0.15.0(transitive)
Updated@babel/runtime@^7.21.0