chain-registry 1.11.0 → 1.12.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 +201 -4
- package/main/chains.js +1 -1
- package/main/ibc.js +91 -7
- package/package.json +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.12.0](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@1.11.1...chain-registry@1.12.0) (2023-04-18)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package chain-registry
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.11.1](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@1.11.0...chain-registry@1.11.1) (2023-04-18)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package chain-registry
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [1.11.0](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@1.10.0...chain-registry@1.11.0) (2023-04-18)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package chain-registry
|
package/main/assets.js
CHANGED
|
@@ -3164,18 +3164,18 @@ var assets = [{
|
|
|
3164
3164
|
denom: 'ucmba',
|
|
3165
3165
|
exponent: 0
|
|
3166
3166
|
}, {
|
|
3167
|
-
denom: '
|
|
3167
|
+
denom: 'chimba',
|
|
3168
3168
|
exponent: 6
|
|
3169
3169
|
}],
|
|
3170
3170
|
base: 'ucmba',
|
|
3171
3171
|
name: 'Chimba',
|
|
3172
|
-
display: '
|
|
3172
|
+
display: 'chimba',
|
|
3173
3173
|
symbol: 'CMBA',
|
|
3174
3174
|
logo_URIs: {
|
|
3175
3175
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.png',
|
|
3176
3176
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.svg'
|
|
3177
3177
|
},
|
|
3178
|
-
coingecko_id: '
|
|
3178
|
+
coingecko_id: ''
|
|
3179
3179
|
}]
|
|
3180
3180
|
}, {
|
|
3181
3181
|
$schema: '../assetlist.schema.json',
|
|
@@ -5143,6 +5143,42 @@ var assets = [{
|
|
|
5143
5143
|
logo_URIs: {
|
|
5144
5144
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/doga.png'
|
|
5145
5145
|
}
|
|
5146
|
+
}, {
|
|
5147
|
+
description: 'Osmo Pepe',
|
|
5148
|
+
type_asset: 'cw20',
|
|
5149
|
+
address: 'juno1zqrj3ta4u7ylv0wqzd8t8q3jrr9rdmn43zuzp9zemeunecnhy8fss778g7',
|
|
5150
|
+
denom_units: [{
|
|
5151
|
+
denom: 'cw20:juno1zqrj3ta4u7ylv0wqzd8t8q3jrr9rdmn43zuzp9zemeunecnhy8fss778g7',
|
|
5152
|
+
exponent: 0
|
|
5153
|
+
}, {
|
|
5154
|
+
denom: 'pepe',
|
|
5155
|
+
exponent: 6
|
|
5156
|
+
}],
|
|
5157
|
+
base: 'cw20:juno1zqrj3ta4u7ylv0wqzd8t8q3jrr9rdmn43zuzp9zemeunecnhy8fss778g7',
|
|
5158
|
+
name: 'Osmo Pepe',
|
|
5159
|
+
display: 'pepe',
|
|
5160
|
+
symbol: 'PEPE',
|
|
5161
|
+
logo_URIs: {
|
|
5162
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/pepe.png'
|
|
5163
|
+
}
|
|
5164
|
+
}, {
|
|
5165
|
+
description: 'Catmos',
|
|
5166
|
+
type_asset: 'cw20',
|
|
5167
|
+
address: 'juno1f5datjdse3mdgrapwuzs3prl7pvxxht48ns6calnn0t77v2s9l8s0qu488',
|
|
5168
|
+
denom_units: [{
|
|
5169
|
+
denom: 'cw20:juno1f5datjdse3mdgrapwuzs3prl7pvxxht48ns6calnn0t77v2s9l8s0qu488',
|
|
5170
|
+
exponent: 0
|
|
5171
|
+
}, {
|
|
5172
|
+
denom: 'catmos',
|
|
5173
|
+
exponent: 6
|
|
5174
|
+
}],
|
|
5175
|
+
base: 'cw20:juno1f5datjdse3mdgrapwuzs3prl7pvxxht48ns6calnn0t77v2s9l8s0qu488',
|
|
5176
|
+
name: 'Catmos',
|
|
5177
|
+
display: 'catmos',
|
|
5178
|
+
symbol: 'CATMOS',
|
|
5179
|
+
logo_URIs: {
|
|
5180
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/catmos.png'
|
|
5181
|
+
}
|
|
5146
5182
|
}, {
|
|
5147
5183
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
5148
5184
|
type_asset: 'cw20',
|
|
@@ -5781,6 +5817,36 @@ var assets = [{
|
|
|
5781
5817
|
logo_URIs: {
|
|
5782
5818
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png'
|
|
5783
5819
|
}
|
|
5820
|
+
}, {
|
|
5821
|
+
description: 'ATOM token on Noble',
|
|
5822
|
+
denom_units: [{
|
|
5823
|
+
denom: 'ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0',
|
|
5824
|
+
exponent: 0
|
|
5825
|
+
}, {
|
|
5826
|
+
denom: 'atom',
|
|
5827
|
+
exponent: 6,
|
|
5828
|
+
aliases: ['ATOM']
|
|
5829
|
+
}],
|
|
5830
|
+
type_asset: 'ics20',
|
|
5831
|
+
base: 'ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0',
|
|
5832
|
+
name: 'Atom Staking Coin',
|
|
5833
|
+
display: 'atom',
|
|
5834
|
+
symbol: 'ATOM',
|
|
5835
|
+
traces: [{
|
|
5836
|
+
type: 'ibc',
|
|
5837
|
+
counterparty: {
|
|
5838
|
+
chain_name: 'cosmoshub',
|
|
5839
|
+
base_denom: 'uatom',
|
|
5840
|
+
channel_id: 'channel-536'
|
|
5841
|
+
},
|
|
5842
|
+
chain: {
|
|
5843
|
+
channel_id: 'channel-4',
|
|
5844
|
+
path: 'transfer/channel-4/uatom'
|
|
5845
|
+
}
|
|
5846
|
+
}],
|
|
5847
|
+
logo_URIs: {
|
|
5848
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png'
|
|
5849
|
+
}
|
|
5784
5850
|
}, {
|
|
5785
5851
|
description: 'USD Coin',
|
|
5786
5852
|
denom_units: [{
|
|
@@ -5994,7 +6060,8 @@ var assets = [{
|
|
|
5994
6060
|
display: 'flix',
|
|
5995
6061
|
symbol: 'FLIX',
|
|
5996
6062
|
logo_URIs: {
|
|
5997
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png'
|
|
6063
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
6064
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
5998
6065
|
},
|
|
5999
6066
|
coingecko_id: 'omniflix-network'
|
|
6000
6067
|
}]
|
|
@@ -11831,6 +11898,28 @@ var assets = [{
|
|
|
11831
11898
|
},
|
|
11832
11899
|
coingecko_id: 'cheqd-network'
|
|
11833
11900
|
}]
|
|
11901
|
+
}, {
|
|
11902
|
+
$schema: '../assetlist.schema.json',
|
|
11903
|
+
chain_name: 'chimba',
|
|
11904
|
+
assets: [{
|
|
11905
|
+
description: 'The first blokchain in colombia',
|
|
11906
|
+
denom_units: [{
|
|
11907
|
+
denom: 'ucmba',
|
|
11908
|
+
exponent: 0
|
|
11909
|
+
}, {
|
|
11910
|
+
denom: 'chimba',
|
|
11911
|
+
exponent: 6
|
|
11912
|
+
}],
|
|
11913
|
+
base: 'ucmba',
|
|
11914
|
+
name: 'Chimba',
|
|
11915
|
+
display: 'chimba',
|
|
11916
|
+
symbol: 'CMBA',
|
|
11917
|
+
logo_URIs: {
|
|
11918
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.png',
|
|
11919
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.svg'
|
|
11920
|
+
},
|
|
11921
|
+
coingecko_id: ''
|
|
11922
|
+
}]
|
|
11834
11923
|
}, {
|
|
11835
11924
|
$schema: '../../assetlist.schema.json',
|
|
11836
11925
|
chain_name: 'coolcattestnet',
|
|
@@ -11997,6 +12086,28 @@ var assets = [{
|
|
|
11997
12086
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/evmostestnet/images/evmos.svg'
|
|
11998
12087
|
}
|
|
11999
12088
|
}]
|
|
12089
|
+
}, {
|
|
12090
|
+
$schema: '../../assetlist.schema.json',
|
|
12091
|
+
chain_name: 'fetchhubtestnet',
|
|
12092
|
+
assets: [{
|
|
12093
|
+
description: 'The native staking and governance token of the Fetch Hub.',
|
|
12094
|
+
denom_units: [{
|
|
12095
|
+
denom: 'atestfet',
|
|
12096
|
+
exponent: 0
|
|
12097
|
+
}, {
|
|
12098
|
+
denom: 'testfet',
|
|
12099
|
+
exponent: 18
|
|
12100
|
+
}],
|
|
12101
|
+
base: 'atestfet',
|
|
12102
|
+
name: 'fetch-ai',
|
|
12103
|
+
display: 'fet',
|
|
12104
|
+
symbol: 'FET',
|
|
12105
|
+
logo_URIs: {
|
|
12106
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png',
|
|
12107
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg'
|
|
12108
|
+
},
|
|
12109
|
+
coingecko_id: 'fetch-ai'
|
|
12110
|
+
}]
|
|
12000
12111
|
}, {
|
|
12001
12112
|
$schema: '../../assetlist.schema.json',
|
|
12002
12113
|
chain_name: 'gitopiatestnet',
|
|
@@ -12291,6 +12402,27 @@ var assets = [{
|
|
|
12291
12402
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/marstestnet/images/mars.svg'
|
|
12292
12403
|
}
|
|
12293
12404
|
}]
|
|
12405
|
+
}, {
|
|
12406
|
+
$schema: '../assetlist.schema.json',
|
|
12407
|
+
chain_name: 'migalootestnet',
|
|
12408
|
+
assets: [{
|
|
12409
|
+
description: 'The native token of Migaloo Chain',
|
|
12410
|
+
denom_units: [{
|
|
12411
|
+
denom: 'uwhale',
|
|
12412
|
+
exponent: 0
|
|
12413
|
+
}, {
|
|
12414
|
+
denom: 'whale',
|
|
12415
|
+
exponent: 6
|
|
12416
|
+
}],
|
|
12417
|
+
base: 'uwhale',
|
|
12418
|
+
name: 'Whale',
|
|
12419
|
+
display: 'whale',
|
|
12420
|
+
symbol: 'WHALE',
|
|
12421
|
+
logo_URIs: {
|
|
12422
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg',
|
|
12423
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png'
|
|
12424
|
+
}
|
|
12425
|
+
}]
|
|
12294
12426
|
}, {
|
|
12295
12427
|
$schema: '../../assetlist.schema.json',
|
|
12296
12428
|
chain_name: 'neutrontestnet',
|
|
@@ -12344,6 +12476,28 @@ var assets = [{
|
|
|
12344
12476
|
name: 'Love',
|
|
12345
12477
|
symbol: 'LOVE'
|
|
12346
12478
|
}]
|
|
12479
|
+
}, {
|
|
12480
|
+
$schema: '../assetlist.schema.json',
|
|
12481
|
+
chain_name: 'noistestnet',
|
|
12482
|
+
assets: [{
|
|
12483
|
+
description: 'The native token of Nois',
|
|
12484
|
+
denom_units: [{
|
|
12485
|
+
denom: 'unois',
|
|
12486
|
+
exponent: 0
|
|
12487
|
+
}, {
|
|
12488
|
+
denom: 'nois',
|
|
12489
|
+
exponent: 6
|
|
12490
|
+
}],
|
|
12491
|
+
base: 'unois',
|
|
12492
|
+
name: 'Nois',
|
|
12493
|
+
display: 'nois',
|
|
12494
|
+
symbol: 'NOIS',
|
|
12495
|
+
logo_URIs: {
|
|
12496
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
|
|
12497
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
|
|
12498
|
+
},
|
|
12499
|
+
keywords: ['nois', 'randomness', 'drand', 'wasm']
|
|
12500
|
+
}]
|
|
12347
12501
|
}, {
|
|
12348
12502
|
$schema: '../../assetlist.schema.json',
|
|
12349
12503
|
chain_name: 'nolustestnet',
|
|
@@ -12408,6 +12562,49 @@ var assets = [{
|
|
|
12408
12562
|
coingecko_id: 'ion',
|
|
12409
12563
|
keywords: ['memecoin']
|
|
12410
12564
|
}]
|
|
12565
|
+
}, {
|
|
12566
|
+
$schema: '../../assetlist.schema.json',
|
|
12567
|
+
chain_name: 'osmosistestnet5',
|
|
12568
|
+
assets: [{
|
|
12569
|
+
description: 'The native token of Osmosis',
|
|
12570
|
+
denom_units: [{
|
|
12571
|
+
denom: 'uosmo',
|
|
12572
|
+
exponent: 0,
|
|
12573
|
+
aliases: []
|
|
12574
|
+
}, {
|
|
12575
|
+
denom: 'osmo',
|
|
12576
|
+
exponent: 6,
|
|
12577
|
+
aliases: []
|
|
12578
|
+
}],
|
|
12579
|
+
base: 'uosmo',
|
|
12580
|
+
name: 'Osmosis',
|
|
12581
|
+
display: 'osmo',
|
|
12582
|
+
symbol: 'OSMO',
|
|
12583
|
+
logo_URIs: {
|
|
12584
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
12585
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
12586
|
+
},
|
|
12587
|
+
coingecko_id: 'osmosis',
|
|
12588
|
+
keywords: ['dex', 'staking']
|
|
12589
|
+
}, {
|
|
12590
|
+
denom_units: [{
|
|
12591
|
+
denom: 'uion',
|
|
12592
|
+
exponent: 0
|
|
12593
|
+
}, {
|
|
12594
|
+
denom: 'ion',
|
|
12595
|
+
exponent: 6
|
|
12596
|
+
}],
|
|
12597
|
+
base: 'uion',
|
|
12598
|
+
name: 'Ion',
|
|
12599
|
+
display: 'ion',
|
|
12600
|
+
symbol: 'ION',
|
|
12601
|
+
logo_URIs: {
|
|
12602
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
12603
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
12604
|
+
},
|
|
12605
|
+
coingecko_id: 'ion',
|
|
12606
|
+
keywords: ['memecoin']
|
|
12607
|
+
}]
|
|
12411
12608
|
}, {
|
|
12412
12609
|
$schema: '../assetlist.schema.json',
|
|
12413
12610
|
chain_name: 'persistencetestnet',
|