chain-registry 2.0.56 → 2.0.57
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/asset-lists.js +2 -0
- package/esm/mainnet/atomone/chain.js +18 -0
- package/esm/mainnet/chain4energy/chain.js +18 -0
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/doravota/chain.js +17 -0
- package/esm/mainnet/gonka/asset-list.js +38 -0
- package/esm/mainnet/gonka/chain.js +154 -0
- package/esm/mainnet/gonka/index.js +4 -0
- package/esm/mainnet/terra/asset-list.js +26 -0
- package/esm/mainnet/terra/chain.js +25 -41
- package/esm/testnet/ibc-data.js +2 -0
- package/esm/testnet/lumeratestnet/asset-list.js +43 -0
- package/esm/testnet/lumeratestnet/chain.js +3 -3
- package/esm/testnet/lumeratestnet/ibc-data.js +31 -0
- package/esm/testnet/lumeratestnet/index.js +2 -0
- package/esm/testnet/osmosistestnet/ibc-data.js +30 -0
- package/mainnet/asset-lists.js +2 -0
- package/mainnet/atomone/chain.js +18 -0
- package/mainnet/chain4energy/chain.js +18 -0
- package/mainnet/chains.js +2 -0
- package/mainnet/doravota/chain.js +17 -0
- package/mainnet/gonka/asset-list.d.ts +3 -0
- package/mainnet/gonka/asset-list.js +40 -0
- package/mainnet/gonka/chain.d.ts +3 -0
- package/mainnet/gonka/chain.js +156 -0
- package/mainnet/gonka/index.d.ts +2 -0
- package/mainnet/gonka/index.js +10 -0
- package/mainnet/terra/asset-list.js +26 -0
- package/mainnet/terra/chain.js +25 -41
- package/package.json +3 -3
- package/testnet/ibc-data.js +2 -0
- package/testnet/lumeratestnet/asset-list.js +43 -0
- package/testnet/lumeratestnet/chain.js +3 -3
- package/testnet/lumeratestnet/ibc-data.d.ts +3 -0
- package/testnet/lumeratestnet/ibc-data.js +33 -0
- package/testnet/lumeratestnet/index.d.ts +1 -0
- package/testnet/lumeratestnet/index.js +3 -1
- package/testnet/osmosistestnet/ibc-data.js +30 -0
|
@@ -30,6 +30,49 @@ const info = {
|
|
|
30
30
|
telegram: 'https://t.me/lumeraprotocol',
|
|
31
31
|
website: 'https://lumera.io'
|
|
32
32
|
}
|
|
33
|
+
}, {
|
|
34
|
+
denomUnits: [{
|
|
35
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
36
|
+
exponent: 0,
|
|
37
|
+
aliases: ['uosmo']
|
|
38
|
+
}, {
|
|
39
|
+
denom: 'osmo',
|
|
40
|
+
exponent: 6
|
|
41
|
+
}],
|
|
42
|
+
typeAsset: 'ics20',
|
|
43
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
44
|
+
name: 'Osmosis OSMO Token',
|
|
45
|
+
display: 'osmo',
|
|
46
|
+
symbol: 'OSMO',
|
|
47
|
+
traces: [{
|
|
48
|
+
type: 'ibc',
|
|
49
|
+
counterparty: {
|
|
50
|
+
chainName: 'osmosistestnet',
|
|
51
|
+
baseDenom: 'uosmo',
|
|
52
|
+
channelId: 'channel-10884'
|
|
53
|
+
},
|
|
54
|
+
chain: {
|
|
55
|
+
channelId: 'channel-0',
|
|
56
|
+
path: 'transfer/channel-0/uosmo'
|
|
57
|
+
}
|
|
58
|
+
}],
|
|
59
|
+
images: [{
|
|
60
|
+
imageSync: {
|
|
61
|
+
chainName: 'osmosistestnet',
|
|
62
|
+
baseDenom: 'uosmo'
|
|
63
|
+
},
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
65
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
66
|
+
}],
|
|
67
|
+
logoURIs: {
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
69
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
70
|
+
},
|
|
71
|
+
keywords: [
|
|
72
|
+
'dex',
|
|
73
|
+
'ibc',
|
|
74
|
+
'osmosis'
|
|
75
|
+
]
|
|
33
76
|
}]
|
|
34
77
|
};
|
|
35
78
|
exports.default = info;
|
|
@@ -38,14 +38,14 @@ const info = {
|
|
|
38
38
|
},
|
|
39
39
|
codebase: {
|
|
40
40
|
gitRepo: 'https://github.com/LumeraProtocol/lumera',
|
|
41
|
-
tag: '
|
|
42
|
-
recommendedVersion: '
|
|
41
|
+
tag: 'v1.7.0',
|
|
42
|
+
recommendedVersion: 'v1.7.0',
|
|
43
43
|
language: {
|
|
44
44
|
type: 'go',
|
|
45
45
|
version: 'v1.24'
|
|
46
46
|
},
|
|
47
47
|
binaries: {
|
|
48
|
-
"linux/amd64": 'https://github.com/LumeraProtocol/lumera/releases/download/
|
|
48
|
+
"linux/amd64": 'https://github.com/LumeraProtocol/lumera/releases/download/v1.7.0/lumera_v1.7.0_linux_amd64.tar.gz?checksum=sha256:1a5a612e5f06a5d4c4a6a2b2b8799336093a9951fcc6e81ef0a56dcc0f913e50'
|
|
49
49
|
},
|
|
50
50
|
sdk: {
|
|
51
51
|
type: 'cosmos',
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [{
|
|
4
|
+
$schema: '../../ibc_data.schema.json',
|
|
5
|
+
chain1: {
|
|
6
|
+
chainName: 'lumeratestnet',
|
|
7
|
+
clientId: '07-tendermint-2',
|
|
8
|
+
connectionId: 'connection-1'
|
|
9
|
+
},
|
|
10
|
+
chain2: {
|
|
11
|
+
chainName: 'osmosistestnet',
|
|
12
|
+
clientId: '07-tendermint-4899',
|
|
13
|
+
connectionId: 'connection-4268'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain1: {
|
|
17
|
+
channelId: 'channel-0',
|
|
18
|
+
portId: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain2: {
|
|
21
|
+
channelId: 'channel-10884',
|
|
22
|
+
portId: 'transfer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'unordered',
|
|
25
|
+
version: 'ics20-1',
|
|
26
|
+
tags: {
|
|
27
|
+
status: 'live',
|
|
28
|
+
preferred: true,
|
|
29
|
+
dex: 'osmosis'
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
}];
|
|
33
|
+
exports.default = info;
|
|
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.chain = exports.assetList = void 0;
|
|
6
|
+
exports.ibcData = exports.chain = exports.assetList = void 0;
|
|
7
7
|
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
8
|
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
const ibc_data_1 = __importDefault(require("./ibc-data"));
|
|
9
10
|
exports.assetList = asset_list_1.default;
|
|
10
11
|
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibcData = ibc_data_1.default;
|
|
@@ -700,6 +700,36 @@ const info = [
|
|
|
700
700
|
}
|
|
701
701
|
}]
|
|
702
702
|
},
|
|
703
|
+
{
|
|
704
|
+
$schema: '../../ibc_data.schema.json',
|
|
705
|
+
chain1: {
|
|
706
|
+
chainName: 'lumeratestnet',
|
|
707
|
+
clientId: '07-tendermint-2',
|
|
708
|
+
connectionId: 'connection-1'
|
|
709
|
+
},
|
|
710
|
+
chain2: {
|
|
711
|
+
chainName: 'osmosistestnet',
|
|
712
|
+
clientId: '07-tendermint-4899',
|
|
713
|
+
connectionId: 'connection-4268'
|
|
714
|
+
},
|
|
715
|
+
channels: [{
|
|
716
|
+
chain1: {
|
|
717
|
+
channelId: 'channel-0',
|
|
718
|
+
portId: 'transfer'
|
|
719
|
+
},
|
|
720
|
+
chain2: {
|
|
721
|
+
channelId: 'channel-10884',
|
|
722
|
+
portId: 'transfer'
|
|
723
|
+
},
|
|
724
|
+
ordering: 'unordered',
|
|
725
|
+
version: 'ics20-1',
|
|
726
|
+
tags: {
|
|
727
|
+
status: 'live',
|
|
728
|
+
preferred: true,
|
|
729
|
+
dex: 'osmosis'
|
|
730
|
+
}
|
|
731
|
+
}]
|
|
732
|
+
},
|
|
703
733
|
{
|
|
704
734
|
$schema: '../../ibc_data.schema.json',
|
|
705
735
|
chain1: {
|