chain-registry 2.0.7 → 2.0.8
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/akash/ibc-data.js +30 -0
- package/esm/mainnet/ethereum/asset-list.js +12 -1
- package/esm/mainnet/lumera/chain.js +21 -4
- package/esm/mainnet/osmosis/asset-list.js +42 -0
- package/esm/mainnet/stargaze/ibc-data.js +30 -0
- package/mainnet/akash/ibc-data.js +30 -0
- package/mainnet/ethereum/asset-list.js +12 -1
- package/mainnet/lumera/chain.js +21 -4
- package/mainnet/osmosis/asset-list.js +42 -0
- package/mainnet/stargaze/ibc-data.js +30 -0
- package/package.json +3 -3
|
@@ -442,6 +442,36 @@ const info = [
|
|
|
442
442
|
tags: {}
|
|
443
443
|
}]
|
|
444
444
|
},
|
|
445
|
+
{
|
|
446
|
+
$schema: '../ibc_data.schema.json',
|
|
447
|
+
chain1: {
|
|
448
|
+
chainName: 'akash',
|
|
449
|
+
clientId: '07-tendermint-192',
|
|
450
|
+
connectionId: 'connection-178'
|
|
451
|
+
},
|
|
452
|
+
chain2: {
|
|
453
|
+
chainName: 'stargaze',
|
|
454
|
+
clientId: '07-tendermint-379',
|
|
455
|
+
connectionId: 'connection-336'
|
|
456
|
+
},
|
|
457
|
+
channels: [{
|
|
458
|
+
chain1: {
|
|
459
|
+
channelId: 'channel-130',
|
|
460
|
+
portId: 'transfer'
|
|
461
|
+
},
|
|
462
|
+
chain2: {
|
|
463
|
+
channelId: 'channel-447',
|
|
464
|
+
portId: 'transfer'
|
|
465
|
+
},
|
|
466
|
+
ordering: 'unordered',
|
|
467
|
+
version: 'ics20-1',
|
|
468
|
+
tags: {
|
|
469
|
+
status: 'live',
|
|
470
|
+
preferred: true,
|
|
471
|
+
dex: 'osmosis'
|
|
472
|
+
}
|
|
473
|
+
}]
|
|
474
|
+
},
|
|
445
475
|
{
|
|
446
476
|
$schema: '../ibc_data.schema.json',
|
|
447
477
|
chain1: {
|
|
@@ -1826,9 +1826,20 @@ const info = {
|
|
|
1826
1826
|
exponent: 8
|
|
1827
1827
|
}],
|
|
1828
1828
|
base: '0x6a9a65b84843f5fd4ac9a0471c4fc11afffbce4a',
|
|
1829
|
-
name: '
|
|
1829
|
+
name: 'lorenzo Wrapped Bitcoin',
|
|
1830
1830
|
display: 'enzobtc',
|
|
1831
1831
|
symbol: 'enzoBTC',
|
|
1832
|
+
traces: [{
|
|
1833
|
+
type: 'bridge',
|
|
1834
|
+
counterparty: {
|
|
1835
|
+
chainName: 'bitcoin',
|
|
1836
|
+
baseDenom: 'sat'
|
|
1837
|
+
},
|
|
1838
|
+
provider: 'Lorenzo Protocol'
|
|
1839
|
+
}],
|
|
1840
|
+
images: [{
|
|
1841
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lorenzo-wrapped-bitcoin.png'
|
|
1842
|
+
}],
|
|
1832
1843
|
coingeckoId: 'lorenzo-wrapped-bitcoin'
|
|
1833
1844
|
},
|
|
1834
1845
|
{
|
|
@@ -6,7 +6,7 @@ const info = {
|
|
|
6
6
|
prettyName: 'Lumera',
|
|
7
7
|
website: 'https://lumera.protocol',
|
|
8
8
|
networkType: 'mainnet',
|
|
9
|
-
status: '
|
|
9
|
+
status: 'live',
|
|
10
10
|
bech32Prefix: 'lumera',
|
|
11
11
|
bech32Config: {
|
|
12
12
|
bech32PrefixAccAddr: 'lumera',
|
|
@@ -36,12 +36,15 @@ const info = {
|
|
|
36
36
|
},
|
|
37
37
|
codebase: {
|
|
38
38
|
gitRepo: 'https://github.com/LumeraProtocol/lumera',
|
|
39
|
-
tag: 'v1.
|
|
40
|
-
recommendedVersion: 'v1.
|
|
39
|
+
tag: 'v1.5.0',
|
|
40
|
+
recommendedVersion: 'v1.5.0',
|
|
41
41
|
language: {
|
|
42
42
|
type: 'go',
|
|
43
43
|
version: 'v1.24'
|
|
44
44
|
},
|
|
45
|
+
binaries: {
|
|
46
|
+
"linux/amd64": 'https://github.com/LumeraProtocol/lumera/releases/download/v1.5.0/lumera_v1.5.0_linux_amd64.tar.gz?checksum=sha256:3d33c600ad35b94c72acf4ce81247f6171b79169f5b84a6e415df1ec30d690dc'
|
|
47
|
+
},
|
|
45
48
|
sdk: {
|
|
46
49
|
type: 'cosmos',
|
|
47
50
|
version: 'v0.50.13'
|
|
@@ -59,9 +62,23 @@ const info = {
|
|
|
59
62
|
version: 'v8.5.1'
|
|
60
63
|
},
|
|
61
64
|
genesis: {
|
|
62
|
-
genesisUrl: 'https://
|
|
65
|
+
genesisUrl: 'https://raw.githubusercontent.com/LumeraProtocol/lumera-networks/refs/heads/master/mainnet/genesis.json'
|
|
63
66
|
}
|
|
64
67
|
},
|
|
68
|
+
apis: {
|
|
69
|
+
rpc: [{
|
|
70
|
+
address: 'https://rpc.lumera.io:443',
|
|
71
|
+
provider: 'LumeraProtocol'
|
|
72
|
+
}],
|
|
73
|
+
rest: [{
|
|
74
|
+
address: 'https://lcd.lumera.io:443',
|
|
75
|
+
provider: 'LumeraProtocol'
|
|
76
|
+
}],
|
|
77
|
+
grpc: [{
|
|
78
|
+
address: 'https://grpc.lumera.io:443',
|
|
79
|
+
provider: 'LumeraProtocol'
|
|
80
|
+
}]
|
|
81
|
+
},
|
|
65
82
|
explorers: [{
|
|
66
83
|
kind: 'ping.pub',
|
|
67
84
|
url: 'https://portal.lumera.io/lumera-mainnet-1/',
|
|
@@ -24865,7 +24865,49 @@ const info = {
|
|
|
24865
24865
|
logoURIs: {
|
|
24866
24866
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.atom.svg',
|
|
24867
24867
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.atom.png'
|
|
24868
|
+
},
|
|
24869
|
+
socials: {
|
|
24870
|
+
website: 'https://www.paxos.com/pax-gold',
|
|
24871
|
+
twitter: 'https://x.com/Paxos'
|
|
24868
24872
|
}
|
|
24873
|
+
},
|
|
24874
|
+
{
|
|
24875
|
+
description: 'The native token of Namada.',
|
|
24876
|
+
denomUnits: [{
|
|
24877
|
+
denom: 'ibc/22632ABDBBD528D348728DB854CE4FDE6588DB90B268000E50606BFD2CFDA053',
|
|
24878
|
+
exponent: 0,
|
|
24879
|
+
aliases: ['unam']
|
|
24880
|
+
}, {
|
|
24881
|
+
denom: 'nam',
|
|
24882
|
+
exponent: 6
|
|
24883
|
+
}],
|
|
24884
|
+
typeAsset: 'ics20',
|
|
24885
|
+
base: 'ibc/22632ABDBBD528D348728DB854CE4FDE6588DB90B268000E50606BFD2CFDA053',
|
|
24886
|
+
name: 'Namada',
|
|
24887
|
+
display: 'nam',
|
|
24888
|
+
symbol: 'NAM',
|
|
24889
|
+
traces: [{
|
|
24890
|
+
type: 'ibc',
|
|
24891
|
+
counterparty: {
|
|
24892
|
+
chainName: 'namada',
|
|
24893
|
+
baseDenom: 'unam',
|
|
24894
|
+
channelId: 'channel-1'
|
|
24895
|
+
},
|
|
24896
|
+
chain: {
|
|
24897
|
+
channelId: 'channel-98451',
|
|
24898
|
+
path: 'transfer/channel-98451/unam'
|
|
24899
|
+
}
|
|
24900
|
+
}],
|
|
24901
|
+
logoURIs: {
|
|
24902
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
24903
|
+
},
|
|
24904
|
+
images: [{
|
|
24905
|
+
imageSync: {
|
|
24906
|
+
chainName: 'namada',
|
|
24907
|
+
baseDenom: 'unam'
|
|
24908
|
+
},
|
|
24909
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
24910
|
+
}]
|
|
24869
24911
|
}
|
|
24870
24912
|
]
|
|
24871
24913
|
};
|
|
@@ -28,6 +28,36 @@ const info = [
|
|
|
28
28
|
}
|
|
29
29
|
}]
|
|
30
30
|
},
|
|
31
|
+
{
|
|
32
|
+
$schema: '../ibc_data.schema.json',
|
|
33
|
+
chain1: {
|
|
34
|
+
chainName: 'akash',
|
|
35
|
+
clientId: '07-tendermint-192',
|
|
36
|
+
connectionId: 'connection-178'
|
|
37
|
+
},
|
|
38
|
+
chain2: {
|
|
39
|
+
chainName: 'stargaze',
|
|
40
|
+
clientId: '07-tendermint-379',
|
|
41
|
+
connectionId: 'connection-336'
|
|
42
|
+
},
|
|
43
|
+
channels: [{
|
|
44
|
+
chain1: {
|
|
45
|
+
channelId: 'channel-130',
|
|
46
|
+
portId: 'transfer'
|
|
47
|
+
},
|
|
48
|
+
chain2: {
|
|
49
|
+
channelId: 'channel-447',
|
|
50
|
+
portId: 'transfer'
|
|
51
|
+
},
|
|
52
|
+
ordering: 'unordered',
|
|
53
|
+
version: 'ics20-1',
|
|
54
|
+
tags: {
|
|
55
|
+
status: 'live',
|
|
56
|
+
preferred: true,
|
|
57
|
+
dex: 'osmosis'
|
|
58
|
+
}
|
|
59
|
+
}]
|
|
60
|
+
},
|
|
31
61
|
{
|
|
32
62
|
$schema: '../ibc_data.schema.json',
|
|
33
63
|
chain1: {
|
|
@@ -444,6 +444,36 @@ const info = [
|
|
|
444
444
|
tags: {}
|
|
445
445
|
}]
|
|
446
446
|
},
|
|
447
|
+
{
|
|
448
|
+
$schema: '../ibc_data.schema.json',
|
|
449
|
+
chain1: {
|
|
450
|
+
chainName: 'akash',
|
|
451
|
+
clientId: '07-tendermint-192',
|
|
452
|
+
connectionId: 'connection-178'
|
|
453
|
+
},
|
|
454
|
+
chain2: {
|
|
455
|
+
chainName: 'stargaze',
|
|
456
|
+
clientId: '07-tendermint-379',
|
|
457
|
+
connectionId: 'connection-336'
|
|
458
|
+
},
|
|
459
|
+
channels: [{
|
|
460
|
+
chain1: {
|
|
461
|
+
channelId: 'channel-130',
|
|
462
|
+
portId: 'transfer'
|
|
463
|
+
},
|
|
464
|
+
chain2: {
|
|
465
|
+
channelId: 'channel-447',
|
|
466
|
+
portId: 'transfer'
|
|
467
|
+
},
|
|
468
|
+
ordering: 'unordered',
|
|
469
|
+
version: 'ics20-1',
|
|
470
|
+
tags: {
|
|
471
|
+
status: 'live',
|
|
472
|
+
preferred: true,
|
|
473
|
+
dex: 'osmosis'
|
|
474
|
+
}
|
|
475
|
+
}]
|
|
476
|
+
},
|
|
447
477
|
{
|
|
448
478
|
$schema: '../ibc_data.schema.json',
|
|
449
479
|
chain1: {
|
|
@@ -1828,9 +1828,20 @@ const info = {
|
|
|
1828
1828
|
exponent: 8
|
|
1829
1829
|
}],
|
|
1830
1830
|
base: '0x6a9a65b84843f5fd4ac9a0471c4fc11afffbce4a',
|
|
1831
|
-
name: '
|
|
1831
|
+
name: 'lorenzo Wrapped Bitcoin',
|
|
1832
1832
|
display: 'enzobtc',
|
|
1833
1833
|
symbol: 'enzoBTC',
|
|
1834
|
+
traces: [{
|
|
1835
|
+
type: 'bridge',
|
|
1836
|
+
counterparty: {
|
|
1837
|
+
chainName: 'bitcoin',
|
|
1838
|
+
baseDenom: 'sat'
|
|
1839
|
+
},
|
|
1840
|
+
provider: 'Lorenzo Protocol'
|
|
1841
|
+
}],
|
|
1842
|
+
images: [{
|
|
1843
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lorenzo-wrapped-bitcoin.png'
|
|
1844
|
+
}],
|
|
1834
1845
|
coingeckoId: 'lorenzo-wrapped-bitcoin'
|
|
1835
1846
|
},
|
|
1836
1847
|
{
|
package/mainnet/lumera/chain.js
CHANGED
|
@@ -8,7 +8,7 @@ const info = {
|
|
|
8
8
|
prettyName: 'Lumera',
|
|
9
9
|
website: 'https://lumera.protocol',
|
|
10
10
|
networkType: 'mainnet',
|
|
11
|
-
status: '
|
|
11
|
+
status: 'live',
|
|
12
12
|
bech32Prefix: 'lumera',
|
|
13
13
|
bech32Config: {
|
|
14
14
|
bech32PrefixAccAddr: 'lumera',
|
|
@@ -38,12 +38,15 @@ const info = {
|
|
|
38
38
|
},
|
|
39
39
|
codebase: {
|
|
40
40
|
gitRepo: 'https://github.com/LumeraProtocol/lumera',
|
|
41
|
-
tag: 'v1.
|
|
42
|
-
recommendedVersion: 'v1.
|
|
41
|
+
tag: 'v1.5.0',
|
|
42
|
+
recommendedVersion: 'v1.5.0',
|
|
43
43
|
language: {
|
|
44
44
|
type: 'go',
|
|
45
45
|
version: 'v1.24'
|
|
46
46
|
},
|
|
47
|
+
binaries: {
|
|
48
|
+
"linux/amd64": 'https://github.com/LumeraProtocol/lumera/releases/download/v1.5.0/lumera_v1.5.0_linux_amd64.tar.gz?checksum=sha256:3d33c600ad35b94c72acf4ce81247f6171b79169f5b84a6e415df1ec30d690dc'
|
|
49
|
+
},
|
|
47
50
|
sdk: {
|
|
48
51
|
type: 'cosmos',
|
|
49
52
|
version: 'v0.50.13'
|
|
@@ -61,9 +64,23 @@ const info = {
|
|
|
61
64
|
version: 'v8.5.1'
|
|
62
65
|
},
|
|
63
66
|
genesis: {
|
|
64
|
-
genesisUrl: 'https://
|
|
67
|
+
genesisUrl: 'https://raw.githubusercontent.com/LumeraProtocol/lumera-networks/refs/heads/master/mainnet/genesis.json'
|
|
65
68
|
}
|
|
66
69
|
},
|
|
70
|
+
apis: {
|
|
71
|
+
rpc: [{
|
|
72
|
+
address: 'https://rpc.lumera.io:443',
|
|
73
|
+
provider: 'LumeraProtocol'
|
|
74
|
+
}],
|
|
75
|
+
rest: [{
|
|
76
|
+
address: 'https://lcd.lumera.io:443',
|
|
77
|
+
provider: 'LumeraProtocol'
|
|
78
|
+
}],
|
|
79
|
+
grpc: [{
|
|
80
|
+
address: 'https://grpc.lumera.io:443',
|
|
81
|
+
provider: 'LumeraProtocol'
|
|
82
|
+
}]
|
|
83
|
+
},
|
|
67
84
|
explorers: [{
|
|
68
85
|
kind: 'ping.pub',
|
|
69
86
|
url: 'https://portal.lumera.io/lumera-mainnet-1/',
|
|
@@ -24867,7 +24867,49 @@ const info = {
|
|
|
24867
24867
|
logoURIs: {
|
|
24868
24868
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.atom.svg',
|
|
24869
24869
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.atom.png'
|
|
24870
|
+
},
|
|
24871
|
+
socials: {
|
|
24872
|
+
website: 'https://www.paxos.com/pax-gold',
|
|
24873
|
+
twitter: 'https://x.com/Paxos'
|
|
24870
24874
|
}
|
|
24875
|
+
},
|
|
24876
|
+
{
|
|
24877
|
+
description: 'The native token of Namada.',
|
|
24878
|
+
denomUnits: [{
|
|
24879
|
+
denom: 'ibc/22632ABDBBD528D348728DB854CE4FDE6588DB90B268000E50606BFD2CFDA053',
|
|
24880
|
+
exponent: 0,
|
|
24881
|
+
aliases: ['unam']
|
|
24882
|
+
}, {
|
|
24883
|
+
denom: 'nam',
|
|
24884
|
+
exponent: 6
|
|
24885
|
+
}],
|
|
24886
|
+
typeAsset: 'ics20',
|
|
24887
|
+
base: 'ibc/22632ABDBBD528D348728DB854CE4FDE6588DB90B268000E50606BFD2CFDA053',
|
|
24888
|
+
name: 'Namada',
|
|
24889
|
+
display: 'nam',
|
|
24890
|
+
symbol: 'NAM',
|
|
24891
|
+
traces: [{
|
|
24892
|
+
type: 'ibc',
|
|
24893
|
+
counterparty: {
|
|
24894
|
+
chainName: 'namada',
|
|
24895
|
+
baseDenom: 'unam',
|
|
24896
|
+
channelId: 'channel-1'
|
|
24897
|
+
},
|
|
24898
|
+
chain: {
|
|
24899
|
+
channelId: 'channel-98451',
|
|
24900
|
+
path: 'transfer/channel-98451/unam'
|
|
24901
|
+
}
|
|
24902
|
+
}],
|
|
24903
|
+
logoURIs: {
|
|
24904
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
24905
|
+
},
|
|
24906
|
+
images: [{
|
|
24907
|
+
imageSync: {
|
|
24908
|
+
chainName: 'namada',
|
|
24909
|
+
baseDenom: 'unam'
|
|
24910
|
+
},
|
|
24911
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
24912
|
+
}]
|
|
24871
24913
|
}
|
|
24872
24914
|
]
|
|
24873
24915
|
};
|
|
@@ -30,6 +30,36 @@ const info = [
|
|
|
30
30
|
}
|
|
31
31
|
}]
|
|
32
32
|
},
|
|
33
|
+
{
|
|
34
|
+
$schema: '../ibc_data.schema.json',
|
|
35
|
+
chain1: {
|
|
36
|
+
chainName: 'akash',
|
|
37
|
+
clientId: '07-tendermint-192',
|
|
38
|
+
connectionId: 'connection-178'
|
|
39
|
+
},
|
|
40
|
+
chain2: {
|
|
41
|
+
chainName: 'stargaze',
|
|
42
|
+
clientId: '07-tendermint-379',
|
|
43
|
+
connectionId: 'connection-336'
|
|
44
|
+
},
|
|
45
|
+
channels: [{
|
|
46
|
+
chain1: {
|
|
47
|
+
channelId: 'channel-130',
|
|
48
|
+
portId: 'transfer'
|
|
49
|
+
},
|
|
50
|
+
chain2: {
|
|
51
|
+
channelId: 'channel-447',
|
|
52
|
+
portId: 'transfer'
|
|
53
|
+
},
|
|
54
|
+
ordering: 'unordered',
|
|
55
|
+
version: 'ics20-1',
|
|
56
|
+
tags: {
|
|
57
|
+
status: 'live',
|
|
58
|
+
preferred: true,
|
|
59
|
+
dex: 'osmosis'
|
|
60
|
+
}
|
|
61
|
+
}]
|
|
62
|
+
},
|
|
33
63
|
{
|
|
34
64
|
$schema: '../ibc_data.schema.json',
|
|
35
65
|
chain1: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
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.8"
|
|
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": "440dec7ac9aa880b35cc36047027d3d21a33c938"
|
|
43
43
|
}
|