chain-registry 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/README.md +3 -0
- package/main/assets.js +142 -13
- package/main/chains.js +1597 -596
- package/main/ibc.js +122 -37
- package/package.json +4 -4
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@1.0.1...chain-registry@1.1.0) (2022-10-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package chain-registry
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.0.1](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@1.0.0...chain-registry@1.0.1) (2022-10-20)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package chain-registry
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [1.0.0](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@0.14.0...chain-registry@1.0.0) (2022-09-29)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package chain-registry
|
package/README.md
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
<img height="20" src="https://github.com/cosmology-tech/chain-registry/actions/workflows/run-tests.yml/badge.svg" />
|
|
11
11
|
</a>
|
|
12
12
|
<a href="https://github.com/cosmology-tech/chain-registry/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
|
|
13
|
+
<a href="https://www.npmjs.com/package/chain-registry"><img height="20" src="https://img.shields.io/npm/dt/chain-registry"></a>
|
|
13
14
|
<a href="https://www.npmjs.com/package/chain-registry"><img height="20" src="https://img.shields.io/github/package-json/v/cosmology-tech/chain-registry?filename=packages%2Fchain-registry%2Fpackage.json"></a>
|
|
14
15
|
</p>
|
|
15
16
|
|
|
@@ -20,6 +21,8 @@ The npm package for the Official Cosmos [chain registry](https://github.com/cosm
|
|
|
20
21
|
npm install chain-registry
|
|
21
22
|
```
|
|
22
23
|
|
|
24
|
+
A unified store of chains info, assets, asset lists, and IBC channels for the Cosmos ecosystem. Get everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
|
|
25
|
+
|
|
23
26
|
## example
|
|
24
27
|
|
|
25
28
|
```js
|
package/main/assets.js
CHANGED
|
@@ -1022,7 +1022,7 @@ var assets = [{
|
|
|
1022
1022
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
1023
1023
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
1024
1024
|
},
|
|
1025
|
-
coingecko_id: 'axelar
|
|
1025
|
+
coingecko_id: 'axelar'
|
|
1026
1026
|
}, {
|
|
1027
1027
|
description: "Circle's stablecoin on Axelar",
|
|
1028
1028
|
denom_units: [{
|
|
@@ -2062,7 +2062,7 @@ var assets = [{
|
|
|
2062
2062
|
exponent: 6
|
|
2063
2063
|
}],
|
|
2064
2064
|
base: 'uatom',
|
|
2065
|
-
name: 'Cosmos',
|
|
2065
|
+
name: 'Cosmos Hub Atom',
|
|
2066
2066
|
display: 'atom',
|
|
2067
2067
|
symbol: 'ATOM',
|
|
2068
2068
|
logo_URIs: {
|
|
@@ -2485,6 +2485,9 @@ var assets = [{
|
|
|
2485
2485
|
denom_units: [{
|
|
2486
2486
|
denom: 'gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006',
|
|
2487
2487
|
exponent: 0
|
|
2488
|
+
}, {
|
|
2489
|
+
denom: 'pstake',
|
|
2490
|
+
exponent: 18
|
|
2488
2491
|
}],
|
|
2489
2492
|
base: 'gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006',
|
|
2490
2493
|
name: 'pSTAKE Finance',
|
|
@@ -2494,7 +2497,7 @@ var assets = [{
|
|
|
2494
2497
|
type: 'liquid-stake',
|
|
2495
2498
|
counterparty: {
|
|
2496
2499
|
chain_name: 'persistence',
|
|
2497
|
-
base_denom: '
|
|
2500
|
+
base_denom: 'uxprt'
|
|
2498
2501
|
},
|
|
2499
2502
|
provider: 'Persistence'
|
|
2500
2503
|
}, {
|
|
@@ -2961,6 +2964,43 @@ var assets = [{
|
|
|
2961
2964
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png',
|
|
2962
2965
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg'
|
|
2963
2966
|
}
|
|
2967
|
+
}, {
|
|
2968
|
+
description: 'The native token cw20 for MuseDAO on Juno Chain',
|
|
2969
|
+
type_asset: 'cw20',
|
|
2970
|
+
address: 'juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3',
|
|
2971
|
+
denom_units: [{
|
|
2972
|
+
denom: 'cw20:juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3',
|
|
2973
|
+
exponent: 0
|
|
2974
|
+
}, {
|
|
2975
|
+
denom: 'muse',
|
|
2976
|
+
exponent: 6
|
|
2977
|
+
}],
|
|
2978
|
+
base: 'cw20:juno1p8x807f6h222ur0vssqy3qk6mcpa40gw2pchquz5atl935t7kvyq894ne3',
|
|
2979
|
+
name: 'MuseDAO',
|
|
2980
|
+
display: 'muse',
|
|
2981
|
+
symbol: 'MUSE',
|
|
2982
|
+
logo_URIs: {
|
|
2983
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/muse.png'
|
|
2984
|
+
}
|
|
2985
|
+
}, {
|
|
2986
|
+
description: 'The native token cw20 for Loop Finance on Juno Chain',
|
|
2987
|
+
type_asset: 'cw20',
|
|
2988
|
+
address: 'juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup',
|
|
2989
|
+
denom_units: [{
|
|
2990
|
+
denom: 'cw20:juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup',
|
|
2991
|
+
exponent: 0
|
|
2992
|
+
}, {
|
|
2993
|
+
denom: 'loop',
|
|
2994
|
+
exponent: 6
|
|
2995
|
+
}],
|
|
2996
|
+
base: 'cw20:juno1qsrercqegvs4ye0yqg93knv73ye5dc3prqwd6jcdcuj8ggp6w0us66deup',
|
|
2997
|
+
name: 'Loop Finance',
|
|
2998
|
+
display: 'loop',
|
|
2999
|
+
symbol: 'LOOP',
|
|
3000
|
+
logo_URIs: {
|
|
3001
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/loop.png'
|
|
3002
|
+
},
|
|
3003
|
+
coingecko_id: 'loop'
|
|
2964
3004
|
}, {
|
|
2965
3005
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
2966
3006
|
type_asset: 'cw20',
|
|
@@ -3139,6 +3179,23 @@ var assets = [{
|
|
|
3139
3179
|
logo_URIs: {
|
|
3140
3180
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png'
|
|
3141
3181
|
}
|
|
3182
|
+
}, {
|
|
3183
|
+
description: 'The native over-collateralized stablecoin from the Kujira chain.',
|
|
3184
|
+
denom_units: [{
|
|
3185
|
+
denom: 'factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk',
|
|
3186
|
+
exponent: 0
|
|
3187
|
+
}, {
|
|
3188
|
+
denom: 'usk',
|
|
3189
|
+
exponent: 6
|
|
3190
|
+
}],
|
|
3191
|
+
base: 'factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk',
|
|
3192
|
+
name: 'USK',
|
|
3193
|
+
display: 'USK',
|
|
3194
|
+
symbol: 'USK',
|
|
3195
|
+
coingecko_id: 'usk',
|
|
3196
|
+
logo_URIs: {
|
|
3197
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/usk.png'
|
|
3198
|
+
}
|
|
3142
3199
|
}]
|
|
3143
3200
|
}, {
|
|
3144
3201
|
$schema: '../assetlist.schema.json',
|
|
@@ -3979,6 +4036,29 @@ var assets = [{
|
|
|
3979
4036
|
},
|
|
3980
4037
|
coingecko_id: ''
|
|
3981
4038
|
}]
|
|
4039
|
+
}, {
|
|
4040
|
+
$schema: '../assetlist.schema.json',
|
|
4041
|
+
chain_name: 'teritori',
|
|
4042
|
+
assets: [{
|
|
4043
|
+
description: 'Tori token (TORI) is the Teritoti Network’s native utility token, used as the primary means to govern, secure the blockchain, incentivize ecosystem contributors and use the various Teritori dApp features.',
|
|
4044
|
+
denom_units: [{
|
|
4045
|
+
denom: 'utori',
|
|
4046
|
+
exponent: 0,
|
|
4047
|
+
aliases: []
|
|
4048
|
+
}, {
|
|
4049
|
+
denom: 'tori',
|
|
4050
|
+
exponent: 6,
|
|
4051
|
+
aliases: []
|
|
4052
|
+
}],
|
|
4053
|
+
base: 'utori',
|
|
4054
|
+
name: 'Teritori',
|
|
4055
|
+
display: 'tori',
|
|
4056
|
+
symbol: 'TORI',
|
|
4057
|
+
logo_URIs: {
|
|
4058
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/tori.svg'
|
|
4059
|
+
},
|
|
4060
|
+
coingecko_id: ''
|
|
4061
|
+
}]
|
|
3982
4062
|
}, {
|
|
3983
4063
|
$schema: '../assetlist.schema.json',
|
|
3984
4064
|
chain_name: 'terra',
|
|
@@ -7737,6 +7817,36 @@ var assets = [{
|
|
|
7737
7817
|
},
|
|
7738
7818
|
coingecko_id: 'cheqd-network'
|
|
7739
7819
|
}]
|
|
7820
|
+
}, {
|
|
7821
|
+
$schema: '../../assetlist.schema.json',
|
|
7822
|
+
chain_name: 'cosmwasmtestnet',
|
|
7823
|
+
assets: [{
|
|
7824
|
+
description: 'Fee Token',
|
|
7825
|
+
denom_units: [{
|
|
7826
|
+
denom: 'umlg',
|
|
7827
|
+
exponent: 0
|
|
7828
|
+
}, {
|
|
7829
|
+
denom: 'MLG',
|
|
7830
|
+
exponent: 6
|
|
7831
|
+
}],
|
|
7832
|
+
base: 'umlg',
|
|
7833
|
+
name: 'Malaga',
|
|
7834
|
+
display: 'umlg',
|
|
7835
|
+
symbol: 'MLG'
|
|
7836
|
+
}, {
|
|
7837
|
+
description: 'Staking Token',
|
|
7838
|
+
denom_units: [{
|
|
7839
|
+
denom: 'uand',
|
|
7840
|
+
exponent: 0
|
|
7841
|
+
}, {
|
|
7842
|
+
denom: 'AND',
|
|
7843
|
+
exponent: 6
|
|
7844
|
+
}],
|
|
7845
|
+
base: 'uand',
|
|
7846
|
+
name: 'Malaga Stake',
|
|
7847
|
+
display: 'uand',
|
|
7848
|
+
symbol: 'AND'
|
|
7849
|
+
}]
|
|
7740
7850
|
}, {
|
|
7741
7851
|
$schema: '../../assetlist.schema.json',
|
|
7742
7852
|
chain_name: 'evmostestnet',
|
|
@@ -7780,7 +7890,7 @@ var assets = [{
|
|
|
7780
7890
|
}]
|
|
7781
7891
|
}, {
|
|
7782
7892
|
$schema: '../../assetlist.schema.json',
|
|
7783
|
-
|
|
7893
|
+
chain_name: 'imversedtestnet',
|
|
7784
7894
|
assets: [{
|
|
7785
7895
|
description: 'The native staking and governance token of the Imversed testnet.',
|
|
7786
7896
|
denom_units: [{
|
|
@@ -7797,8 +7907,7 @@ var assets = [{
|
|
|
7797
7907
|
display: 'imv',
|
|
7798
7908
|
symbol: 'IMV',
|
|
7799
7909
|
logo_URIs: {
|
|
7800
|
-
|
|
7801
|
-
svg: 'https://s.imversed.com/images/ic_imversed2.svg'
|
|
7910
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/imversedtestnet/images/imversed.svg'
|
|
7802
7911
|
}
|
|
7803
7912
|
}, {
|
|
7804
7913
|
description: 'The native staking and governance token of the Imversed testnet.',
|
|
@@ -7820,8 +7929,7 @@ var assets = [{
|
|
|
7820
7929
|
source_denom: 'nimv'
|
|
7821
7930
|
},
|
|
7822
7931
|
logo_URIs: {
|
|
7823
|
-
|
|
7824
|
-
svg: 'https://s.imversed.com/images/ic_imversed2.svg'
|
|
7932
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/imversedtestnet/images/imversed.svg'
|
|
7825
7933
|
}
|
|
7826
7934
|
}]
|
|
7827
7935
|
}, {
|
|
@@ -7955,7 +8063,7 @@ var assets = [{
|
|
|
7955
8063
|
}]
|
|
7956
8064
|
}, {
|
|
7957
8065
|
$schema: '../../assetlist.schema.json',
|
|
7958
|
-
|
|
8066
|
+
chain_name: 'saagetestnet',
|
|
7959
8067
|
assets: [{
|
|
7960
8068
|
description: 'The SGE token is primarily a governance token for the Saage chain.',
|
|
7961
8069
|
denom_units: [{
|
|
@@ -7972,8 +8080,8 @@ var assets = [{
|
|
|
7972
8080
|
display: 'saage',
|
|
7973
8081
|
symbol: 'SGE',
|
|
7974
8082
|
logo_URIs: {
|
|
7975
|
-
png: 'https://
|
|
7976
|
-
svg: 'https://
|
|
8083
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/saagetestnet/images/saage.png',
|
|
8084
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/saagetestnet/images/saage.svg'
|
|
7977
8085
|
}
|
|
7978
8086
|
}, {
|
|
7979
8087
|
description: 'The SGE token is primarily a governance token for the Saage chain.',
|
|
@@ -7995,10 +8103,31 @@ var assets = [{
|
|
|
7995
8103
|
source_denom: 'usaage'
|
|
7996
8104
|
},
|
|
7997
8105
|
logo_URIs: {
|
|
7998
|
-
png: 'https://
|
|
7999
|
-
svg: 'https://
|
|
8106
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/saagetestnet/images/saage.png',
|
|
8107
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/saagetestnet/images/saage.svg'
|
|
8000
8108
|
}
|
|
8001
8109
|
}]
|
|
8110
|
+
}, {
|
|
8111
|
+
$schema: '../../assetlist.schema.json',
|
|
8112
|
+
chain_name: 'stargazetestnet',
|
|
8113
|
+
assets: [{
|
|
8114
|
+
description: 'The native token of Stargaze',
|
|
8115
|
+
denom_units: [{
|
|
8116
|
+
denom: 'ustars',
|
|
8117
|
+
exponent: 0
|
|
8118
|
+
}, {
|
|
8119
|
+
denom: 'stars',
|
|
8120
|
+
exponent: 6
|
|
8121
|
+
}],
|
|
8122
|
+
base: 'ustars',
|
|
8123
|
+
name: 'Stargaze',
|
|
8124
|
+
display: 'stars',
|
|
8125
|
+
symbol: 'STARS',
|
|
8126
|
+
logo_URIs: {
|
|
8127
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
|
|
8128
|
+
},
|
|
8129
|
+
coingecko_id: 'stargaze'
|
|
8130
|
+
}]
|
|
8002
8131
|
}, {
|
|
8003
8132
|
$schema: '../assetlist.schema.json',
|
|
8004
8133
|
chain_name: 'stateset-1-testnet',
|