chain-registry 1.69.105 → 1.69.107
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/aura/chain.js +0 -18
- package/esm/mainnet/axelar/ibc.js +29 -0
- package/esm/mainnet/provenance/assets.js +51 -0
- package/esm/mainnet/sentinel/ibc.js +29 -0
- package/mainnet/aura/chain.js +0 -18
- package/mainnet/axelar/ibc.js +29 -0
- package/mainnet/provenance/assets.js +51 -0
- package/mainnet/sentinel/ibc.js +29 -0
- package/package.json +4 -4
|
@@ -96,10 +96,6 @@ const info = {
|
|
|
96
96
|
address: 'https://aura-rpc.staketab.org:443',
|
|
97
97
|
provider: 'Staketab'
|
|
98
98
|
},
|
|
99
|
-
{
|
|
100
|
-
address: 'https://rpc.aura.safeblock.space',
|
|
101
|
-
provider: 'Safe Block'
|
|
102
|
-
},
|
|
103
99
|
{
|
|
104
100
|
address: 'https://rpc.aura.silentvalidator.com',
|
|
105
101
|
provider: 'silent'
|
|
@@ -166,10 +162,6 @@ const info = {
|
|
|
166
162
|
address: 'https://aura-rest.staketab.org',
|
|
167
163
|
provider: 'Staketab'
|
|
168
164
|
},
|
|
169
|
-
{
|
|
170
|
-
address: 'https://api.aura.safeblock.space',
|
|
171
|
-
provider: 'Safe Block'
|
|
172
|
-
},
|
|
173
165
|
{
|
|
174
166
|
address: 'https://api.aura.silentvalidator.com',
|
|
175
167
|
provider: 'silent'
|
|
@@ -248,10 +240,6 @@ const info = {
|
|
|
248
240
|
address: 'aura-grpc.stake-town.com:443',
|
|
249
241
|
provider: 'StakeTown'
|
|
250
242
|
},
|
|
251
|
-
{
|
|
252
|
-
address: 'grpc.aura.safeblock.space:9090',
|
|
253
|
-
provider: 'Safe Block'
|
|
254
|
-
},
|
|
255
243
|
{
|
|
256
244
|
address: 'aura-grpc.palamar.io:443',
|
|
257
245
|
provider: 'Palamar'
|
|
@@ -309,12 +297,6 @@ const info = {
|
|
|
309
297
|
tx_page: 'https://explorer.stake-take.com/aura/tx/${txHash}',
|
|
310
298
|
account_page: 'https://explorer.stake-take.com/aura/account/${accountAddress}'
|
|
311
299
|
},
|
|
312
|
-
{
|
|
313
|
-
kind: 'Safe Block',
|
|
314
|
-
url: 'https://explorer.safeblock.space/aura',
|
|
315
|
-
tx_page: 'https://explorer.safeblock.space/aura/tx/${txHash}',
|
|
316
|
-
account_page: 'https://explorer.safeblock.space/aura/account/${accountAddress}'
|
|
317
|
-
},
|
|
318
300
|
{
|
|
319
301
|
kind: 'STAKR.space explorer',
|
|
320
302
|
url: 'https://explorer.stakr.space/aura/',
|
|
@@ -1095,6 +1095,35 @@ const info = [
|
|
|
1095
1095
|
}
|
|
1096
1096
|
}]
|
|
1097
1097
|
},
|
|
1098
|
+
{
|
|
1099
|
+
$schema: '../ibc_data.schema.json',
|
|
1100
|
+
chain_1: {
|
|
1101
|
+
chain_name: 'axelar',
|
|
1102
|
+
client_id: '07-tendermint-233',
|
|
1103
|
+
connection_id: 'connection-224'
|
|
1104
|
+
},
|
|
1105
|
+
chain_2: {
|
|
1106
|
+
chain_name: 'sentinel',
|
|
1107
|
+
client_id: '07-tendermint-213',
|
|
1108
|
+
connection_id: 'connection-163'
|
|
1109
|
+
},
|
|
1110
|
+
channels: [{
|
|
1111
|
+
chain_1: {
|
|
1112
|
+
channel_id: 'channel-165',
|
|
1113
|
+
port_id: 'transfer'
|
|
1114
|
+
},
|
|
1115
|
+
chain_2: {
|
|
1116
|
+
channel_id: 'channel-96',
|
|
1117
|
+
port_id: 'transfer'
|
|
1118
|
+
},
|
|
1119
|
+
ordering: 'unordered',
|
|
1120
|
+
version: 'ics20-1',
|
|
1121
|
+
tags: {
|
|
1122
|
+
status: 'live',
|
|
1123
|
+
preferred: true
|
|
1124
|
+
}
|
|
1125
|
+
}]
|
|
1126
|
+
},
|
|
1098
1127
|
{
|
|
1099
1128
|
$schema: '../ibc_data.schema.json',
|
|
1100
1129
|
chain_1: {
|
|
@@ -26,6 +26,57 @@ const info = {
|
|
|
26
26
|
}
|
|
27
27
|
}],
|
|
28
28
|
type_asset: 'sdk.coin'
|
|
29
|
+
}, {
|
|
30
|
+
description: 'USD Coin',
|
|
31
|
+
denom_units: [{
|
|
32
|
+
denom: 'ibc/616E26A85AD20A3DDEAEBDDE7262E3BA9356C557BC15CACEA86768D7D51FA703',
|
|
33
|
+
exponent: 0,
|
|
34
|
+
aliases: ['microusdc', 'uusdc']
|
|
35
|
+
}, {
|
|
36
|
+
denom: 'usdc',
|
|
37
|
+
exponent: 6
|
|
38
|
+
}],
|
|
39
|
+
type_asset: 'ics20',
|
|
40
|
+
base: 'ibc/616E26A85AD20A3DDEAEBDDE7262E3BA9356C557BC15CACEA86768D7D51FA703',
|
|
41
|
+
name: 'USDC',
|
|
42
|
+
display: 'usdc',
|
|
43
|
+
symbol: 'USDC',
|
|
44
|
+
coingecko_id: 'usd-coin',
|
|
45
|
+
traces: [{
|
|
46
|
+
type: 'additional-mintage',
|
|
47
|
+
counterparty: {
|
|
48
|
+
chain_name: 'ethereum',
|
|
49
|
+
base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
50
|
+
},
|
|
51
|
+
provider: 'Circle'
|
|
52
|
+
}, {
|
|
53
|
+
type: 'ibc',
|
|
54
|
+
counterparty: {
|
|
55
|
+
chain_name: 'noble',
|
|
56
|
+
base_denom: 'uusdc',
|
|
57
|
+
channel_id: 'channel-20'
|
|
58
|
+
},
|
|
59
|
+
chain: {
|
|
60
|
+
channel_id: 'channel-10',
|
|
61
|
+
path: 'transfer/channel-10/uusdc'
|
|
62
|
+
}
|
|
63
|
+
}],
|
|
64
|
+
logo_URIs: {
|
|
65
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
66
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
67
|
+
},
|
|
68
|
+
images: [{
|
|
69
|
+
image_sync: {
|
|
70
|
+
chain_name: 'ethereum',
|
|
71
|
+
base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
72
|
+
},
|
|
73
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
74
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
75
|
+
theme: {
|
|
76
|
+
circle: true,
|
|
77
|
+
primary_color_hex: '#2775CA'
|
|
78
|
+
}
|
|
79
|
+
}]
|
|
29
80
|
}]
|
|
30
81
|
};
|
|
31
82
|
export default info;
|
|
@@ -25,6 +25,35 @@ const info = [
|
|
|
25
25
|
tags: {}
|
|
26
26
|
}]
|
|
27
27
|
},
|
|
28
|
+
{
|
|
29
|
+
$schema: '../ibc_data.schema.json',
|
|
30
|
+
chain_1: {
|
|
31
|
+
chain_name: 'axelar',
|
|
32
|
+
client_id: '07-tendermint-233',
|
|
33
|
+
connection_id: 'connection-224'
|
|
34
|
+
},
|
|
35
|
+
chain_2: {
|
|
36
|
+
chain_name: 'sentinel',
|
|
37
|
+
client_id: '07-tendermint-213',
|
|
38
|
+
connection_id: 'connection-163'
|
|
39
|
+
},
|
|
40
|
+
channels: [{
|
|
41
|
+
chain_1: {
|
|
42
|
+
channel_id: 'channel-165',
|
|
43
|
+
port_id: 'transfer'
|
|
44
|
+
},
|
|
45
|
+
chain_2: {
|
|
46
|
+
channel_id: 'channel-96',
|
|
47
|
+
port_id: 'transfer'
|
|
48
|
+
},
|
|
49
|
+
ordering: 'unordered',
|
|
50
|
+
version: 'ics20-1',
|
|
51
|
+
tags: {
|
|
52
|
+
status: 'live',
|
|
53
|
+
preferred: true
|
|
54
|
+
}
|
|
55
|
+
}]
|
|
56
|
+
},
|
|
28
57
|
{
|
|
29
58
|
$schema: '../ibc_data.schema.json',
|
|
30
59
|
chain_1: {
|
package/mainnet/aura/chain.js
CHANGED
|
@@ -98,10 +98,6 @@ const info = {
|
|
|
98
98
|
address: 'https://aura-rpc.staketab.org:443',
|
|
99
99
|
provider: 'Staketab'
|
|
100
100
|
},
|
|
101
|
-
{
|
|
102
|
-
address: 'https://rpc.aura.safeblock.space',
|
|
103
|
-
provider: 'Safe Block'
|
|
104
|
-
},
|
|
105
101
|
{
|
|
106
102
|
address: 'https://rpc.aura.silentvalidator.com',
|
|
107
103
|
provider: 'silent'
|
|
@@ -168,10 +164,6 @@ const info = {
|
|
|
168
164
|
address: 'https://aura-rest.staketab.org',
|
|
169
165
|
provider: 'Staketab'
|
|
170
166
|
},
|
|
171
|
-
{
|
|
172
|
-
address: 'https://api.aura.safeblock.space',
|
|
173
|
-
provider: 'Safe Block'
|
|
174
|
-
},
|
|
175
167
|
{
|
|
176
168
|
address: 'https://api.aura.silentvalidator.com',
|
|
177
169
|
provider: 'silent'
|
|
@@ -250,10 +242,6 @@ const info = {
|
|
|
250
242
|
address: 'aura-grpc.stake-town.com:443',
|
|
251
243
|
provider: 'StakeTown'
|
|
252
244
|
},
|
|
253
|
-
{
|
|
254
|
-
address: 'grpc.aura.safeblock.space:9090',
|
|
255
|
-
provider: 'Safe Block'
|
|
256
|
-
},
|
|
257
245
|
{
|
|
258
246
|
address: 'aura-grpc.palamar.io:443',
|
|
259
247
|
provider: 'Palamar'
|
|
@@ -311,12 +299,6 @@ const info = {
|
|
|
311
299
|
tx_page: 'https://explorer.stake-take.com/aura/tx/${txHash}',
|
|
312
300
|
account_page: 'https://explorer.stake-take.com/aura/account/${accountAddress}'
|
|
313
301
|
},
|
|
314
|
-
{
|
|
315
|
-
kind: 'Safe Block',
|
|
316
|
-
url: 'https://explorer.safeblock.space/aura',
|
|
317
|
-
tx_page: 'https://explorer.safeblock.space/aura/tx/${txHash}',
|
|
318
|
-
account_page: 'https://explorer.safeblock.space/aura/account/${accountAddress}'
|
|
319
|
-
},
|
|
320
302
|
{
|
|
321
303
|
kind: 'STAKR.space explorer',
|
|
322
304
|
url: 'https://explorer.stakr.space/aura/',
|
package/mainnet/axelar/ibc.js
CHANGED
|
@@ -1097,6 +1097,35 @@ const info = [
|
|
|
1097
1097
|
}
|
|
1098
1098
|
}]
|
|
1099
1099
|
},
|
|
1100
|
+
{
|
|
1101
|
+
$schema: '../ibc_data.schema.json',
|
|
1102
|
+
chain_1: {
|
|
1103
|
+
chain_name: 'axelar',
|
|
1104
|
+
client_id: '07-tendermint-233',
|
|
1105
|
+
connection_id: 'connection-224'
|
|
1106
|
+
},
|
|
1107
|
+
chain_2: {
|
|
1108
|
+
chain_name: 'sentinel',
|
|
1109
|
+
client_id: '07-tendermint-213',
|
|
1110
|
+
connection_id: 'connection-163'
|
|
1111
|
+
},
|
|
1112
|
+
channels: [{
|
|
1113
|
+
chain_1: {
|
|
1114
|
+
channel_id: 'channel-165',
|
|
1115
|
+
port_id: 'transfer'
|
|
1116
|
+
},
|
|
1117
|
+
chain_2: {
|
|
1118
|
+
channel_id: 'channel-96',
|
|
1119
|
+
port_id: 'transfer'
|
|
1120
|
+
},
|
|
1121
|
+
ordering: 'unordered',
|
|
1122
|
+
version: 'ics20-1',
|
|
1123
|
+
tags: {
|
|
1124
|
+
status: 'live',
|
|
1125
|
+
preferred: true
|
|
1126
|
+
}
|
|
1127
|
+
}]
|
|
1128
|
+
},
|
|
1100
1129
|
{
|
|
1101
1130
|
$schema: '../ibc_data.schema.json',
|
|
1102
1131
|
chain_1: {
|
|
@@ -28,6 +28,57 @@ const info = {
|
|
|
28
28
|
}
|
|
29
29
|
}],
|
|
30
30
|
type_asset: 'sdk.coin'
|
|
31
|
+
}, {
|
|
32
|
+
description: 'USD Coin',
|
|
33
|
+
denom_units: [{
|
|
34
|
+
denom: 'ibc/616E26A85AD20A3DDEAEBDDE7262E3BA9356C557BC15CACEA86768D7D51FA703',
|
|
35
|
+
exponent: 0,
|
|
36
|
+
aliases: ['microusdc', 'uusdc']
|
|
37
|
+
}, {
|
|
38
|
+
denom: 'usdc',
|
|
39
|
+
exponent: 6
|
|
40
|
+
}],
|
|
41
|
+
type_asset: 'ics20',
|
|
42
|
+
base: 'ibc/616E26A85AD20A3DDEAEBDDE7262E3BA9356C557BC15CACEA86768D7D51FA703',
|
|
43
|
+
name: 'USDC',
|
|
44
|
+
display: 'usdc',
|
|
45
|
+
symbol: 'USDC',
|
|
46
|
+
coingecko_id: 'usd-coin',
|
|
47
|
+
traces: [{
|
|
48
|
+
type: 'additional-mintage',
|
|
49
|
+
counterparty: {
|
|
50
|
+
chain_name: 'ethereum',
|
|
51
|
+
base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
52
|
+
},
|
|
53
|
+
provider: 'Circle'
|
|
54
|
+
}, {
|
|
55
|
+
type: 'ibc',
|
|
56
|
+
counterparty: {
|
|
57
|
+
chain_name: 'noble',
|
|
58
|
+
base_denom: 'uusdc',
|
|
59
|
+
channel_id: 'channel-20'
|
|
60
|
+
},
|
|
61
|
+
chain: {
|
|
62
|
+
channel_id: 'channel-10',
|
|
63
|
+
path: 'transfer/channel-10/uusdc'
|
|
64
|
+
}
|
|
65
|
+
}],
|
|
66
|
+
logo_URIs: {
|
|
67
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
68
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
69
|
+
},
|
|
70
|
+
images: [{
|
|
71
|
+
image_sync: {
|
|
72
|
+
chain_name: 'ethereum',
|
|
73
|
+
base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
74
|
+
},
|
|
75
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
76
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
77
|
+
theme: {
|
|
78
|
+
circle: true,
|
|
79
|
+
primary_color_hex: '#2775CA'
|
|
80
|
+
}
|
|
81
|
+
}]
|
|
31
82
|
}]
|
|
32
83
|
};
|
|
33
84
|
exports.default = info;
|
package/mainnet/sentinel/ibc.js
CHANGED
|
@@ -27,6 +27,35 @@ const info = [
|
|
|
27
27
|
tags: {}
|
|
28
28
|
}]
|
|
29
29
|
},
|
|
30
|
+
{
|
|
31
|
+
$schema: '../ibc_data.schema.json',
|
|
32
|
+
chain_1: {
|
|
33
|
+
chain_name: 'axelar',
|
|
34
|
+
client_id: '07-tendermint-233',
|
|
35
|
+
connection_id: 'connection-224'
|
|
36
|
+
},
|
|
37
|
+
chain_2: {
|
|
38
|
+
chain_name: 'sentinel',
|
|
39
|
+
client_id: '07-tendermint-213',
|
|
40
|
+
connection_id: 'connection-163'
|
|
41
|
+
},
|
|
42
|
+
channels: [{
|
|
43
|
+
chain_1: {
|
|
44
|
+
channel_id: 'channel-165',
|
|
45
|
+
port_id: 'transfer'
|
|
46
|
+
},
|
|
47
|
+
chain_2: {
|
|
48
|
+
channel_id: 'channel-96',
|
|
49
|
+
port_id: 'transfer'
|
|
50
|
+
},
|
|
51
|
+
ordering: 'unordered',
|
|
52
|
+
version: 'ics20-1',
|
|
53
|
+
tags: {
|
|
54
|
+
status: 'live',
|
|
55
|
+
preferred: true
|
|
56
|
+
}
|
|
57
|
+
}]
|
|
58
|
+
},
|
|
30
59
|
{
|
|
31
60
|
$schema: '../ibc_data.schema.json',
|
|
32
61
|
chain_1: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.107",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/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.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.57",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.57"
|
|
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": "419ee5cad0859d049d602c7f3c0b00d0a553f845"
|
|
47
47
|
}
|