chain-registry 1.63.32 → 1.63.34
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/ibc.js +29 -0
- package/esm/mainnet/persistence/assets.js +3 -2
- package/esm/mainnet/source/ibc.js +35 -3
- package/esm/testnet/stridetestnet/chain.js +1 -1
- package/mainnet/axelar/ibc.js +29 -0
- package/mainnet/persistence/assets.js +3 -2
- package/mainnet/source/ibc.js +35 -3
- package/package.json +4 -4
- package/testnet/stridetestnet/chain.js +1 -1
|
@@ -1066,6 +1066,35 @@ const info = [
|
|
|
1066
1066
|
}
|
|
1067
1067
|
}]
|
|
1068
1068
|
},
|
|
1069
|
+
{
|
|
1070
|
+
$schema: '../ibc_data.schema.json',
|
|
1071
|
+
chain_1: {
|
|
1072
|
+
chain_name: 'axelar',
|
|
1073
|
+
client_id: '07-tendermint-229',
|
|
1074
|
+
connection_id: 'connection-219'
|
|
1075
|
+
},
|
|
1076
|
+
chain_2: {
|
|
1077
|
+
chain_name: 'source',
|
|
1078
|
+
client_id: '07-tendermint-17',
|
|
1079
|
+
connection_id: 'connection-17'
|
|
1080
|
+
},
|
|
1081
|
+
channels: [{
|
|
1082
|
+
chain_1: {
|
|
1083
|
+
channel_id: 'channel-160',
|
|
1084
|
+
port_id: 'transfer'
|
|
1085
|
+
},
|
|
1086
|
+
chain_2: {
|
|
1087
|
+
channel_id: 'channel-3',
|
|
1088
|
+
port_id: 'transfer'
|
|
1089
|
+
},
|
|
1090
|
+
ordering: 'unordered',
|
|
1091
|
+
version: 'ics20-1',
|
|
1092
|
+
tags: {
|
|
1093
|
+
status: 'live',
|
|
1094
|
+
preferred: true
|
|
1095
|
+
}
|
|
1096
|
+
}]
|
|
1097
|
+
},
|
|
1069
1098
|
{
|
|
1070
1099
|
$schema: '../ibc_data.schema.json',
|
|
1071
1100
|
chain_1: {
|
|
@@ -70,7 +70,8 @@ const info = {
|
|
|
70
70
|
}]
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
|
-
description: 'pSTAKE is a
|
|
73
|
+
description: 'pSTAKE Finance is a Bitcoin Yield and Liquid Staking protocol, backed by Binance Labs.',
|
|
74
|
+
extended_description: 'With pSTAKE Finance, users can liquid stake BTC to get rewards from Babylon\'s Trustless BTC staking for securing other app chains while maintaining their liquidity, powered by institutional custody providers like Cobo. Accessing Bitcoin yields should not be complex, risky, or unsafe. With four years of liquid staking expertise and expert-curated yield strategies, pSTAKE Finance helps individuals and institutions put their BTC to work in BTCfi. pSTAKE Finance has partnered with leading blockchain security firms, such as Halborn, Hexens, Oak Security, Immunefi, Forta, and more, to offer a secure liquid staking product suite. PSTAKE is the governance and incentivization token of the pSTAKE Finance protocol. It has some of the most prominent investors, including Binance Labs, DeFiance Capital, Spartan Group, Coinbase Ventures, and Kraken Ventures.',
|
|
74
75
|
denom_units: [{
|
|
75
76
|
denom: 'ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444',
|
|
76
77
|
exponent: 0,
|
|
@@ -127,7 +128,7 @@ const info = {
|
|
|
127
128
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
|
|
128
129
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg',
|
|
129
130
|
theme: {
|
|
130
|
-
primary_color_hex: '#
|
|
131
|
+
primary_color_hex: '#111111'
|
|
131
132
|
}
|
|
132
133
|
}]
|
|
133
134
|
},
|
|
@@ -1,4 +1,34 @@
|
|
|
1
|
-
const info = [
|
|
1
|
+
const info = [
|
|
2
|
+
{
|
|
3
|
+
$schema: '../ibc_data.schema.json',
|
|
4
|
+
chain_1: {
|
|
5
|
+
chain_name: 'axelar',
|
|
6
|
+
client_id: '07-tendermint-229',
|
|
7
|
+
connection_id: 'connection-219'
|
|
8
|
+
},
|
|
9
|
+
chain_2: {
|
|
10
|
+
chain_name: 'source',
|
|
11
|
+
client_id: '07-tendermint-17',
|
|
12
|
+
connection_id: 'connection-17'
|
|
13
|
+
},
|
|
14
|
+
channels: [{
|
|
15
|
+
chain_1: {
|
|
16
|
+
channel_id: 'channel-160',
|
|
17
|
+
port_id: 'transfer'
|
|
18
|
+
},
|
|
19
|
+
chain_2: {
|
|
20
|
+
channel_id: 'channel-3',
|
|
21
|
+
port_id: 'transfer'
|
|
22
|
+
},
|
|
23
|
+
ordering: 'unordered',
|
|
24
|
+
version: 'ics20-1',
|
|
25
|
+
tags: {
|
|
26
|
+
status: 'live',
|
|
27
|
+
preferred: true
|
|
28
|
+
}
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
31
|
+
{
|
|
2
32
|
$schema: '../ibc_data.schema.json',
|
|
3
33
|
chain_1: {
|
|
4
34
|
chain_name: 'osmosis',
|
|
@@ -26,7 +56,8 @@ const info = [{
|
|
|
26
56
|
preferred: true
|
|
27
57
|
}
|
|
28
58
|
}]
|
|
29
|
-
},
|
|
59
|
+
},
|
|
60
|
+
{
|
|
30
61
|
$schema: '../ibc_data.schema.json',
|
|
31
62
|
chain_1: {
|
|
32
63
|
chain_name: 'planq',
|
|
@@ -54,5 +85,6 @@ const info = [{
|
|
|
54
85
|
preferred: true
|
|
55
86
|
}
|
|
56
87
|
}]
|
|
57
|
-
}
|
|
88
|
+
}
|
|
89
|
+
];
|
|
58
90
|
export default info;
|
package/mainnet/axelar/ibc.js
CHANGED
|
@@ -1068,6 +1068,35 @@ const info = [
|
|
|
1068
1068
|
}
|
|
1069
1069
|
}]
|
|
1070
1070
|
},
|
|
1071
|
+
{
|
|
1072
|
+
$schema: '../ibc_data.schema.json',
|
|
1073
|
+
chain_1: {
|
|
1074
|
+
chain_name: 'axelar',
|
|
1075
|
+
client_id: '07-tendermint-229',
|
|
1076
|
+
connection_id: 'connection-219'
|
|
1077
|
+
},
|
|
1078
|
+
chain_2: {
|
|
1079
|
+
chain_name: 'source',
|
|
1080
|
+
client_id: '07-tendermint-17',
|
|
1081
|
+
connection_id: 'connection-17'
|
|
1082
|
+
},
|
|
1083
|
+
channels: [{
|
|
1084
|
+
chain_1: {
|
|
1085
|
+
channel_id: 'channel-160',
|
|
1086
|
+
port_id: 'transfer'
|
|
1087
|
+
},
|
|
1088
|
+
chain_2: {
|
|
1089
|
+
channel_id: 'channel-3',
|
|
1090
|
+
port_id: 'transfer'
|
|
1091
|
+
},
|
|
1092
|
+
ordering: 'unordered',
|
|
1093
|
+
version: 'ics20-1',
|
|
1094
|
+
tags: {
|
|
1095
|
+
status: 'live',
|
|
1096
|
+
preferred: true
|
|
1097
|
+
}
|
|
1098
|
+
}]
|
|
1099
|
+
},
|
|
1071
1100
|
{
|
|
1072
1101
|
$schema: '../ibc_data.schema.json',
|
|
1073
1102
|
chain_1: {
|
|
@@ -72,7 +72,8 @@ const info = {
|
|
|
72
72
|
}]
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
|
-
description: 'pSTAKE is a
|
|
75
|
+
description: 'pSTAKE Finance is a Bitcoin Yield and Liquid Staking protocol, backed by Binance Labs.',
|
|
76
|
+
extended_description: 'With pSTAKE Finance, users can liquid stake BTC to get rewards from Babylon\'s Trustless BTC staking for securing other app chains while maintaining their liquidity, powered by institutional custody providers like Cobo. Accessing Bitcoin yields should not be complex, risky, or unsafe. With four years of liquid staking expertise and expert-curated yield strategies, pSTAKE Finance helps individuals and institutions put their BTC to work in BTCfi. pSTAKE Finance has partnered with leading blockchain security firms, such as Halborn, Hexens, Oak Security, Immunefi, Forta, and more, to offer a secure liquid staking product suite. PSTAKE is the governance and incentivization token of the pSTAKE Finance protocol. It has some of the most prominent investors, including Binance Labs, DeFiance Capital, Spartan Group, Coinbase Ventures, and Kraken Ventures.',
|
|
76
77
|
denom_units: [{
|
|
77
78
|
denom: 'ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444',
|
|
78
79
|
exponent: 0,
|
|
@@ -129,7 +130,7 @@ const info = {
|
|
|
129
130
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
|
|
130
131
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg',
|
|
131
132
|
theme: {
|
|
132
|
-
primary_color_hex: '#
|
|
133
|
+
primary_color_hex: '#111111'
|
|
133
134
|
}
|
|
134
135
|
}]
|
|
135
136
|
},
|
package/mainnet/source/ibc.js
CHANGED
|
@@ -1,6 +1,36 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const info = [
|
|
3
|
+
const info = [
|
|
4
|
+
{
|
|
5
|
+
$schema: '../ibc_data.schema.json',
|
|
6
|
+
chain_1: {
|
|
7
|
+
chain_name: 'axelar',
|
|
8
|
+
client_id: '07-tendermint-229',
|
|
9
|
+
connection_id: 'connection-219'
|
|
10
|
+
},
|
|
11
|
+
chain_2: {
|
|
12
|
+
chain_name: 'source',
|
|
13
|
+
client_id: '07-tendermint-17',
|
|
14
|
+
connection_id: 'connection-17'
|
|
15
|
+
},
|
|
16
|
+
channels: [{
|
|
17
|
+
chain_1: {
|
|
18
|
+
channel_id: 'channel-160',
|
|
19
|
+
port_id: 'transfer'
|
|
20
|
+
},
|
|
21
|
+
chain_2: {
|
|
22
|
+
channel_id: 'channel-3',
|
|
23
|
+
port_id: 'transfer'
|
|
24
|
+
},
|
|
25
|
+
ordering: 'unordered',
|
|
26
|
+
version: 'ics20-1',
|
|
27
|
+
tags: {
|
|
28
|
+
status: 'live',
|
|
29
|
+
preferred: true
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
},
|
|
33
|
+
{
|
|
4
34
|
$schema: '../ibc_data.schema.json',
|
|
5
35
|
chain_1: {
|
|
6
36
|
chain_name: 'osmosis',
|
|
@@ -28,7 +58,8 @@ const info = [{
|
|
|
28
58
|
preferred: true
|
|
29
59
|
}
|
|
30
60
|
}]
|
|
31
|
-
},
|
|
61
|
+
},
|
|
62
|
+
{
|
|
32
63
|
$schema: '../ibc_data.schema.json',
|
|
33
64
|
chain_1: {
|
|
34
65
|
chain_name: 'planq',
|
|
@@ -56,5 +87,6 @@ const info = [{
|
|
|
56
87
|
preferred: true
|
|
57
88
|
}
|
|
58
89
|
}]
|
|
59
|
-
}
|
|
90
|
+
}
|
|
91
|
+
];
|
|
60
92
|
exports.default = info;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.63.
|
|
3
|
+
"version": "1.63.34",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.46.
|
|
32
|
+
"@chain-registry/utils": "^1.46.29",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.29"
|
|
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": "3f70dde906e1186c78892a679cd28b3997682e95"
|
|
47
47
|
}
|