chain-registry 2.0.54 → 2.0.56
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/dydx/chain.js +6 -6
- package/esm/mainnet/osmosis/ibc-data.js +29 -0
- package/esm/mainnet/sunrise/asset-list.js +1 -1
- package/esm/mainnet/sunrise/chain.js +36 -0
- package/esm/mainnet/sunrise/ibc-data.js +35 -3
- package/esm/mainnet/terra2/asset-list.js +3 -0
- package/esm/testnet/sunrisetestnet/asset-list.js +1 -1
- package/mainnet/dydx/chain.js +6 -6
- package/mainnet/osmosis/ibc-data.js +29 -0
- package/mainnet/sunrise/asset-list.js +1 -1
- package/mainnet/sunrise/chain.js +36 -0
- package/mainnet/sunrise/ibc-data.js +35 -3
- package/mainnet/terra2/asset-list.js +3 -0
- package/package.json +3 -3
- package/testnet/sunrisetestnet/asset-list.js +1 -1
|
@@ -34,17 +34,17 @@ const info = {
|
|
|
34
34
|
},
|
|
35
35
|
codebase: {
|
|
36
36
|
gitRepo: 'https://github.com/dydxprotocol/v4-chain/',
|
|
37
|
-
recommendedVersion: 'protocol/
|
|
38
|
-
compatibleVersions: ['protocol/
|
|
37
|
+
recommendedVersion: 'protocol/v9.0.0',
|
|
38
|
+
compatibleVersions: ['protocol/v9.0.0'],
|
|
39
39
|
binaries: {
|
|
40
|
-
"linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%
|
|
41
|
-
"linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%
|
|
40
|
+
"linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.0.0/dydxprotocold-v9.0.0-linux-amd64.tar.gz',
|
|
41
|
+
"linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.0.0/dydxprotocold-v9.0.0-linux-arm64.tar.gz'
|
|
42
42
|
},
|
|
43
43
|
consensus: {
|
|
44
44
|
type: 'cometbft',
|
|
45
45
|
version: 'v0.38.15',
|
|
46
46
|
repo: 'https://github.com/dydxprotocol/cometbft',
|
|
47
|
-
tag: 'v0.38.6-0.
|
|
47
|
+
tag: 'v0.38.6-0.20250807031327-f63a6917efaf'
|
|
48
48
|
},
|
|
49
49
|
genesis: {
|
|
50
50
|
genesisUrl: 'https://raw.githubusercontent.com/dydxopsdao/networks/main/dydx-mainnet-1/genesis.json'
|
|
@@ -53,7 +53,7 @@ const info = {
|
|
|
53
53
|
type: 'cosmos',
|
|
54
54
|
repo: 'https://github.com/dydxprotocol/cosmos-sdk',
|
|
55
55
|
version: 'v0.50.11',
|
|
56
|
-
tag: 'v0.50.6-0.
|
|
56
|
+
tag: 'v0.50.6-0.20250807152116-6f31ad979963'
|
|
57
57
|
},
|
|
58
58
|
ibc: {
|
|
59
59
|
type: 'go',
|
|
@@ -4657,6 +4657,35 @@ const info = [
|
|
|
4657
4657
|
}
|
|
4658
4658
|
}]
|
|
4659
4659
|
},
|
|
4660
|
+
{
|
|
4661
|
+
$schema: '../ibc_data.schema.json',
|
|
4662
|
+
chain1: {
|
|
4663
|
+
chainName: 'osmosis',
|
|
4664
|
+
clientId: '07-tendermint-3582',
|
|
4665
|
+
connectionId: 'connection-10927'
|
|
4666
|
+
},
|
|
4667
|
+
chain2: {
|
|
4668
|
+
chainName: 'sunrise',
|
|
4669
|
+
clientId: '07-tendermint-42',
|
|
4670
|
+
connectionId: 'connection-10'
|
|
4671
|
+
},
|
|
4672
|
+
channels: [{
|
|
4673
|
+
chain1: {
|
|
4674
|
+
channelId: 'channel-106275',
|
|
4675
|
+
portId: 'transfer'
|
|
4676
|
+
},
|
|
4677
|
+
chain2: {
|
|
4678
|
+
channelId: 'channel-3',
|
|
4679
|
+
portId: 'transfer'
|
|
4680
|
+
},
|
|
4681
|
+
ordering: 'unordered',
|
|
4682
|
+
version: 'ics20-1',
|
|
4683
|
+
tags: {
|
|
4684
|
+
status: 'live',
|
|
4685
|
+
preferred: true
|
|
4686
|
+
}
|
|
4687
|
+
}]
|
|
4688
|
+
},
|
|
4660
4689
|
{
|
|
4661
4690
|
$schema: '../ibc_data.schema.json',
|
|
4662
4691
|
chain1: {
|
|
@@ -71,7 +71,7 @@ const info = {
|
|
|
71
71
|
base: 'uusdrise',
|
|
72
72
|
name: 'Sunrise USDrise',
|
|
73
73
|
display: 'usdrise',
|
|
74
|
-
symbol: '
|
|
74
|
+
symbol: 'USDrise',
|
|
75
75
|
logoURIs: {
|
|
76
76
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
77
77
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|
|
@@ -106,6 +106,14 @@ const info = {
|
|
|
106
106
|
{
|
|
107
107
|
address: 'https://sunrise-rpc.stakeandrelax.net',
|
|
108
108
|
provider: 'Stake&Relax 🦥'
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
address: 'https://sunrise.blocksync.me/rpc',
|
|
112
|
+
provider: 'BlockSync'
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
address: 'https://rpc-sunrise.winnode.xyz',
|
|
116
|
+
provider: 'Winnode'
|
|
109
117
|
}
|
|
110
118
|
],
|
|
111
119
|
rest: [
|
|
@@ -160,6 +168,14 @@ const info = {
|
|
|
160
168
|
{
|
|
161
169
|
address: 'https://sunrise-api.stakeandrelax.net',
|
|
162
170
|
provider: 'Stake&Relax 🦥'
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
address: 'https://sunrise.blocksync.me/api',
|
|
174
|
+
provider: 'BlockSync'
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
address: 'https://api-sunrise.winnode.xyz',
|
|
178
|
+
provider: 'Winnode'
|
|
163
179
|
}
|
|
164
180
|
],
|
|
165
181
|
grpc: [
|
|
@@ -198,6 +214,14 @@ const info = {
|
|
|
198
214
|
{
|
|
199
215
|
address: 'http://sunrise-grpc.stakeandrelax.net:28390',
|
|
200
216
|
provider: 'Stake&Relax 🦥'
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
address: 'http://sunrise.blocksync.me:22090',
|
|
220
|
+
provider: 'BlockSync'
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
address: 'https://grpc-sunrise.winnode.xyz:443',
|
|
224
|
+
provider: 'Winnode'
|
|
201
225
|
}
|
|
202
226
|
]
|
|
203
227
|
},
|
|
@@ -260,6 +284,18 @@ const info = {
|
|
|
260
284
|
url: 'https://explorer.stakeandrelax.net/sunrise',
|
|
261
285
|
txPage: 'https://explorer.stakeandrelax.net/sunrise/tx/${txHash}',
|
|
262
286
|
accountPage: 'https://explorer.stakeandrelax.net/sunrise/account/${accountAddress}'
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
kind: 'BlockSync Explorer',
|
|
290
|
+
url: 'https://dashboard.blocksync.me/sunrise',
|
|
291
|
+
txPage: 'https://dashboard.blocksync.me/sunrise/tx/${txHash}',
|
|
292
|
+
accountPage: 'https://dashboard.blocksync.me/sunrise/account/${accountAddress}'
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
kind: 'Winnode explorer',
|
|
296
|
+
url: 'https://explorer.winnode.xyz/Sunrise-Mainnet',
|
|
297
|
+
txPage: 'https://explorer.winnode.xyz/Sunrise-Mainnet/tx/${txHash}',
|
|
298
|
+
accountPage: 'https://explorer.winnode.xyz/Sunrise-Mainnet/account/${accountAddress}'
|
|
263
299
|
}
|
|
264
300
|
],
|
|
265
301
|
images: [{
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
const info = [
|
|
1
|
+
const info = [
|
|
2
|
+
{
|
|
2
3
|
$schema: '../ibc_data.schema.json',
|
|
3
4
|
chain1: {
|
|
4
5
|
chainName: 'cosmoshub',
|
|
@@ -26,7 +27,8 @@ const info = [{
|
|
|
26
27
|
preferred: true
|
|
27
28
|
}
|
|
28
29
|
}]
|
|
29
|
-
},
|
|
30
|
+
},
|
|
31
|
+
{
|
|
30
32
|
$schema: '../ibc_data.schema.json',
|
|
31
33
|
chain1: {
|
|
32
34
|
chainName: 'noble',
|
|
@@ -54,5 +56,35 @@ const info = [{
|
|
|
54
56
|
preferred: true
|
|
55
57
|
}
|
|
56
58
|
}]
|
|
57
|
-
}
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
$schema: '../ibc_data.schema.json',
|
|
62
|
+
chain1: {
|
|
63
|
+
chainName: 'osmosis',
|
|
64
|
+
clientId: '07-tendermint-3582',
|
|
65
|
+
connectionId: 'connection-10927'
|
|
66
|
+
},
|
|
67
|
+
chain2: {
|
|
68
|
+
chainName: 'sunrise',
|
|
69
|
+
clientId: '07-tendermint-42',
|
|
70
|
+
connectionId: 'connection-10'
|
|
71
|
+
},
|
|
72
|
+
channels: [{
|
|
73
|
+
chain1: {
|
|
74
|
+
channelId: 'channel-106275',
|
|
75
|
+
portId: 'transfer'
|
|
76
|
+
},
|
|
77
|
+
chain2: {
|
|
78
|
+
channelId: 'channel-3',
|
|
79
|
+
portId: 'transfer'
|
|
80
|
+
},
|
|
81
|
+
ordering: 'unordered',
|
|
82
|
+
version: 'ics20-1',
|
|
83
|
+
tags: {
|
|
84
|
+
status: 'live',
|
|
85
|
+
preferred: true
|
|
86
|
+
}
|
|
87
|
+
}]
|
|
88
|
+
}
|
|
89
|
+
];
|
|
58
90
|
export default info;
|
|
@@ -346,6 +346,7 @@ const info = {
|
|
|
346
346
|
name: 'ERIS Amplified LUNA',
|
|
347
347
|
display: 'ampluna',
|
|
348
348
|
symbol: 'ampLUNA',
|
|
349
|
+
coingeckoId: 'eris-amplified-luna',
|
|
349
350
|
logoURIs: {
|
|
350
351
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg'
|
|
351
352
|
},
|
|
@@ -1369,6 +1370,7 @@ const info = {
|
|
|
1369
1370
|
name: 'Solid',
|
|
1370
1371
|
display: 'solid',
|
|
1371
1372
|
symbol: 'SOLID',
|
|
1373
|
+
coingeckoId: 'solid-2',
|
|
1372
1374
|
logoURIs: {
|
|
1373
1375
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
|
|
1374
1376
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
|
|
@@ -1393,6 +1395,7 @@ const info = {
|
|
|
1393
1395
|
name: 'Capa',
|
|
1394
1396
|
display: 'capa',
|
|
1395
1397
|
symbol: 'CAPA',
|
|
1398
|
+
coingeckoId: 'capapult',
|
|
1396
1399
|
logoURIs: {
|
|
1397
1400
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.png',
|
|
1398
1401
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.svg'
|
|
@@ -71,7 +71,7 @@ const info = {
|
|
|
71
71
|
base: 'uusdrise',
|
|
72
72
|
name: 'Sunrise USDrise',
|
|
73
73
|
display: 'usdrise',
|
|
74
|
-
symbol: '
|
|
74
|
+
symbol: 'USDrise',
|
|
75
75
|
logoURIs: {
|
|
76
76
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
77
77
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|
package/mainnet/dydx/chain.js
CHANGED
|
@@ -36,17 +36,17 @@ const info = {
|
|
|
36
36
|
},
|
|
37
37
|
codebase: {
|
|
38
38
|
gitRepo: 'https://github.com/dydxprotocol/v4-chain/',
|
|
39
|
-
recommendedVersion: 'protocol/
|
|
40
|
-
compatibleVersions: ['protocol/
|
|
39
|
+
recommendedVersion: 'protocol/v9.0.0',
|
|
40
|
+
compatibleVersions: ['protocol/v9.0.0'],
|
|
41
41
|
binaries: {
|
|
42
|
-
"linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%
|
|
43
|
-
"linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%
|
|
42
|
+
"linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.0.0/dydxprotocold-v9.0.0-linux-amd64.tar.gz',
|
|
43
|
+
"linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.0.0/dydxprotocold-v9.0.0-linux-arm64.tar.gz'
|
|
44
44
|
},
|
|
45
45
|
consensus: {
|
|
46
46
|
type: 'cometbft',
|
|
47
47
|
version: 'v0.38.15',
|
|
48
48
|
repo: 'https://github.com/dydxprotocol/cometbft',
|
|
49
|
-
tag: 'v0.38.6-0.
|
|
49
|
+
tag: 'v0.38.6-0.20250807031327-f63a6917efaf'
|
|
50
50
|
},
|
|
51
51
|
genesis: {
|
|
52
52
|
genesisUrl: 'https://raw.githubusercontent.com/dydxopsdao/networks/main/dydx-mainnet-1/genesis.json'
|
|
@@ -55,7 +55,7 @@ const info = {
|
|
|
55
55
|
type: 'cosmos',
|
|
56
56
|
repo: 'https://github.com/dydxprotocol/cosmos-sdk',
|
|
57
57
|
version: 'v0.50.11',
|
|
58
|
-
tag: 'v0.50.6-0.
|
|
58
|
+
tag: 'v0.50.6-0.20250807152116-6f31ad979963'
|
|
59
59
|
},
|
|
60
60
|
ibc: {
|
|
61
61
|
type: 'go',
|
|
@@ -4659,6 +4659,35 @@ const info = [
|
|
|
4659
4659
|
}
|
|
4660
4660
|
}]
|
|
4661
4661
|
},
|
|
4662
|
+
{
|
|
4663
|
+
$schema: '../ibc_data.schema.json',
|
|
4664
|
+
chain1: {
|
|
4665
|
+
chainName: 'osmosis',
|
|
4666
|
+
clientId: '07-tendermint-3582',
|
|
4667
|
+
connectionId: 'connection-10927'
|
|
4668
|
+
},
|
|
4669
|
+
chain2: {
|
|
4670
|
+
chainName: 'sunrise',
|
|
4671
|
+
clientId: '07-tendermint-42',
|
|
4672
|
+
connectionId: 'connection-10'
|
|
4673
|
+
},
|
|
4674
|
+
channels: [{
|
|
4675
|
+
chain1: {
|
|
4676
|
+
channelId: 'channel-106275',
|
|
4677
|
+
portId: 'transfer'
|
|
4678
|
+
},
|
|
4679
|
+
chain2: {
|
|
4680
|
+
channelId: 'channel-3',
|
|
4681
|
+
portId: 'transfer'
|
|
4682
|
+
},
|
|
4683
|
+
ordering: 'unordered',
|
|
4684
|
+
version: 'ics20-1',
|
|
4685
|
+
tags: {
|
|
4686
|
+
status: 'live',
|
|
4687
|
+
preferred: true
|
|
4688
|
+
}
|
|
4689
|
+
}]
|
|
4690
|
+
},
|
|
4662
4691
|
{
|
|
4663
4692
|
$schema: '../ibc_data.schema.json',
|
|
4664
4693
|
chain1: {
|
|
@@ -73,7 +73,7 @@ const info = {
|
|
|
73
73
|
base: 'uusdrise',
|
|
74
74
|
name: 'Sunrise USDrise',
|
|
75
75
|
display: 'usdrise',
|
|
76
|
-
symbol: '
|
|
76
|
+
symbol: 'USDrise',
|
|
77
77
|
logoURIs: {
|
|
78
78
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
79
79
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|
package/mainnet/sunrise/chain.js
CHANGED
|
@@ -108,6 +108,14 @@ const info = {
|
|
|
108
108
|
{
|
|
109
109
|
address: 'https://sunrise-rpc.stakeandrelax.net',
|
|
110
110
|
provider: 'Stake&Relax 🦥'
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
address: 'https://sunrise.blocksync.me/rpc',
|
|
114
|
+
provider: 'BlockSync'
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
address: 'https://rpc-sunrise.winnode.xyz',
|
|
118
|
+
provider: 'Winnode'
|
|
111
119
|
}
|
|
112
120
|
],
|
|
113
121
|
rest: [
|
|
@@ -162,6 +170,14 @@ const info = {
|
|
|
162
170
|
{
|
|
163
171
|
address: 'https://sunrise-api.stakeandrelax.net',
|
|
164
172
|
provider: 'Stake&Relax 🦥'
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
address: 'https://sunrise.blocksync.me/api',
|
|
176
|
+
provider: 'BlockSync'
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
address: 'https://api-sunrise.winnode.xyz',
|
|
180
|
+
provider: 'Winnode'
|
|
165
181
|
}
|
|
166
182
|
],
|
|
167
183
|
grpc: [
|
|
@@ -200,6 +216,14 @@ const info = {
|
|
|
200
216
|
{
|
|
201
217
|
address: 'http://sunrise-grpc.stakeandrelax.net:28390',
|
|
202
218
|
provider: 'Stake&Relax 🦥'
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
address: 'http://sunrise.blocksync.me:22090',
|
|
222
|
+
provider: 'BlockSync'
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
address: 'https://grpc-sunrise.winnode.xyz:443',
|
|
226
|
+
provider: 'Winnode'
|
|
203
227
|
}
|
|
204
228
|
]
|
|
205
229
|
},
|
|
@@ -262,6 +286,18 @@ const info = {
|
|
|
262
286
|
url: 'https://explorer.stakeandrelax.net/sunrise',
|
|
263
287
|
txPage: 'https://explorer.stakeandrelax.net/sunrise/tx/${txHash}',
|
|
264
288
|
accountPage: 'https://explorer.stakeandrelax.net/sunrise/account/${accountAddress}'
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
kind: 'BlockSync Explorer',
|
|
292
|
+
url: 'https://dashboard.blocksync.me/sunrise',
|
|
293
|
+
txPage: 'https://dashboard.blocksync.me/sunrise/tx/${txHash}',
|
|
294
|
+
accountPage: 'https://dashboard.blocksync.me/sunrise/account/${accountAddress}'
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
kind: 'Winnode explorer',
|
|
298
|
+
url: 'https://explorer.winnode.xyz/Sunrise-Mainnet',
|
|
299
|
+
txPage: 'https://explorer.winnode.xyz/Sunrise-Mainnet/tx/${txHash}',
|
|
300
|
+
accountPage: 'https://explorer.winnode.xyz/Sunrise-Mainnet/account/${accountAddress}'
|
|
265
301
|
}
|
|
266
302
|
],
|
|
267
303
|
images: [{
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const info = [
|
|
3
|
+
const info = [
|
|
4
|
+
{
|
|
4
5
|
$schema: '../ibc_data.schema.json',
|
|
5
6
|
chain1: {
|
|
6
7
|
chainName: 'cosmoshub',
|
|
@@ -28,7 +29,8 @@ const info = [{
|
|
|
28
29
|
preferred: true
|
|
29
30
|
}
|
|
30
31
|
}]
|
|
31
|
-
},
|
|
32
|
+
},
|
|
33
|
+
{
|
|
32
34
|
$schema: '../ibc_data.schema.json',
|
|
33
35
|
chain1: {
|
|
34
36
|
chainName: 'noble',
|
|
@@ -56,5 +58,35 @@ const info = [{
|
|
|
56
58
|
preferred: true
|
|
57
59
|
}
|
|
58
60
|
}]
|
|
59
|
-
}
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
$schema: '../ibc_data.schema.json',
|
|
64
|
+
chain1: {
|
|
65
|
+
chainName: 'osmosis',
|
|
66
|
+
clientId: '07-tendermint-3582',
|
|
67
|
+
connectionId: 'connection-10927'
|
|
68
|
+
},
|
|
69
|
+
chain2: {
|
|
70
|
+
chainName: 'sunrise',
|
|
71
|
+
clientId: '07-tendermint-42',
|
|
72
|
+
connectionId: 'connection-10'
|
|
73
|
+
},
|
|
74
|
+
channels: [{
|
|
75
|
+
chain1: {
|
|
76
|
+
channelId: 'channel-106275',
|
|
77
|
+
portId: 'transfer'
|
|
78
|
+
},
|
|
79
|
+
chain2: {
|
|
80
|
+
channelId: 'channel-3',
|
|
81
|
+
portId: 'transfer'
|
|
82
|
+
},
|
|
83
|
+
ordering: 'unordered',
|
|
84
|
+
version: 'ics20-1',
|
|
85
|
+
tags: {
|
|
86
|
+
status: 'live',
|
|
87
|
+
preferred: true
|
|
88
|
+
}
|
|
89
|
+
}]
|
|
90
|
+
}
|
|
91
|
+
];
|
|
60
92
|
exports.default = info;
|
|
@@ -348,6 +348,7 @@ const info = {
|
|
|
348
348
|
name: 'ERIS Amplified LUNA',
|
|
349
349
|
display: 'ampluna',
|
|
350
350
|
symbol: 'ampLUNA',
|
|
351
|
+
coingeckoId: 'eris-amplified-luna',
|
|
351
352
|
logoURIs: {
|
|
352
353
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg'
|
|
353
354
|
},
|
|
@@ -1371,6 +1372,7 @@ const info = {
|
|
|
1371
1372
|
name: 'Solid',
|
|
1372
1373
|
display: 'solid',
|
|
1373
1374
|
symbol: 'SOLID',
|
|
1375
|
+
coingeckoId: 'solid-2',
|
|
1374
1376
|
logoURIs: {
|
|
1375
1377
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
|
|
1376
1378
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
|
|
@@ -1395,6 +1397,7 @@ const info = {
|
|
|
1395
1397
|
name: 'Capa',
|
|
1396
1398
|
display: 'capa',
|
|
1397
1399
|
symbol: 'CAPA',
|
|
1400
|
+
coingeckoId: 'capapult',
|
|
1398
1401
|
logoURIs: {
|
|
1399
1402
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.png',
|
|
1400
1403
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.svg'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.56",
|
|
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,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.56"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "b6bacc582e13d21926aa07549a188f99d75229c9"
|
|
43
43
|
}
|
|
@@ -73,7 +73,7 @@ const info = {
|
|
|
73
73
|
base: 'uusdrise',
|
|
74
74
|
name: 'Sunrise USDrise',
|
|
75
75
|
display: 'usdrise',
|
|
76
|
-
symbol: '
|
|
76
|
+
symbol: 'USDrise',
|
|
77
77
|
logoURIs: {
|
|
78
78
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
79
79
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|