@chain-registry/assets 1.70.284 → 1.70.286
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/esm/mainnet/axelar.js +140 -0
- package/esm/mainnet/celestia.js +140 -0
- package/esm/mainnet/cosmoshub.js +140 -0
- package/esm/mainnet/dydx.js +140 -0
- package/esm/mainnet/injective.js +140 -0
- package/esm/mainnet/neutron.js +140 -0
- package/esm/mainnet/noble.js +140 -0
- package/esm/mainnet/osmosis.js +140 -0
- package/esm/mainnet/stride.js +140 -0
- package/esm/mainnet/terra2.js +140 -0
- package/esm/testnet/dydxtestnet.js +79 -1
- package/mainnet/axelar.js +140 -0
- package/mainnet/celestia.js +140 -0
- package/mainnet/cosmoshub.js +140 -0
- package/mainnet/dydx.js +140 -0
- package/mainnet/injective.js +140 -0
- package/mainnet/neutron.js +140 -0
- package/mainnet/noble.js +140 -0
- package/mainnet/osmosis.js +140 -0
- package/mainnet/stride.js +140 -0
- package/mainnet/terra2.js +140 -0
- package/package.json +5 -5
- package/testnet/dydxtestnet.js +79 -1
package/mainnet/terra2.js
CHANGED
|
@@ -8571,6 +8571,76 @@ const assets = {
|
|
|
8571
8571
|
}
|
|
8572
8572
|
}]
|
|
8573
8573
|
},
|
|
8574
|
+
{
|
|
8575
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
8576
|
+
denom_units: [{
|
|
8577
|
+
denom: 'ibc/69B5AA3A2738DEABACFE870D4D505A00A7305229A101C4E8691D02E4B7CEE11F',
|
|
8578
|
+
exponent: 0,
|
|
8579
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
8580
|
+
}, {
|
|
8581
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
8582
|
+
exponent: 6
|
|
8583
|
+
}],
|
|
8584
|
+
base: 'ibc/69B5AA3A2738DEABACFE870D4D505A00A7305229A101C4E8691D02E4B7CEE11F',
|
|
8585
|
+
name: 'PRYZM Base LP',
|
|
8586
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
8587
|
+
symbol: 'PRYZM-BASE-LP',
|
|
8588
|
+
logo_URIs: {
|
|
8589
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8590
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8591
|
+
},
|
|
8592
|
+
images: [{
|
|
8593
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8594
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8595
|
+
}],
|
|
8596
|
+
type_asset: 'sdk.coin',
|
|
8597
|
+
traces: [{
|
|
8598
|
+
type: 'ibc',
|
|
8599
|
+
counterparty: {
|
|
8600
|
+
channel_id: 'channel-4',
|
|
8601
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
8602
|
+
chain_name: 'pryzm'
|
|
8603
|
+
},
|
|
8604
|
+
chain: {
|
|
8605
|
+
channel_id: 'channel-473'
|
|
8606
|
+
}
|
|
8607
|
+
}]
|
|
8608
|
+
},
|
|
8609
|
+
{
|
|
8610
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
8611
|
+
denom_units: [{
|
|
8612
|
+
denom: 'ibc/FEDF7C0D8BF026F39618DB9230A4DC0EFCC723F2E40B7A643497419F63988F91',
|
|
8613
|
+
exponent: 0,
|
|
8614
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
8615
|
+
}, {
|
|
8616
|
+
denom: 'lp:35:pryzm-usdc',
|
|
8617
|
+
exponent: 6
|
|
8618
|
+
}],
|
|
8619
|
+
base: 'ibc/FEDF7C0D8BF026F39618DB9230A4DC0EFCC723F2E40B7A643497419F63988F91',
|
|
8620
|
+
name: 'PRYZM / USDC LP',
|
|
8621
|
+
display: 'lp:35:pryzm-usdc',
|
|
8622
|
+
symbol: 'PRYZM-USDC-LP',
|
|
8623
|
+
logo_URIs: {
|
|
8624
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8625
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8626
|
+
},
|
|
8627
|
+
images: [{
|
|
8628
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8629
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8630
|
+
}],
|
|
8631
|
+
type_asset: 'sdk.coin',
|
|
8632
|
+
traces: [{
|
|
8633
|
+
type: 'ibc',
|
|
8634
|
+
counterparty: {
|
|
8635
|
+
channel_id: 'channel-4',
|
|
8636
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
8637
|
+
chain_name: 'pryzm'
|
|
8638
|
+
},
|
|
8639
|
+
chain: {
|
|
8640
|
+
channel_id: 'channel-473'
|
|
8641
|
+
}
|
|
8642
|
+
}]
|
|
8643
|
+
},
|
|
8574
8644
|
{
|
|
8575
8645
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
8576
8646
|
denom_units: [{
|
|
@@ -18599,6 +18669,76 @@ const assets = {
|
|
|
18599
18669
|
}
|
|
18600
18670
|
}]
|
|
18601
18671
|
},
|
|
18672
|
+
{
|
|
18673
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
18674
|
+
denom_units: [{
|
|
18675
|
+
denom: 'ibc/69B5AA3A2738DEABACFE870D4D505A00A7305229A101C4E8691D02E4B7CEE11F',
|
|
18676
|
+
exponent: 0,
|
|
18677
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
18678
|
+
}, {
|
|
18679
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
18680
|
+
exponent: 6
|
|
18681
|
+
}],
|
|
18682
|
+
base: 'ibc/69B5AA3A2738DEABACFE870D4D505A00A7305229A101C4E8691D02E4B7CEE11F',
|
|
18683
|
+
name: 'PRYZM Base LP',
|
|
18684
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
18685
|
+
symbol: 'PRYZM-BASE-LP',
|
|
18686
|
+
logo_URIs: {
|
|
18687
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
18688
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
18689
|
+
},
|
|
18690
|
+
images: [{
|
|
18691
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
18692
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
18693
|
+
}],
|
|
18694
|
+
type_asset: 'sdk.coin',
|
|
18695
|
+
traces: [{
|
|
18696
|
+
type: 'ibc',
|
|
18697
|
+
counterparty: {
|
|
18698
|
+
channel_id: 'channel-4',
|
|
18699
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
18700
|
+
chain_name: 'pryzm'
|
|
18701
|
+
},
|
|
18702
|
+
chain: {
|
|
18703
|
+
channel_id: 'channel-473'
|
|
18704
|
+
}
|
|
18705
|
+
}]
|
|
18706
|
+
},
|
|
18707
|
+
{
|
|
18708
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
18709
|
+
denom_units: [{
|
|
18710
|
+
denom: 'ibc/FEDF7C0D8BF026F39618DB9230A4DC0EFCC723F2E40B7A643497419F63988F91',
|
|
18711
|
+
exponent: 0,
|
|
18712
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
18713
|
+
}, {
|
|
18714
|
+
denom: 'lp:35:pryzm-usdc',
|
|
18715
|
+
exponent: 6
|
|
18716
|
+
}],
|
|
18717
|
+
base: 'ibc/FEDF7C0D8BF026F39618DB9230A4DC0EFCC723F2E40B7A643497419F63988F91',
|
|
18718
|
+
name: 'PRYZM / USDC LP',
|
|
18719
|
+
display: 'lp:35:pryzm-usdc',
|
|
18720
|
+
symbol: 'PRYZM-USDC-LP',
|
|
18721
|
+
logo_URIs: {
|
|
18722
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
18723
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
18724
|
+
},
|
|
18725
|
+
images: [{
|
|
18726
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
18727
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
18728
|
+
}],
|
|
18729
|
+
type_asset: 'sdk.coin',
|
|
18730
|
+
traces: [{
|
|
18731
|
+
type: 'ibc',
|
|
18732
|
+
counterparty: {
|
|
18733
|
+
channel_id: 'channel-4',
|
|
18734
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
18735
|
+
chain_name: 'pryzm'
|
|
18736
|
+
},
|
|
18737
|
+
chain: {
|
|
18738
|
+
channel_id: 'channel-473'
|
|
18739
|
+
}
|
|
18740
|
+
}]
|
|
18741
|
+
},
|
|
18602
18742
|
{
|
|
18603
18743
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
18604
18744
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.286",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.180",
|
|
33
|
+
"chain-registry": "^1.69.286"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.180"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "7cdc3fd05898a5f8811d74938e6153c0014439de"
|
|
47
47
|
}
|
package/testnet/dydxtestnet.js
CHANGED
|
@@ -2,6 +2,84 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'dydxtestnet',
|
|
5
|
-
assets: [
|
|
5
|
+
assets: [{
|
|
6
|
+
description: 'Int3face Testnet blockchain native token',
|
|
7
|
+
denom_units: [{
|
|
8
|
+
denom: 'ibc/012680D73D291EA10EE78216BF59CD2C3097ACBB412291D69E293ADE87DA160E',
|
|
9
|
+
exponent: 0,
|
|
10
|
+
aliases: ['uint3']
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'int3',
|
|
13
|
+
exponent: 6
|
|
14
|
+
}],
|
|
15
|
+
base: 'ibc/012680D73D291EA10EE78216BF59CD2C3097ACBB412291D69E293ADE87DA160E',
|
|
16
|
+
name: 'Int3face Testnet Token',
|
|
17
|
+
display: 'int3',
|
|
18
|
+
symbol: 'INT3',
|
|
19
|
+
logo_URIs: {
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
|
|
21
|
+
},
|
|
22
|
+
images: [{
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
|
|
24
|
+
theme: {
|
|
25
|
+
primary_color_hex: '#3d3d3d'
|
|
26
|
+
}
|
|
27
|
+
}],
|
|
28
|
+
socials: {
|
|
29
|
+
website: 'https://testnet.app.int3face.zone/',
|
|
30
|
+
twitter: 'https://x.com/_Bitfrost_'
|
|
31
|
+
},
|
|
32
|
+
type_asset: 'sdk.coin',
|
|
33
|
+
traces: [{
|
|
34
|
+
type: 'ibc',
|
|
35
|
+
counterparty: {
|
|
36
|
+
channel_id: 'channel-5',
|
|
37
|
+
base_denom: 'uint3',
|
|
38
|
+
chain_name: 'int3facetestnet'
|
|
39
|
+
},
|
|
40
|
+
chain: {
|
|
41
|
+
channel_id: 'channel-86'
|
|
42
|
+
}
|
|
43
|
+
}]
|
|
44
|
+
}, {
|
|
45
|
+
description: 'Int3face Testnet blockchain native token',
|
|
46
|
+
denom_units: [{
|
|
47
|
+
denom: 'ibc/012680D73D291EA10EE78216BF59CD2C3097ACBB412291D69E293ADE87DA160E',
|
|
48
|
+
exponent: 0,
|
|
49
|
+
aliases: ['uint3']
|
|
50
|
+
}, {
|
|
51
|
+
denom: 'int3',
|
|
52
|
+
exponent: 6
|
|
53
|
+
}],
|
|
54
|
+
base: 'ibc/012680D73D291EA10EE78216BF59CD2C3097ACBB412291D69E293ADE87DA160E',
|
|
55
|
+
name: 'Int3face Testnet Token',
|
|
56
|
+
display: 'int3',
|
|
57
|
+
symbol: 'INT3',
|
|
58
|
+
logo_URIs: {
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
|
|
60
|
+
},
|
|
61
|
+
images: [{
|
|
62
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
|
|
63
|
+
theme: {
|
|
64
|
+
primary_color_hex: '#3d3d3d'
|
|
65
|
+
}
|
|
66
|
+
}],
|
|
67
|
+
socials: {
|
|
68
|
+
website: 'https://testnet.app.int3face.zone/',
|
|
69
|
+
twitter: 'https://x.com/_Bitfrost_'
|
|
70
|
+
},
|
|
71
|
+
type_asset: 'sdk.coin',
|
|
72
|
+
traces: [{
|
|
73
|
+
type: 'ibc',
|
|
74
|
+
counterparty: {
|
|
75
|
+
channel_id: 'channel-5',
|
|
76
|
+
base_denom: 'uint3',
|
|
77
|
+
chain_name: 'int3facetestnet'
|
|
78
|
+
},
|
|
79
|
+
chain: {
|
|
80
|
+
channel_id: 'channel-86'
|
|
81
|
+
}
|
|
82
|
+
}]
|
|
83
|
+
}]
|
|
6
84
|
};
|
|
7
85
|
exports.default = assets;
|