@chain-registry/osmosis 1.0.0 → 1.1.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 +16 -0
- package/main/asset_list.js +163 -8
- package/main/chain.js +40 -10
- package/main/testnet.js +4 -4
- 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.1.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.0.1...@chain-registry/osmosis@1.1.0) (2022-10-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @chain-registry/osmosis
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [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)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @chain-registry/osmosis
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [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
23
|
|
|
8
24
|
**Note:** Version bump only for package @chain-registry/osmosis
|
package/main/asset_list.js
CHANGED
|
@@ -140,7 +140,7 @@ var asset_list = {
|
|
|
140
140
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
141
141
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
142
142
|
},
|
|
143
|
-
coingecko_id: 'axelar
|
|
143
|
+
coingecko_id: 'axelar',
|
|
144
144
|
traces: [{
|
|
145
145
|
type: 'ibc',
|
|
146
146
|
counterparty: {
|
|
@@ -1379,7 +1379,7 @@ var asset_list = {
|
|
|
1379
1379
|
exponent: 6
|
|
1380
1380
|
}],
|
|
1381
1381
|
base: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
|
|
1382
|
-
name: 'Cosmos',
|
|
1382
|
+
name: 'Cosmos Hub Atom',
|
|
1383
1383
|
display: 'atom',
|
|
1384
1384
|
symbol: 'ATOM',
|
|
1385
1385
|
logo_URIs: {
|
|
@@ -1489,6 +1489,37 @@ var asset_list = {
|
|
|
1489
1489
|
channel_id: 'channel-5'
|
|
1490
1490
|
}
|
|
1491
1491
|
}]
|
|
1492
|
+
}, {
|
|
1493
|
+
description: 'The native token of the Cudos blockchain',
|
|
1494
|
+
denom_units: [{
|
|
1495
|
+
denom: 'ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B',
|
|
1496
|
+
exponent: 0,
|
|
1497
|
+
aliases: ['acudos']
|
|
1498
|
+
}, {
|
|
1499
|
+
denom: 'cudos',
|
|
1500
|
+
exponent: 18,
|
|
1501
|
+
aliases: []
|
|
1502
|
+
}],
|
|
1503
|
+
base: 'ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B',
|
|
1504
|
+
name: 'Cudos',
|
|
1505
|
+
display: 'cudos',
|
|
1506
|
+
symbol: 'CUDOS',
|
|
1507
|
+
logo_URIs: {
|
|
1508
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.png',
|
|
1509
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg'
|
|
1510
|
+
},
|
|
1511
|
+
coingecko_id: 'cudos',
|
|
1512
|
+
traces: [{
|
|
1513
|
+
type: 'ibc',
|
|
1514
|
+
counterparty: {
|
|
1515
|
+
channel_id: 'channel-1',
|
|
1516
|
+
base_denom: 'acudos',
|
|
1517
|
+
chain_name: 'cudos'
|
|
1518
|
+
},
|
|
1519
|
+
chain: {
|
|
1520
|
+
channel_id: 'channel-298'
|
|
1521
|
+
}
|
|
1522
|
+
}]
|
|
1492
1523
|
}, {
|
|
1493
1524
|
description: 'The native token of Decentr',
|
|
1494
1525
|
denom_units: [{
|
|
@@ -1816,6 +1847,36 @@ var asset_list = {
|
|
|
1816
1847
|
channel_id: 'channel-144'
|
|
1817
1848
|
}
|
|
1818
1849
|
}]
|
|
1850
|
+
}, {
|
|
1851
|
+
description: 'pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.',
|
|
1852
|
+
denom_units: [{
|
|
1853
|
+
denom: 'ibc/CBC60FC96BD21708D3B60B2E4AD949E0DA07C67EFE6A8D463298806CD507A9CF',
|
|
1854
|
+
exponent: 0,
|
|
1855
|
+
aliases: ['gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006']
|
|
1856
|
+
}, {
|
|
1857
|
+
denom: 'pstake',
|
|
1858
|
+
exponent: 18
|
|
1859
|
+
}],
|
|
1860
|
+
base: 'ibc/CBC60FC96BD21708D3B60B2E4AD949E0DA07C67EFE6A8D463298806CD507A9CF',
|
|
1861
|
+
name: 'pSTAKE Finance',
|
|
1862
|
+
display: 'pstake',
|
|
1863
|
+
symbol: 'PSTAKE',
|
|
1864
|
+
traces: [{
|
|
1865
|
+
type: 'ibc',
|
|
1866
|
+
counterparty: {
|
|
1867
|
+
channel_id: 'channel-10',
|
|
1868
|
+
base_denom: 'gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006',
|
|
1869
|
+
chain_name: 'gravitybridge'
|
|
1870
|
+
},
|
|
1871
|
+
chain: {
|
|
1872
|
+
channel_id: 'channel-144'
|
|
1873
|
+
}
|
|
1874
|
+
}],
|
|
1875
|
+
logo_URIs: {
|
|
1876
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
|
|
1877
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
|
|
1878
|
+
},
|
|
1879
|
+
coingecko_id: 'pstake-finance'
|
|
1819
1880
|
}, {
|
|
1820
1881
|
description: 'The native token of IXO Chain',
|
|
1821
1882
|
denom_units: [{
|
|
@@ -2173,17 +2234,46 @@ var asset_list = {
|
|
|
2173
2234
|
channel_id: 'channel-259'
|
|
2174
2235
|
}
|
|
2175
2236
|
}]
|
|
2237
|
+
}, {
|
|
2238
|
+
description: 'The native over-collateralized stablecoin from the Kujira chain.',
|
|
2239
|
+
denom_units: [{
|
|
2240
|
+
denom: 'ibc/AADDBDAF45AA220B627662682B48E14F1F830BD46D5A4C4FFEFCCEB9D6050854',
|
|
2241
|
+
exponent: 0,
|
|
2242
|
+
aliases: ['factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk']
|
|
2243
|
+
}, {
|
|
2244
|
+
denom: 'usk',
|
|
2245
|
+
exponent: 6
|
|
2246
|
+
}],
|
|
2247
|
+
base: 'ibc/AADDBDAF45AA220B627662682B48E14F1F830BD46D5A4C4FFEFCCEB9D6050854',
|
|
2248
|
+
name: 'USK',
|
|
2249
|
+
display: 'USK',
|
|
2250
|
+
symbol: 'USK',
|
|
2251
|
+
coingecko_id: 'usk',
|
|
2252
|
+
logo_URIs: {
|
|
2253
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png'
|
|
2254
|
+
},
|
|
2255
|
+
traces: [{
|
|
2256
|
+
type: 'ibc',
|
|
2257
|
+
counterparty: {
|
|
2258
|
+
channel_id: 'channel-3',
|
|
2259
|
+
base_denom: 'factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk',
|
|
2260
|
+
chain_name: 'kujira'
|
|
2261
|
+
},
|
|
2262
|
+
chain: {
|
|
2263
|
+
channel_id: 'channel-259'
|
|
2264
|
+
}
|
|
2265
|
+
}]
|
|
2176
2266
|
}, {
|
|
2177
2267
|
description: 'The native token of Lambda',
|
|
2178
2268
|
denom_units: [{
|
|
2179
|
-
denom: 'ibc/
|
|
2269
|
+
denom: 'ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB',
|
|
2180
2270
|
exponent: 0,
|
|
2181
2271
|
aliases: ['ulamb']
|
|
2182
2272
|
}, {
|
|
2183
2273
|
denom: 'lamb',
|
|
2184
2274
|
exponent: 18
|
|
2185
2275
|
}],
|
|
2186
|
-
base: 'ibc/
|
|
2276
|
+
base: 'ibc/80825E8F04B12D914ABEADB1F4D39C04755B12C8402F6876EE3168450C0A90BB',
|
|
2187
2277
|
name: 'Lambda',
|
|
2188
2278
|
display: 'lamb',
|
|
2189
2279
|
symbol: 'LAMB',
|
|
@@ -2194,12 +2284,12 @@ var asset_list = {
|
|
|
2194
2284
|
traces: [{
|
|
2195
2285
|
type: 'ibc',
|
|
2196
2286
|
counterparty: {
|
|
2197
|
-
channel_id: 'channel-
|
|
2287
|
+
channel_id: 'channel-2',
|
|
2198
2288
|
base_denom: 'ulamb',
|
|
2199
2289
|
chain_name: 'lambda'
|
|
2200
2290
|
},
|
|
2201
2291
|
chain: {
|
|
2202
|
-
channel_id: 'channel-
|
|
2292
|
+
channel_id: 'channel-378'
|
|
2203
2293
|
}
|
|
2204
2294
|
}]
|
|
2205
2295
|
}, {
|
|
@@ -2440,14 +2530,14 @@ var asset_list = {
|
|
|
2440
2530
|
}, {
|
|
2441
2531
|
description: 'pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.',
|
|
2442
2532
|
denom_units: [{
|
|
2443
|
-
denom: 'ibc/
|
|
2533
|
+
denom: 'ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961',
|
|
2444
2534
|
exponent: 0,
|
|
2445
2535
|
aliases: ['ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444']
|
|
2446
2536
|
}, {
|
|
2447
2537
|
denom: 'pstake',
|
|
2448
2538
|
exponent: 18
|
|
2449
2539
|
}],
|
|
2450
|
-
base: 'ibc/
|
|
2540
|
+
base: 'ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961',
|
|
2451
2541
|
name: 'pSTAKE Finance',
|
|
2452
2542
|
display: 'pstake',
|
|
2453
2543
|
symbol: 'PSTAKE',
|
|
@@ -4409,6 +4499,71 @@ var asset_list = {
|
|
|
4409
4499
|
channel_id: 'channel-169'
|
|
4410
4500
|
}
|
|
4411
4501
|
}]
|
|
4502
|
+
}, {
|
|
4503
|
+
description: 'The native token cw20 for MuseDAO on Juno Chain',
|
|
4504
|
+
type_asset: 'cw20',
|
|
4505
|
+
address: 'juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3',
|
|
4506
|
+
denom_units: [{
|
|
4507
|
+
denom: 'ibc/6B982170CE024689E8DD0E7555B129B488005130D4EDA426733D552D10B36D8F',
|
|
4508
|
+
exponent: 0,
|
|
4509
|
+
aliases: ['cw20:juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3']
|
|
4510
|
+
}, {
|
|
4511
|
+
denom: 'muse',
|
|
4512
|
+
exponent: 6
|
|
4513
|
+
}],
|
|
4514
|
+
base: 'ibc/6B982170CE024689E8DD0E7555B129B488005130D4EDA426733D552D10B36D8F',
|
|
4515
|
+
name: 'MuseDAO',
|
|
4516
|
+
display: 'muse',
|
|
4517
|
+
symbol: 'MUSE',
|
|
4518
|
+
logo_URIs: {
|
|
4519
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png'
|
|
4520
|
+
},
|
|
4521
|
+
traces: [{
|
|
4522
|
+
type: 'ibc-cw20',
|
|
4523
|
+
counterparty: {
|
|
4524
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
4525
|
+
channel_id: 'channel-47',
|
|
4526
|
+
base_denom: 'cw20:juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3',
|
|
4527
|
+
chain_name: 'juno'
|
|
4528
|
+
},
|
|
4529
|
+
chain: {
|
|
4530
|
+
port: 'transfer',
|
|
4531
|
+
channel_id: 'channel-169'
|
|
4532
|
+
}
|
|
4533
|
+
}]
|
|
4534
|
+
}, {
|
|
4535
|
+
description: 'The native token cw20 for Loop Finance on Juno Chain',
|
|
4536
|
+
type_asset: 'cw20',
|
|
4537
|
+
address: 'juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup',
|
|
4538
|
+
denom_units: [{
|
|
4539
|
+
denom: 'ibc/8D8F96DFFD16F5D079EED73C5110E937B37FBDA817F3E5680DB69E51FFBB4B7D',
|
|
4540
|
+
exponent: 0,
|
|
4541
|
+
aliases: ['cw20:juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup']
|
|
4542
|
+
}, {
|
|
4543
|
+
denom: 'loop',
|
|
4544
|
+
exponent: 6
|
|
4545
|
+
}],
|
|
4546
|
+
base: 'ibc/8D8F96DFFD16F5D079EED73C5110E937B37FBDA817F3E5680DB69E51FFBB4B7D',
|
|
4547
|
+
name: 'Loop Finance',
|
|
4548
|
+
display: 'loop',
|
|
4549
|
+
symbol: 'LOOP',
|
|
4550
|
+
logo_URIs: {
|
|
4551
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png'
|
|
4552
|
+
},
|
|
4553
|
+
coingecko_id: 'loop',
|
|
4554
|
+
traces: [{
|
|
4555
|
+
type: 'ibc-cw20',
|
|
4556
|
+
counterparty: {
|
|
4557
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
4558
|
+
channel_id: 'channel-47',
|
|
4559
|
+
base_denom: 'cw20:juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup',
|
|
4560
|
+
chain_name: 'juno'
|
|
4561
|
+
},
|
|
4562
|
+
chain: {
|
|
4563
|
+
port: 'transfer',
|
|
4564
|
+
channel_id: 'channel-169'
|
|
4565
|
+
}
|
|
4566
|
+
}]
|
|
4412
4567
|
}, {
|
|
4413
4568
|
description: 'ELEVENPARIS loyalty token on KiChain',
|
|
4414
4569
|
type_asset: 'cw20',
|
package/main/chain.js
CHANGED
|
@@ -16,9 +16,6 @@ var chain = {
|
|
|
16
16
|
bech32_prefix: 'osmo',
|
|
17
17
|
daemon_name: 'osmosisd',
|
|
18
18
|
node_home: '$HOME/.osmosisd',
|
|
19
|
-
genesis: {
|
|
20
|
-
genesis_url: 'https://github.com/osmosis-labs/networks/raw/main/osmosis-1/genesis.json'
|
|
21
|
-
},
|
|
22
19
|
key_algos: ['secp256k1'],
|
|
23
20
|
slip44: 118,
|
|
24
21
|
fees: {
|
|
@@ -37,16 +34,18 @@ var chain = {
|
|
|
37
34
|
},
|
|
38
35
|
codebase: {
|
|
39
36
|
git_repo: 'https://github.com/osmosis-labs/osmosis',
|
|
40
|
-
recommended_version: '
|
|
41
|
-
compatible_versions: ['
|
|
37
|
+
recommended_version: 'v12.2.0',
|
|
38
|
+
compatible_versions: ['v12.2.0'],
|
|
42
39
|
binaries: {
|
|
43
|
-
'linux/amd64': 'https://github.com/osmosis-labs/osmosis/releases/download/
|
|
44
|
-
'linux/arm64': 'https://github.com/osmosis-labs/osmosis/releases/download/
|
|
40
|
+
'linux/amd64': 'https://github.com/osmosis-labs/osmosis/releases/download/v12.2.0/osmosisd-12.2.0-linux-amd64?checksum=sha256:44433f93946338b8cb167d9030ebbcfe924294d95d745026ada5dbe8f50d5010',
|
|
41
|
+
'linux/arm64': 'https://github.com/osmosis-labs/osmosis/releases/download/v12.2.0/osmosisd-12.2.0-linux-arm64?checksum=sha256:ef2c3d60156be5481534ecb33f9d94d73afa38a1b016e7e1c6d3fe10e3e69b3a'
|
|
45
42
|
},
|
|
46
|
-
cosmos_sdk_version: '0.
|
|
43
|
+
cosmos_sdk_version: '0.46',
|
|
47
44
|
tendermint_version: '0.34',
|
|
48
|
-
cosmwasm_version: '0.
|
|
45
|
+
cosmwasm_version: '0.28',
|
|
49
46
|
cosmwasm_enabled: true,
|
|
47
|
+
ibc_go_version: '3.0.0',
|
|
48
|
+
ics_enabled: ['ics20-1'],
|
|
50
49
|
genesis: {
|
|
51
50
|
name: 'v3.1.0',
|
|
52
51
|
genesis_url: 'https://github.com/osmosis-labs/networks/raw/main/osmosis-1/genesis.json'
|
|
@@ -79,7 +78,12 @@ var chain = {
|
|
|
79
78
|
}, {
|
|
80
79
|
name: 'v11',
|
|
81
80
|
tag: 'v11.0.0',
|
|
82
|
-
height: 5432450
|
|
81
|
+
height: 5432450,
|
|
82
|
+
next_version_name: 'v12'
|
|
83
|
+
}, {
|
|
84
|
+
name: 'v12',
|
|
85
|
+
tag: 'v12.1.0',
|
|
86
|
+
height: 6246000
|
|
83
87
|
}]
|
|
84
88
|
},
|
|
85
89
|
peers: {
|
|
@@ -115,6 +119,10 @@ var chain = {
|
|
|
115
119
|
id: '20e1000e88125698264454a884812746c2eb4807',
|
|
116
120
|
address: 'seeds.lavenderfive.com:12556',
|
|
117
121
|
provider: 'Lavender.Five Nodes 🐝'
|
|
122
|
+
}, {
|
|
123
|
+
id: 'ebc272824924ea1a27ea3183dd0b9ba713494f83',
|
|
124
|
+
address: 'osmosis.mainnet.seed.autostake.net:26716',
|
|
125
|
+
provider: 'AutoStake.net'
|
|
118
126
|
}],
|
|
119
127
|
persistent_peers: [{
|
|
120
128
|
id: 'b63e1e588e8feb7e4a4adf0f2542d755e606d3f1',
|
|
@@ -220,6 +228,10 @@ var chain = {
|
|
|
220
228
|
id: '44a760a66071dae257c5c044be604219bfc3510c',
|
|
221
229
|
address: '49.12.35.177:36656',
|
|
222
230
|
provider: 'in3s.com'
|
|
231
|
+
}, {
|
|
232
|
+
id: 'ebc272824924ea1a27ea3183dd0b9ba713494f83',
|
|
233
|
+
address: 'osmosis.mainnet.peer.autostake.net:26716',
|
|
234
|
+
provider: 'AutoStake.net'
|
|
223
235
|
}]
|
|
224
236
|
},
|
|
225
237
|
apis: {
|
|
@@ -253,6 +265,12 @@ var chain = {
|
|
|
253
265
|
}, {
|
|
254
266
|
address: 'https://rpc.osmosis.interbloc.org',
|
|
255
267
|
provider: 'Interbloc'
|
|
268
|
+
}, {
|
|
269
|
+
address: 'https://rpc.osmosis.silknodes.io',
|
|
270
|
+
provider: 'Silk Nodes'
|
|
271
|
+
}, {
|
|
272
|
+
address: 'https://osmosis.nodejumper.io',
|
|
273
|
+
provider: 'Nodejumper 🚀'
|
|
256
274
|
}],
|
|
257
275
|
rest: [{
|
|
258
276
|
address: 'https://lcd.osmosis.zone/',
|
|
@@ -281,6 +299,12 @@ var chain = {
|
|
|
281
299
|
}, {
|
|
282
300
|
address: 'https://osmosis-api.polkachu.com',
|
|
283
301
|
provider: 'Polkachu'
|
|
302
|
+
}, {
|
|
303
|
+
address: 'https://api.osmosis.silknodes.io',
|
|
304
|
+
provider: 'Silk Nodes'
|
|
305
|
+
}, {
|
|
306
|
+
address: 'https://osmosis.nodejumper.io:1317',
|
|
307
|
+
provider: 'Nodejumper 🚀'
|
|
284
308
|
}, {
|
|
285
309
|
address: 'https://osmosis.stakesystems.io/',
|
|
286
310
|
provider: 'stakesystems'
|
|
@@ -297,6 +321,12 @@ var chain = {
|
|
|
297
321
|
}, {
|
|
298
322
|
address: 'osmosis-grpc.polkachu.com:12590',
|
|
299
323
|
provider: 'Polkachu'
|
|
324
|
+
}, {
|
|
325
|
+
address: 'https://grpc.osmosis.silknodes.io',
|
|
326
|
+
provider: 'Silk Nodes'
|
|
327
|
+
}, {
|
|
328
|
+
address: 'https://osmosis.nodejumper.io:9090',
|
|
329
|
+
provider: 'Nodejumper 🚀'
|
|
300
330
|
}]
|
|
301
331
|
},
|
|
302
332
|
explorers: [{
|
package/main/testnet.js
CHANGED
|
@@ -14,9 +14,6 @@ var testnet = {
|
|
|
14
14
|
bech32_prefix: 'osmo',
|
|
15
15
|
daemon_name: 'osmosisd',
|
|
16
16
|
node_home: '$HOME/.osmosisd',
|
|
17
|
-
genesis: {
|
|
18
|
-
genesis_url: 'https://github.com/osmosis-labs/networks/raw/main/osmo-test-4/genesis.tar.bz2'
|
|
19
|
-
},
|
|
20
17
|
key_algos: ['secp256k1'],
|
|
21
18
|
slip44: 118,
|
|
22
19
|
fees: {
|
|
@@ -40,7 +37,10 @@ var testnet = {
|
|
|
40
37
|
cosmos_sdk_version: '0.45',
|
|
41
38
|
tendermint_version: '0.34',
|
|
42
39
|
cosmwasm_version: '0.24',
|
|
43
|
-
cosmwasm_enabled: true
|
|
40
|
+
cosmwasm_enabled: true,
|
|
41
|
+
genesis: {
|
|
42
|
+
genesis_url: 'https://github.com/osmosis-labs/networks/raw/main/osmo-test-4/genesis.tar.bz2'
|
|
43
|
+
}
|
|
44
44
|
},
|
|
45
45
|
peers: {
|
|
46
46
|
seeds: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.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": "^1.
|
|
53
|
+
"@chain-registry/utils": "^1.1.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": "^1.
|
|
60
|
+
"chain-registry": "^1.1.0",
|
|
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.
|
|
76
|
+
"@chain-registry/types": "^0.12.0"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "1f570daf2ee8e4a86cd7addf97f453a322b2e9b3"
|
|
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 };
|