@chain-registry/osmosis 0.13.0 → 1.0.1
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 +16 -0
- package/main/asset_list.js +119 -2
- package/main/chain.js +17 -0
- package/package.json +5 -5
- package/types/index.d.ts +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.0.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.0.0...@chain-registry/osmosis@1.0.1) (2022-10-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @chain-registry/osmosis
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [1.0.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@0.13.0...@chain-registry/osmosis@1.0.0) (2022-09-29)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @chain-registry/osmosis
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [0.13.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@0.12.2...@chain-registry/osmosis@0.13.0) (2022-09-20)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @chain-registry/osmosis
|
package/main/asset_list.js
CHANGED
|
@@ -1816,6 +1816,36 @@ var asset_list = {
|
|
|
1816
1816
|
channel_id: 'channel-144'
|
|
1817
1817
|
}
|
|
1818
1818
|
}]
|
|
1819
|
+
}, {
|
|
1820
|
+
description: 'pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.',
|
|
1821
|
+
denom_units: [{
|
|
1822
|
+
denom: 'ibc/CBC60FC96BD21708D3B60B2E4AD949E0DA07C67EFE6A8D463298806CD507A9CF',
|
|
1823
|
+
exponent: 0,
|
|
1824
|
+
aliases: ['gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006']
|
|
1825
|
+
}, {
|
|
1826
|
+
denom: 'pstake',
|
|
1827
|
+
exponent: 6
|
|
1828
|
+
}],
|
|
1829
|
+
base: 'ibc/CBC60FC96BD21708D3B60B2E4AD949E0DA07C67EFE6A8D463298806CD507A9CF',
|
|
1830
|
+
name: 'pSTAKE Finance',
|
|
1831
|
+
display: 'pstake',
|
|
1832
|
+
symbol: 'PSTAKE',
|
|
1833
|
+
traces: [{
|
|
1834
|
+
type: 'ibc',
|
|
1835
|
+
counterparty: {
|
|
1836
|
+
channel_id: 'channel-10',
|
|
1837
|
+
base_denom: 'gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006',
|
|
1838
|
+
chain_name: 'gravitybridge'
|
|
1839
|
+
},
|
|
1840
|
+
chain: {
|
|
1841
|
+
channel_id: 'channel-144'
|
|
1842
|
+
}
|
|
1843
|
+
}],
|
|
1844
|
+
logo_URIs: {
|
|
1845
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
|
|
1846
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
|
|
1847
|
+
},
|
|
1848
|
+
coingecko_id: 'pstake-finance'
|
|
1819
1849
|
}, {
|
|
1820
1850
|
description: 'The native token of IXO Chain',
|
|
1821
1851
|
denom_units: [{
|
|
@@ -2173,6 +2203,35 @@ var asset_list = {
|
|
|
2173
2203
|
channel_id: 'channel-259'
|
|
2174
2204
|
}
|
|
2175
2205
|
}]
|
|
2206
|
+
}, {
|
|
2207
|
+
description: 'The native token of Lambda',
|
|
2208
|
+
denom_units: [{
|
|
2209
|
+
denom: 'ibc/0EA19B60FF5346E5A5C6830893DE11489308876444FC3352328F49CC03908274',
|
|
2210
|
+
exponent: 0,
|
|
2211
|
+
aliases: ['ulamb']
|
|
2212
|
+
}, {
|
|
2213
|
+
denom: 'lamb',
|
|
2214
|
+
exponent: 18
|
|
2215
|
+
}],
|
|
2216
|
+
base: 'ibc/0EA19B60FF5346E5A5C6830893DE11489308876444FC3352328F49CC03908274',
|
|
2217
|
+
name: 'Lambda',
|
|
2218
|
+
display: 'lamb',
|
|
2219
|
+
symbol: 'LAMB',
|
|
2220
|
+
logo_URIs: {
|
|
2221
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png'
|
|
2222
|
+
},
|
|
2223
|
+
coingecko_id: 'lambda',
|
|
2224
|
+
traces: [{
|
|
2225
|
+
type: 'ibc',
|
|
2226
|
+
counterparty: {
|
|
2227
|
+
channel_id: 'channel-1',
|
|
2228
|
+
base_denom: 'ulamb',
|
|
2229
|
+
chain_name: 'lambda'
|
|
2230
|
+
},
|
|
2231
|
+
chain: {
|
|
2232
|
+
channel_id: 'channel-350'
|
|
2233
|
+
}
|
|
2234
|
+
}]
|
|
2176
2235
|
}, {
|
|
2177
2236
|
description: 'LIKE is the native staking and governance token of LikeCoin chain, a Decentralized Publishing Infrastructure to empower content ownership, authenticity, and provenance.',
|
|
2178
2237
|
denom_units: [{
|
|
@@ -2411,14 +2470,14 @@ var asset_list = {
|
|
|
2411
2470
|
}, {
|
|
2412
2471
|
description: 'pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.',
|
|
2413
2472
|
denom_units: [{
|
|
2414
|
-
denom: 'ibc/
|
|
2473
|
+
denom: 'ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961',
|
|
2415
2474
|
exponent: 0,
|
|
2416
2475
|
aliases: ['ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444']
|
|
2417
2476
|
}, {
|
|
2418
2477
|
denom: 'pstake',
|
|
2419
2478
|
exponent: 18
|
|
2420
2479
|
}],
|
|
2421
|
-
base: 'ibc/
|
|
2480
|
+
base: 'ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961',
|
|
2422
2481
|
name: 'pSTAKE Finance',
|
|
2423
2482
|
display: 'pstake',
|
|
2424
2483
|
symbol: 'PSTAKE',
|
|
@@ -2469,6 +2528,35 @@ var asset_list = {
|
|
|
2469
2528
|
channel_id: 'channel-222'
|
|
2470
2529
|
}
|
|
2471
2530
|
}]
|
|
2531
|
+
}, {
|
|
2532
|
+
description: 'REBUS, the native coin of the Rebus chain.',
|
|
2533
|
+
denom_units: [{
|
|
2534
|
+
denom: 'ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9',
|
|
2535
|
+
exponent: 0,
|
|
2536
|
+
aliases: ['arebus']
|
|
2537
|
+
}, {
|
|
2538
|
+
denom: 'rebus',
|
|
2539
|
+
exponent: 18
|
|
2540
|
+
}],
|
|
2541
|
+
base: 'ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9',
|
|
2542
|
+
name: 'Rebus',
|
|
2543
|
+
display: 'rebus',
|
|
2544
|
+
symbol: 'REBUS',
|
|
2545
|
+
logo_URIs: {
|
|
2546
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png',
|
|
2547
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg'
|
|
2548
|
+
},
|
|
2549
|
+
traces: [{
|
|
2550
|
+
type: 'ibc',
|
|
2551
|
+
counterparty: {
|
|
2552
|
+
channel_id: 'channel-0',
|
|
2553
|
+
base_denom: 'arebus',
|
|
2554
|
+
chain_name: 'rebus'
|
|
2555
|
+
},
|
|
2556
|
+
chain: {
|
|
2557
|
+
channel_id: 'channel-355'
|
|
2558
|
+
}
|
|
2559
|
+
}]
|
|
2472
2560
|
}, {
|
|
2473
2561
|
description: 'REGEN coin is the token for the Regen Network Platform',
|
|
2474
2562
|
denom_units: [{
|
|
@@ -2796,6 +2884,35 @@ var asset_list = {
|
|
|
2796
2884
|
channel_id: 'channel-326'
|
|
2797
2885
|
}
|
|
2798
2886
|
}]
|
|
2887
|
+
}, {
|
|
2888
|
+
denom_units: [{
|
|
2889
|
+
denom: 'ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A',
|
|
2890
|
+
exponent: 0,
|
|
2891
|
+
aliases: ['stustars']
|
|
2892
|
+
}, {
|
|
2893
|
+
denom: 'ststars',
|
|
2894
|
+
exponent: 6
|
|
2895
|
+
}],
|
|
2896
|
+
base: 'ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A',
|
|
2897
|
+
name: 'stSTARS',
|
|
2898
|
+
display: 'ststars',
|
|
2899
|
+
symbol: 'stSTARS',
|
|
2900
|
+
logo_URIs: {
|
|
2901
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png',
|
|
2902
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
|
|
2903
|
+
},
|
|
2904
|
+
coingecko_id: '',
|
|
2905
|
+
traces: [{
|
|
2906
|
+
type: 'ibc',
|
|
2907
|
+
counterparty: {
|
|
2908
|
+
channel_id: 'channel-5',
|
|
2909
|
+
base_denom: 'stustars',
|
|
2910
|
+
chain_name: 'stride'
|
|
2911
|
+
},
|
|
2912
|
+
chain: {
|
|
2913
|
+
channel_id: 'channel-326'
|
|
2914
|
+
}
|
|
2915
|
+
}]
|
|
2799
2916
|
}, {
|
|
2800
2917
|
denom_units: [{
|
|
2801
2918
|
denom: 'ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC',
|
package/main/chain.js
CHANGED
|
@@ -107,6 +107,14 @@ var chain = {
|
|
|
107
107
|
id: '7c66126b64cd66bafd9ccfc721f068df451d31a3',
|
|
108
108
|
address: 'osmosis-seed.sunshinevalidation.io:9393',
|
|
109
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 🐝'
|
|
110
118
|
}],
|
|
111
119
|
persistent_peers: [{
|
|
112
120
|
id: 'b63e1e588e8feb7e4a4adf0f2542d755e606d3f1',
|
|
@@ -227,6 +235,9 @@ var chain = {
|
|
|
227
235
|
}, {
|
|
228
236
|
address: 'https://rpc-osmosis.whispernode.com',
|
|
229
237
|
provider: 'WhisperNode 🤐'
|
|
238
|
+
}, {
|
|
239
|
+
address: 'https://osmosis-rpc.lavenderfive.com:443',
|
|
240
|
+
provider: 'Lavender.Five Nodes 🐝'
|
|
230
241
|
}, {
|
|
231
242
|
address: 'https://osmosis.validator.network/',
|
|
232
243
|
provider: 'validatornetwork'
|
|
@@ -255,6 +266,9 @@ var chain = {
|
|
|
255
266
|
}, {
|
|
256
267
|
address: 'https://lcd-osmosis.blockapsis.com',
|
|
257
268
|
provider: 'chainapsis'
|
|
269
|
+
}, {
|
|
270
|
+
address: 'https://osmosis-api.lavenderfive.com:443',
|
|
271
|
+
provider: 'Lavender.Five Nodes 🐝'
|
|
258
272
|
}, {
|
|
259
273
|
address: 'https://rest-osmosis.ecostake.com',
|
|
260
274
|
provider: 'ecostake'
|
|
@@ -274,6 +288,9 @@ var chain = {
|
|
|
274
288
|
grpc: [{
|
|
275
289
|
address: 'osmosis.strange.love:9090',
|
|
276
290
|
provider: 'strangelove'
|
|
291
|
+
}, {
|
|
292
|
+
address: 'https://osmosis-grpc.lavenderfive.com:443',
|
|
293
|
+
provider: 'Lavender.Five Nodes 🐝'
|
|
277
294
|
}, {
|
|
278
295
|
address: 'grpc-osmosis-ia.cosmosia.notional.ventures:443',
|
|
279
296
|
provider: 'Notional'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.1",
|
|
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.
|
|
53
|
+
"@chain-registry/utils": "^1.0.1",
|
|
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.
|
|
60
|
+
"chain-registry": "^1.0.1",
|
|
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.11.
|
|
76
|
+
"@chain-registry/types": "^0.11.1"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "1dc04b938a9bbfb226dc3f91092c98c2c2d4c15a"
|
|
79
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
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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 };
|