chain-registry 0.9.3 → 0.10.2
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 +24 -0
- package/README.md +3 -0
- package/main/assets.js +164 -9
- package/main/chains.js +699 -222
- package/main/ibc.js +1916 -1776
- package/module/assets.js +164 -9
- package/module/chains.js +699 -222
- package/module/ibc.js +1916 -1776
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
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
|
+
## [0.10.2](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@0.10.1...chain-registry@0.10.2) (2022-09-08)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package chain-registry
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.10.1](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@0.10.0...chain-registry@0.10.1) (2022-09-07)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package chain-registry
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [0.10.0](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@0.9.3...chain-registry@0.10.0) (2022-09-06)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package chain-registry
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
## [0.9.3](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@0.9.2...chain-registry@0.9.3) (2022-08-31)
|
|
7
31
|
|
|
8
32
|
**Note:** Version bump only for package chain-registry
|
package/README.md
CHANGED
package/main/assets.js
CHANGED
|
@@ -798,7 +798,7 @@ var assets = [{
|
|
|
798
798
|
display: 'ist',
|
|
799
799
|
symbol: 'IST',
|
|
800
800
|
logo_URIs: {
|
|
801
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/
|
|
801
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png'
|
|
802
802
|
}
|
|
803
803
|
}]
|
|
804
804
|
}, {
|
|
@@ -2208,15 +2208,15 @@ var assets = [{
|
|
|
2208
2208
|
assets: [{
|
|
2209
2209
|
description: 'The INJ token is the native governance token for the Injective chain.',
|
|
2210
2210
|
denom_units: [{
|
|
2211
|
-
denom: '
|
|
2211
|
+
denom: 'inj',
|
|
2212
2212
|
exponent: 0
|
|
2213
2213
|
}, {
|
|
2214
|
-
denom: '
|
|
2215
|
-
exponent:
|
|
2214
|
+
denom: 'INJ',
|
|
2215
|
+
exponent: 18
|
|
2216
2216
|
}],
|
|
2217
|
-
base: '
|
|
2217
|
+
base: 'inj',
|
|
2218
2218
|
name: 'Injective',
|
|
2219
|
-
display: '
|
|
2219
|
+
display: 'INJ',
|
|
2220
2220
|
symbol: 'INJ',
|
|
2221
2221
|
logo_URIs: {
|
|
2222
2222
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
|
|
@@ -2532,6 +2532,44 @@ var assets = [{
|
|
|
2532
2532
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png',
|
|
2533
2533
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg'
|
|
2534
2534
|
}
|
|
2535
|
+
}, {
|
|
2536
|
+
description: 'Staking derivative seJUNO for staked JUNO',
|
|
2537
|
+
type_asset: 'cw20',
|
|
2538
|
+
address: 'juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv',
|
|
2539
|
+
denom_units: [{
|
|
2540
|
+
denom: 'cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv',
|
|
2541
|
+
exponent: 0
|
|
2542
|
+
}, {
|
|
2543
|
+
denom: 'sejuno',
|
|
2544
|
+
exponent: 6
|
|
2545
|
+
}],
|
|
2546
|
+
base: 'cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv',
|
|
2547
|
+
name: 'StakeEasy seJUNO',
|
|
2548
|
+
display: 'sejuno',
|
|
2549
|
+
symbol: 'SEJUNO',
|
|
2550
|
+
logo_URIs: {
|
|
2551
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.png',
|
|
2552
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/sejuno.svg'
|
|
2553
|
+
}
|
|
2554
|
+
}, {
|
|
2555
|
+
description: 'Staking derivative bJUNO for staked JUNO',
|
|
2556
|
+
type_asset: 'cw20',
|
|
2557
|
+
address: 'juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3',
|
|
2558
|
+
denom_units: [{
|
|
2559
|
+
denom: 'cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3',
|
|
2560
|
+
exponent: 0
|
|
2561
|
+
}, {
|
|
2562
|
+
denom: 'bjuno',
|
|
2563
|
+
exponent: 6
|
|
2564
|
+
}],
|
|
2565
|
+
base: 'cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3',
|
|
2566
|
+
name: 'StakeEasy bJUNO',
|
|
2567
|
+
display: 'bjuno',
|
|
2568
|
+
symbol: 'BJUNO',
|
|
2569
|
+
logo_URIs: {
|
|
2570
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.png',
|
|
2571
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bjuno.svg'
|
|
2572
|
+
}
|
|
2535
2573
|
}, {
|
|
2536
2574
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
2537
2575
|
type_asset: 'cw20',
|
|
@@ -2859,6 +2897,27 @@ var assets = [{
|
|
|
2859
2897
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mythos/images/mythos.png'
|
|
2860
2898
|
}
|
|
2861
2899
|
}]
|
|
2900
|
+
}, {
|
|
2901
|
+
$schema: '../assetlist.schema.json',
|
|
2902
|
+
chain_name: 'nomic',
|
|
2903
|
+
assets: [{
|
|
2904
|
+
description: "Nomic Token (NOM) is the Nomic's native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.",
|
|
2905
|
+
denom_units: [{
|
|
2906
|
+
denom: 'unom',
|
|
2907
|
+
exponent: 0
|
|
2908
|
+
}, {
|
|
2909
|
+
denom: 'nom',
|
|
2910
|
+
exponent: 6
|
|
2911
|
+
}],
|
|
2912
|
+
base: 'unom',
|
|
2913
|
+
name: 'Nomic',
|
|
2914
|
+
display: 'nom',
|
|
2915
|
+
symbol: 'NOM',
|
|
2916
|
+
logo_URIs: {
|
|
2917
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nomic.png',
|
|
2918
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nomic.svg'
|
|
2919
|
+
}
|
|
2920
|
+
}]
|
|
2862
2921
|
}, {
|
|
2863
2922
|
$schema: '../assetlist.schema.json',
|
|
2864
2923
|
chain_name: 'octa',
|
|
@@ -2920,6 +2979,27 @@ var assets = [{
|
|
|
2920
2979
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png'
|
|
2921
2980
|
}
|
|
2922
2981
|
}]
|
|
2982
|
+
}, {
|
|
2983
|
+
$schema: '../assetlist.schema.json',
|
|
2984
|
+
chain_name: 'okexchain',
|
|
2985
|
+
assets: [{
|
|
2986
|
+
description: 'The native token of OKExChain',
|
|
2987
|
+
denom_units: [{
|
|
2988
|
+
denom: 'wei',
|
|
2989
|
+
exponent: 0
|
|
2990
|
+
}, {
|
|
2991
|
+
denom: 'okt',
|
|
2992
|
+
exponent: 18
|
|
2993
|
+
}],
|
|
2994
|
+
base: 'wei',
|
|
2995
|
+
name: 'OKExChain',
|
|
2996
|
+
display: 'okt',
|
|
2997
|
+
symbol: 'OKT',
|
|
2998
|
+
logo_URIs: {
|
|
2999
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png'
|
|
3000
|
+
},
|
|
3001
|
+
coingecko_id: 'okc-token'
|
|
3002
|
+
}]
|
|
2923
3003
|
}, {
|
|
2924
3004
|
$schema: '../assetlist.schema.json',
|
|
2925
3005
|
chain_name: 'omniflixhub',
|
|
@@ -3313,6 +3393,81 @@ var assets = [{
|
|
|
3313
3393
|
},
|
|
3314
3394
|
coingecko_id: 'starname'
|
|
3315
3395
|
}]
|
|
3396
|
+
}, {
|
|
3397
|
+
$schema: '../assetlist.schema.json',
|
|
3398
|
+
chain_name: 'stride',
|
|
3399
|
+
assets: [{
|
|
3400
|
+
description: 'The native token of Stride',
|
|
3401
|
+
denom_units: [{
|
|
3402
|
+
denom: 'ustrd',
|
|
3403
|
+
exponent: 0,
|
|
3404
|
+
aliases: []
|
|
3405
|
+
}, {
|
|
3406
|
+
denom: 'strd',
|
|
3407
|
+
exponent: 6,
|
|
3408
|
+
aliases: []
|
|
3409
|
+
}],
|
|
3410
|
+
base: 'ustrd',
|
|
3411
|
+
name: 'Stride',
|
|
3412
|
+
display: 'strd',
|
|
3413
|
+
symbol: 'STRD',
|
|
3414
|
+
logo_URIs: {
|
|
3415
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
3416
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
3417
|
+
},
|
|
3418
|
+
coingecko_id: ''
|
|
3419
|
+
}, {
|
|
3420
|
+
denom_units: [{
|
|
3421
|
+
denom: 'stuatom',
|
|
3422
|
+
exponent: 0
|
|
3423
|
+
}, {
|
|
3424
|
+
denom: 'statom',
|
|
3425
|
+
exponent: 6
|
|
3426
|
+
}],
|
|
3427
|
+
base: 'stuatom',
|
|
3428
|
+
name: 'stATOM',
|
|
3429
|
+
display: 'statom',
|
|
3430
|
+
symbol: 'stATOM',
|
|
3431
|
+
logo_URIs: {
|
|
3432
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
|
|
3433
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
|
|
3434
|
+
},
|
|
3435
|
+
coingecko_id: 'stride-staked-atom'
|
|
3436
|
+
}, {
|
|
3437
|
+
denom_units: [{
|
|
3438
|
+
denom: 'stuosmo',
|
|
3439
|
+
exponent: 0
|
|
3440
|
+
}, {
|
|
3441
|
+
denom: 'stosmo',
|
|
3442
|
+
exponent: 6
|
|
3443
|
+
}],
|
|
3444
|
+
base: 'stuosmo',
|
|
3445
|
+
name: 'stOSMO',
|
|
3446
|
+
display: 'stosmo',
|
|
3447
|
+
symbol: 'stOSMO',
|
|
3448
|
+
logo_URIs: {
|
|
3449
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
|
|
3450
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
|
|
3451
|
+
},
|
|
3452
|
+
coingecko_id: ''
|
|
3453
|
+
}, {
|
|
3454
|
+
denom_units: [{
|
|
3455
|
+
denom: 'stujuno',
|
|
3456
|
+
exponent: 0
|
|
3457
|
+
}, {
|
|
3458
|
+
denom: 'stjuno',
|
|
3459
|
+
exponent: 6
|
|
3460
|
+
}],
|
|
3461
|
+
base: 'stujuno',
|
|
3462
|
+
name: 'stJUNO',
|
|
3463
|
+
display: 'stjuno',
|
|
3464
|
+
symbol: 'stJUNO',
|
|
3465
|
+
logo_URIs: {
|
|
3466
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png',
|
|
3467
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg'
|
|
3468
|
+
},
|
|
3469
|
+
coingecko_id: ''
|
|
3470
|
+
}]
|
|
3316
3471
|
}, {
|
|
3317
3472
|
$schema: '../assetlist.schema.json',
|
|
3318
3473
|
chain_name: 'terra',
|
|
@@ -7051,7 +7206,7 @@ var assets = [{
|
|
|
7051
7206
|
}]
|
|
7052
7207
|
}, {
|
|
7053
7208
|
$schema: '../../assetlist.schema.json',
|
|
7054
|
-
chain_name: '
|
|
7209
|
+
chain_name: 'cheqdtestnet',
|
|
7055
7210
|
assets: [{
|
|
7056
7211
|
description: 'Native token for the cheqd network',
|
|
7057
7212
|
denom_units: [{
|
|
@@ -7066,8 +7221,8 @@ var assets = [{
|
|
|
7066
7221
|
name: 'cheqd',
|
|
7067
7222
|
symbol: 'CHEQ',
|
|
7068
7223
|
logo_URIs: {
|
|
7069
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
7070
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
7224
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cheqdtestnet/images/cheq.png',
|
|
7225
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cheqdtestnet/images/cheq.svg'
|
|
7071
7226
|
},
|
|
7072
7227
|
coingecko_id: 'cheqd-network'
|
|
7073
7228
|
}]
|