@chain-registry/juno 1.64.22 → 1.64.24
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/assets.js +32 -5
- package/esm/assets.js +32 -5
- package/index.d.ts +5 -5
- package/package.json +4 -4
package/assets.js
CHANGED
|
@@ -172,6 +172,14 @@ const assets = {
|
|
|
172
172
|
name: 'Racoon',
|
|
173
173
|
display: 'rac',
|
|
174
174
|
symbol: 'RAC',
|
|
175
|
+
traces: [{
|
|
176
|
+
type: 'additional-mintage',
|
|
177
|
+
counterparty: {
|
|
178
|
+
chain_name: 'migaloo',
|
|
179
|
+
base_denom: 'factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac'
|
|
180
|
+
},
|
|
181
|
+
provider: 'Racoon'
|
|
182
|
+
}],
|
|
175
183
|
logo_URIs: {
|
|
176
184
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
|
|
177
185
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
|
|
@@ -378,13 +386,25 @@ const assets = {
|
|
|
378
386
|
name: 'Gelotto',
|
|
379
387
|
display: 'glto',
|
|
380
388
|
symbol: 'GLTO',
|
|
389
|
+
traces: [{
|
|
390
|
+
type: 'legacy-mintage',
|
|
391
|
+
counterparty: {
|
|
392
|
+
chain_name: 'ethereum',
|
|
393
|
+
base_denom: '0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2'
|
|
394
|
+
},
|
|
395
|
+
provider: 'Gelotto'
|
|
396
|
+
}],
|
|
381
397
|
logo_URIs: {
|
|
382
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
383
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
398
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png',
|
|
399
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg'
|
|
384
400
|
},
|
|
385
401
|
images: [{
|
|
386
|
-
|
|
387
|
-
|
|
402
|
+
image_sync: {
|
|
403
|
+
chain_name: 'ethereum',
|
|
404
|
+
base_denom: '0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2'
|
|
405
|
+
},
|
|
406
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png',
|
|
407
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg',
|
|
388
408
|
theme: {
|
|
389
409
|
primary_color_hex: '#501cad'
|
|
390
410
|
}
|
|
@@ -618,10 +638,17 @@ const assets = {
|
|
|
618
638
|
name: 'FURY.legacy',
|
|
619
639
|
display: 'fury',
|
|
620
640
|
symbol: 'FURY.legacy',
|
|
641
|
+
traces: [{
|
|
642
|
+
type: 'legacy-mintage',
|
|
643
|
+
counterparty: {
|
|
644
|
+
chain_name: 'furya',
|
|
645
|
+
base_denom: 'ufury'
|
|
646
|
+
},
|
|
647
|
+
provider: 'Fanfury'
|
|
648
|
+
}],
|
|
621
649
|
logo_URIs: {
|
|
622
650
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png'
|
|
623
651
|
},
|
|
624
|
-
coingecko_id: 'fanfury',
|
|
625
652
|
images: [{
|
|
626
653
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png',
|
|
627
654
|
theme: {
|
package/esm/assets.js
CHANGED
|
@@ -170,6 +170,14 @@ const assets = {
|
|
|
170
170
|
name: 'Racoon',
|
|
171
171
|
display: 'rac',
|
|
172
172
|
symbol: 'RAC',
|
|
173
|
+
traces: [{
|
|
174
|
+
type: 'additional-mintage',
|
|
175
|
+
counterparty: {
|
|
176
|
+
chain_name: 'migaloo',
|
|
177
|
+
base_denom: 'factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac'
|
|
178
|
+
},
|
|
179
|
+
provider: 'Racoon'
|
|
180
|
+
}],
|
|
173
181
|
logo_URIs: {
|
|
174
182
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
|
|
175
183
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
|
|
@@ -376,13 +384,25 @@ const assets = {
|
|
|
376
384
|
name: 'Gelotto',
|
|
377
385
|
display: 'glto',
|
|
378
386
|
symbol: 'GLTO',
|
|
387
|
+
traces: [{
|
|
388
|
+
type: 'legacy-mintage',
|
|
389
|
+
counterparty: {
|
|
390
|
+
chain_name: 'ethereum',
|
|
391
|
+
base_denom: '0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2'
|
|
392
|
+
},
|
|
393
|
+
provider: 'Gelotto'
|
|
394
|
+
}],
|
|
379
395
|
logo_URIs: {
|
|
380
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
381
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
396
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png',
|
|
397
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg'
|
|
382
398
|
},
|
|
383
399
|
images: [{
|
|
384
|
-
|
|
385
|
-
|
|
400
|
+
image_sync: {
|
|
401
|
+
chain_name: 'ethereum',
|
|
402
|
+
base_denom: '0xd73175f9eb15eee81745d367ae59309Ca2ceb5e2'
|
|
403
|
+
},
|
|
404
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.png',
|
|
405
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/glto.svg',
|
|
386
406
|
theme: {
|
|
387
407
|
primary_color_hex: '#501cad'
|
|
388
408
|
}
|
|
@@ -616,10 +636,17 @@ const assets = {
|
|
|
616
636
|
name: 'FURY.legacy',
|
|
617
637
|
display: 'fury',
|
|
618
638
|
symbol: 'FURY.legacy',
|
|
639
|
+
traces: [{
|
|
640
|
+
type: 'legacy-mintage',
|
|
641
|
+
counterparty: {
|
|
642
|
+
chain_name: 'furya',
|
|
643
|
+
base_denom: 'ufury'
|
|
644
|
+
},
|
|
645
|
+
provider: 'Fanfury'
|
|
646
|
+
}],
|
|
619
647
|
logo_URIs: {
|
|
620
648
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png'
|
|
621
649
|
},
|
|
622
|
-
coingecko_id: 'fanfury',
|
|
623
650
|
images: [{
|
|
624
651
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/fanfury.png',
|
|
625
652
|
theme: {
|
package/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
|
-
chain: Chain;
|
|
8
|
-
assets: AssetList;
|
|
9
|
-
asset_list: AssetList;
|
|
10
|
-
testnet: Chain;
|
|
11
|
-
testnet_assets: AssetList;
|
|
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 };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.24",
|
|
4
4
|
"description": "Chain Registry info for Juno",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"chain-registry": "^1.63.
|
|
32
|
+
"chain-registry": "^1.63.24"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.45.
|
|
35
|
+
"@chain-registry/types": "^0.45.20"
|
|
36
36
|
},
|
|
37
37
|
"keywords": [
|
|
38
38
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"tokens",
|
|
44
44
|
"juno"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "c436b78c8fc3d46edd81c6d2e8f692e8c597f3bc"
|
|
47
47
|
}
|