chain-registry 1.0.1 → 1.2.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/assets.js +139 -13
- package/main/chains.js +1597 -596
- package/main/ibc.js +97 -12
- package/main/index.js +0 -5
- package/package.json +16 -16
- package/types/index.d.ts +3 -3
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.2.0](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@1.1.0...chain-registry@1.2.0) (2022-10-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package chain-registry
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [1.1.0](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@1.0.1...chain-registry@1.1.0) (2022-10-20)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package chain-registry
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [1.0.1](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@1.0.0...chain-registry@1.0.1) (2022-10-20)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package chain-registry
|
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: {
|
|
@@ -2487,7 +2487,7 @@ var assets = [{
|
|
|
2487
2487
|
exponent: 0
|
|
2488
2488
|
}, {
|
|
2489
2489
|
denom: 'pstake',
|
|
2490
|
-
exponent:
|
|
2490
|
+
exponent: 18
|
|
2491
2491
|
}],
|
|
2492
2492
|
base: 'gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006',
|
|
2493
2493
|
name: 'pSTAKE Finance',
|
|
@@ -2964,6 +2964,43 @@ var assets = [{
|
|
|
2964
2964
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.png',
|
|
2965
2965
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/seasy.svg'
|
|
2966
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'
|
|
2967
3004
|
}, {
|
|
2968
3005
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
2969
3006
|
type_asset: 'cw20',
|
|
@@ -3142,6 +3179,23 @@ var assets = [{
|
|
|
3142
3179
|
logo_URIs: {
|
|
3143
3180
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png'
|
|
3144
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
|
+
}
|
|
3145
3199
|
}]
|
|
3146
3200
|
}, {
|
|
3147
3201
|
$schema: '../assetlist.schema.json',
|
|
@@ -3982,6 +4036,29 @@ var assets = [{
|
|
|
3982
4036
|
},
|
|
3983
4037
|
coingecko_id: ''
|
|
3984
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
|
+
}]
|
|
3985
4062
|
}, {
|
|
3986
4063
|
$schema: '../assetlist.schema.json',
|
|
3987
4064
|
chain_name: 'terra',
|
|
@@ -7740,6 +7817,36 @@ var assets = [{
|
|
|
7740
7817
|
},
|
|
7741
7818
|
coingecko_id: 'cheqd-network'
|
|
7742
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
|
+
}]
|
|
7743
7850
|
}, {
|
|
7744
7851
|
$schema: '../../assetlist.schema.json',
|
|
7745
7852
|
chain_name: 'evmostestnet',
|
|
@@ -7783,7 +7890,7 @@ var assets = [{
|
|
|
7783
7890
|
}]
|
|
7784
7891
|
}, {
|
|
7785
7892
|
$schema: '../../assetlist.schema.json',
|
|
7786
|
-
|
|
7893
|
+
chain_name: 'imversedtestnet',
|
|
7787
7894
|
assets: [{
|
|
7788
7895
|
description: 'The native staking and governance token of the Imversed testnet.',
|
|
7789
7896
|
denom_units: [{
|
|
@@ -7800,8 +7907,7 @@ var assets = [{
|
|
|
7800
7907
|
display: 'imv',
|
|
7801
7908
|
symbol: 'IMV',
|
|
7802
7909
|
logo_URIs: {
|
|
7803
|
-
|
|
7804
|
-
svg: 'https://s.imversed.com/images/ic_imversed2.svg'
|
|
7910
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/imversedtestnet/images/imversed.svg'
|
|
7805
7911
|
}
|
|
7806
7912
|
}, {
|
|
7807
7913
|
description: 'The native staking and governance token of the Imversed testnet.',
|
|
@@ -7823,8 +7929,7 @@ var assets = [{
|
|
|
7823
7929
|
source_denom: 'nimv'
|
|
7824
7930
|
},
|
|
7825
7931
|
logo_URIs: {
|
|
7826
|
-
|
|
7827
|
-
svg: 'https://s.imversed.com/images/ic_imversed2.svg'
|
|
7932
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/imversedtestnet/images/imversed.svg'
|
|
7828
7933
|
}
|
|
7829
7934
|
}]
|
|
7830
7935
|
}, {
|
|
@@ -7958,7 +8063,7 @@ var assets = [{
|
|
|
7958
8063
|
}]
|
|
7959
8064
|
}, {
|
|
7960
8065
|
$schema: '../../assetlist.schema.json',
|
|
7961
|
-
|
|
8066
|
+
chain_name: 'saagetestnet',
|
|
7962
8067
|
assets: [{
|
|
7963
8068
|
description: 'The SGE token is primarily a governance token for the Saage chain.',
|
|
7964
8069
|
denom_units: [{
|
|
@@ -7975,8 +8080,8 @@ var assets = [{
|
|
|
7975
8080
|
display: 'saage',
|
|
7976
8081
|
symbol: 'SGE',
|
|
7977
8082
|
logo_URIs: {
|
|
7978
|
-
png: 'https://
|
|
7979
|
-
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'
|
|
7980
8085
|
}
|
|
7981
8086
|
}, {
|
|
7982
8087
|
description: 'The SGE token is primarily a governance token for the Saage chain.',
|
|
@@ -7998,10 +8103,31 @@ var assets = [{
|
|
|
7998
8103
|
source_denom: 'usaage'
|
|
7999
8104
|
},
|
|
8000
8105
|
logo_URIs: {
|
|
8001
|
-
png: 'https://
|
|
8002
|
-
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'
|
|
8003
8108
|
}
|
|
8004
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
|
+
}]
|
|
8005
8131
|
}, {
|
|
8006
8132
|
$schema: '../assetlist.schema.json',
|
|
8007
8133
|
chain_name: 'stateset-1-testnet',
|