@chain-registry/osmosis 0.13.0 → 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/CHANGELOG.md +8 -0
- package/main/asset_list.js +89 -2
- package/main/chain.js +17 -0
- package/package.json +4 -4
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.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)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @chain-registry/osmosis
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [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
15
|
|
|
8
16
|
**Note:** Version bump only for package @chain-registry/osmosis
|
package/main/asset_list.js
CHANGED
|
@@ -2173,6 +2173,35 @@ var asset_list = {
|
|
|
2173
2173
|
channel_id: 'channel-259'
|
|
2174
2174
|
}
|
|
2175
2175
|
}]
|
|
2176
|
+
}, {
|
|
2177
|
+
description: 'The native token of Lambda',
|
|
2178
|
+
denom_units: [{
|
|
2179
|
+
denom: 'ibc/0EA19B60FF5346E5A5C6830893DE11489308876444FC3352328F49CC03908274',
|
|
2180
|
+
exponent: 0,
|
|
2181
|
+
aliases: ['ulamb']
|
|
2182
|
+
}, {
|
|
2183
|
+
denom: 'lamb',
|
|
2184
|
+
exponent: 18
|
|
2185
|
+
}],
|
|
2186
|
+
base: 'ibc/0EA19B60FF5346E5A5C6830893DE11489308876444FC3352328F49CC03908274',
|
|
2187
|
+
name: 'Lambda',
|
|
2188
|
+
display: 'lamb',
|
|
2189
|
+
symbol: 'LAMB',
|
|
2190
|
+
logo_URIs: {
|
|
2191
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png'
|
|
2192
|
+
},
|
|
2193
|
+
coingecko_id: 'lambda',
|
|
2194
|
+
traces: [{
|
|
2195
|
+
type: 'ibc',
|
|
2196
|
+
counterparty: {
|
|
2197
|
+
channel_id: 'channel-1',
|
|
2198
|
+
base_denom: 'ulamb',
|
|
2199
|
+
chain_name: 'lambda'
|
|
2200
|
+
},
|
|
2201
|
+
chain: {
|
|
2202
|
+
channel_id: 'channel-350'
|
|
2203
|
+
}
|
|
2204
|
+
}]
|
|
2176
2205
|
}, {
|
|
2177
2206
|
description: 'LIKE is the native staking and governance token of LikeCoin chain, a Decentralized Publishing Infrastructure to empower content ownership, authenticity, and provenance.',
|
|
2178
2207
|
denom_units: [{
|
|
@@ -2411,14 +2440,14 @@ var asset_list = {
|
|
|
2411
2440
|
}, {
|
|
2412
2441
|
description: 'pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.',
|
|
2413
2442
|
denom_units: [{
|
|
2414
|
-
denom: 'ibc/
|
|
2443
|
+
denom: 'ibc/4126486B50373C2F5264F31C9D3C9FF5E41F30AD0C91D6CDE3D20EA5518B71C4',
|
|
2415
2444
|
exponent: 0,
|
|
2416
2445
|
aliases: ['ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444']
|
|
2417
2446
|
}, {
|
|
2418
2447
|
denom: 'pstake',
|
|
2419
2448
|
exponent: 18
|
|
2420
2449
|
}],
|
|
2421
|
-
base: 'ibc/
|
|
2450
|
+
base: 'ibc/4126486B50373C2F5264F31C9D3C9FF5E41F30AD0C91D6CDE3D20EA5518B71C4',
|
|
2422
2451
|
name: 'pSTAKE Finance',
|
|
2423
2452
|
display: 'pstake',
|
|
2424
2453
|
symbol: 'PSTAKE',
|
|
@@ -2469,6 +2498,35 @@ var asset_list = {
|
|
|
2469
2498
|
channel_id: 'channel-222'
|
|
2470
2499
|
}
|
|
2471
2500
|
}]
|
|
2501
|
+
}, {
|
|
2502
|
+
description: 'REBUS, the native coin of the Rebus chain.',
|
|
2503
|
+
denom_units: [{
|
|
2504
|
+
denom: 'ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9',
|
|
2505
|
+
exponent: 0,
|
|
2506
|
+
aliases: ['arebus']
|
|
2507
|
+
}, {
|
|
2508
|
+
denom: 'rebus',
|
|
2509
|
+
exponent: 18
|
|
2510
|
+
}],
|
|
2511
|
+
base: 'ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9',
|
|
2512
|
+
name: 'Rebus',
|
|
2513
|
+
display: 'rebus',
|
|
2514
|
+
symbol: 'REBUS',
|
|
2515
|
+
logo_URIs: {
|
|
2516
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png',
|
|
2517
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg'
|
|
2518
|
+
},
|
|
2519
|
+
traces: [{
|
|
2520
|
+
type: 'ibc',
|
|
2521
|
+
counterparty: {
|
|
2522
|
+
channel_id: 'channel-0',
|
|
2523
|
+
base_denom: 'arebus',
|
|
2524
|
+
chain_name: 'rebus'
|
|
2525
|
+
},
|
|
2526
|
+
chain: {
|
|
2527
|
+
channel_id: 'channel-355'
|
|
2528
|
+
}
|
|
2529
|
+
}]
|
|
2472
2530
|
}, {
|
|
2473
2531
|
description: 'REGEN coin is the token for the Regen Network Platform',
|
|
2474
2532
|
denom_units: [{
|
|
@@ -2796,6 +2854,35 @@ var asset_list = {
|
|
|
2796
2854
|
channel_id: 'channel-326'
|
|
2797
2855
|
}
|
|
2798
2856
|
}]
|
|
2857
|
+
}, {
|
|
2858
|
+
denom_units: [{
|
|
2859
|
+
denom: 'ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A',
|
|
2860
|
+
exponent: 0,
|
|
2861
|
+
aliases: ['stustars']
|
|
2862
|
+
}, {
|
|
2863
|
+
denom: 'ststars',
|
|
2864
|
+
exponent: 6
|
|
2865
|
+
}],
|
|
2866
|
+
base: 'ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A',
|
|
2867
|
+
name: 'stSTARS',
|
|
2868
|
+
display: 'ststars',
|
|
2869
|
+
symbol: 'stSTARS',
|
|
2870
|
+
logo_URIs: {
|
|
2871
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png',
|
|
2872
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
|
|
2873
|
+
},
|
|
2874
|
+
coingecko_id: '',
|
|
2875
|
+
traces: [{
|
|
2876
|
+
type: 'ibc',
|
|
2877
|
+
counterparty: {
|
|
2878
|
+
channel_id: 'channel-5',
|
|
2879
|
+
base_denom: 'stustars',
|
|
2880
|
+
chain_name: 'stride'
|
|
2881
|
+
},
|
|
2882
|
+
chain: {
|
|
2883
|
+
channel_id: 'channel-326'
|
|
2884
|
+
}
|
|
2885
|
+
}]
|
|
2799
2886
|
}, {
|
|
2800
2887
|
denom_units: [{
|
|
2801
2888
|
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.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.
|
|
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.
|
|
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",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"@babel/runtime": "^7.19.0",
|
|
76
76
|
"@chain-registry/types": "^0.11.0"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "3f6b00c23df64fdac243ae5b6af41a69fcf27755"
|
|
79
79
|
}
|