chain-registry 2.0.4 → 2.0.6
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/allora/ibc-data.js +81 -0
- package/esm/mainnet/allora/index.js +2 -0
- package/esm/mainnet/axelar/ibc-data.js +26 -0
- package/esm/mainnet/bitbadges/asset-list.js +1 -1
- package/esm/mainnet/bitbadges/chain.js +9 -6
- package/esm/mainnet/bitbadges/ibc-data.js +31 -0
- package/esm/mainnet/bitbadges/index.js +2 -0
- package/esm/mainnet/cosmoshub/ibc-data.js +26 -0
- package/esm/mainnet/decentr/chain.js +1 -1
- package/esm/mainnet/ibc-data.js +4 -0
- package/esm/mainnet/lombardledger/asset-list.js +1 -1
- package/esm/mainnet/osmosis/ibc-data.js +30 -0
- package/esm/mainnet/sei/ibc-data.js +26 -0
- package/mainnet/allora/ibc-data.d.ts +3 -0
- package/mainnet/allora/ibc-data.js +83 -0
- package/mainnet/allora/index.d.ts +1 -0
- package/mainnet/allora/index.js +3 -1
- package/mainnet/axelar/ibc-data.js +26 -0
- package/mainnet/bitbadges/asset-list.js +1 -1
- package/mainnet/bitbadges/chain.js +9 -6
- package/mainnet/bitbadges/ibc-data.d.ts +3 -0
- package/mainnet/bitbadges/ibc-data.js +33 -0
- package/mainnet/bitbadges/index.d.ts +1 -0
- package/mainnet/bitbadges/index.js +3 -1
- package/mainnet/cosmoshub/ibc-data.js +26 -0
- package/mainnet/decentr/chain.js +1 -1
- package/mainnet/ibc-data.js +4 -0
- package/mainnet/lombardledger/asset-list.js +1 -1
- package/mainnet/osmosis/ibc-data.js +30 -0
- package/mainnet/sei/ibc-data.js +26 -0
- package/package.json +3 -3
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
const info = [
|
|
2
|
+
{
|
|
3
|
+
$schema: '../ibc_data.schema.json',
|
|
4
|
+
chain1: {
|
|
5
|
+
chainName: 'allora',
|
|
6
|
+
clientId: '07-tendermint-0',
|
|
7
|
+
connectionId: 'connection-0'
|
|
8
|
+
},
|
|
9
|
+
chain2: {
|
|
10
|
+
chainName: 'axelar',
|
|
11
|
+
clientId: '07-tendermint-232',
|
|
12
|
+
connectionId: 'connection-223'
|
|
13
|
+
},
|
|
14
|
+
channels: [{
|
|
15
|
+
chain1: {
|
|
16
|
+
channelId: 'channel-0',
|
|
17
|
+
portId: 'transfer'
|
|
18
|
+
},
|
|
19
|
+
chain2: {
|
|
20
|
+
channelId: 'channel-164',
|
|
21
|
+
portId: 'transfer'
|
|
22
|
+
},
|
|
23
|
+
ordering: 'unordered',
|
|
24
|
+
version: 'ics20-1',
|
|
25
|
+
tags: {}
|
|
26
|
+
}]
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
$schema: '../ibc_data.schema.json',
|
|
30
|
+
chain1: {
|
|
31
|
+
chainName: 'allora',
|
|
32
|
+
clientId: '07-tendermint-2',
|
|
33
|
+
connectionId: 'connection-7'
|
|
34
|
+
},
|
|
35
|
+
chain2: {
|
|
36
|
+
chainName: 'cosmoshub',
|
|
37
|
+
clientId: '07-tendermint-1384',
|
|
38
|
+
connectionId: 'connection-1107'
|
|
39
|
+
},
|
|
40
|
+
channels: [{
|
|
41
|
+
chain1: {
|
|
42
|
+
channelId: 'channel-2',
|
|
43
|
+
portId: 'transfer'
|
|
44
|
+
},
|
|
45
|
+
chain2: {
|
|
46
|
+
channelId: 'channel-1353',
|
|
47
|
+
portId: 'transfer'
|
|
48
|
+
},
|
|
49
|
+
ordering: 'unordered',
|
|
50
|
+
version: 'ics20-1',
|
|
51
|
+
tags: {}
|
|
52
|
+
}]
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
$schema: '../ibc_data.schema.json',
|
|
56
|
+
chain1: {
|
|
57
|
+
chainName: 'allora',
|
|
58
|
+
clientId: '07-tendermint-1',
|
|
59
|
+
connectionId: 'connection-1'
|
|
60
|
+
},
|
|
61
|
+
chain2: {
|
|
62
|
+
chainName: 'sei',
|
|
63
|
+
clientId: '07-tendermint-141',
|
|
64
|
+
connectionId: 'connection-175'
|
|
65
|
+
},
|
|
66
|
+
channels: [{
|
|
67
|
+
chain1: {
|
|
68
|
+
channelId: 'channel-1',
|
|
69
|
+
portId: 'transfer'
|
|
70
|
+
},
|
|
71
|
+
chain2: {
|
|
72
|
+
channelId: 'channel-79',
|
|
73
|
+
portId: 'transfer'
|
|
74
|
+
},
|
|
75
|
+
ordering: 'unordered',
|
|
76
|
+
version: 'ics20-1',
|
|
77
|
+
tags: {}
|
|
78
|
+
}]
|
|
79
|
+
}
|
|
80
|
+
];
|
|
81
|
+
export default info;
|
|
@@ -57,6 +57,32 @@ const info = [
|
|
|
57
57
|
}
|
|
58
58
|
}]
|
|
59
59
|
},
|
|
60
|
+
{
|
|
61
|
+
$schema: '../ibc_data.schema.json',
|
|
62
|
+
chain1: {
|
|
63
|
+
chainName: 'allora',
|
|
64
|
+
clientId: '07-tendermint-0',
|
|
65
|
+
connectionId: 'connection-0'
|
|
66
|
+
},
|
|
67
|
+
chain2: {
|
|
68
|
+
chainName: 'axelar',
|
|
69
|
+
clientId: '07-tendermint-232',
|
|
70
|
+
connectionId: 'connection-223'
|
|
71
|
+
},
|
|
72
|
+
channels: [{
|
|
73
|
+
chain1: {
|
|
74
|
+
channelId: 'channel-0',
|
|
75
|
+
portId: 'transfer'
|
|
76
|
+
},
|
|
77
|
+
chain2: {
|
|
78
|
+
channelId: 'channel-164',
|
|
79
|
+
portId: 'transfer'
|
|
80
|
+
},
|
|
81
|
+
ordering: 'unordered',
|
|
82
|
+
version: 'ics20-1',
|
|
83
|
+
tags: {}
|
|
84
|
+
}]
|
|
85
|
+
},
|
|
60
86
|
{
|
|
61
87
|
$schema: '../ibc_data.schema.json',
|
|
62
88
|
chain1: {
|
|
@@ -2,7 +2,7 @@ const info = {
|
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chainName: 'bitbadges',
|
|
4
4
|
assets: [{
|
|
5
|
-
description: '$BADGE is the native in-app credits token for BitBadges
|
|
5
|
+
description: '$BADGE is the native in-app credits token for BitBadges.',
|
|
6
6
|
denomUnits: [{
|
|
7
7
|
denom: 'ubadge',
|
|
8
8
|
exponent: 0
|
|
@@ -27,15 +27,15 @@ const info = {
|
|
|
27
27
|
},
|
|
28
28
|
codebase: {
|
|
29
29
|
gitRepo: 'https://github.com/bitbadges/bitbadgeschain/',
|
|
30
|
-
recommendedVersion: '
|
|
31
|
-
compatibleVersions: ['
|
|
30
|
+
recommendedVersion: 'v6',
|
|
31
|
+
compatibleVersions: ['v6'],
|
|
32
32
|
binaries: {
|
|
33
|
-
"linux/amd64": 'https://github.com/BitBadges/bitbadgeschain/releases/download/
|
|
34
|
-
"linux/arm64": 'https://github.com/BitBadges/bitbadgeschain/releases/download/
|
|
33
|
+
"linux/amd64": 'https://github.com/BitBadges/bitbadgeschain/releases/download/v6/bitbadgeschain-linux-amd64',
|
|
34
|
+
"linux/arm64": 'https://github.com/BitBadges/bitbadgeschain/releases/download/v6/bitbadgeschain-linux-arm64'
|
|
35
35
|
},
|
|
36
36
|
sdk: {
|
|
37
37
|
type: 'cosmos',
|
|
38
|
-
version: 'v0.50.
|
|
38
|
+
version: 'v0.50.11'
|
|
39
39
|
},
|
|
40
40
|
ibc: {
|
|
41
41
|
type: 'go',
|
|
@@ -69,7 +69,10 @@ const info = {
|
|
|
69
69
|
address: 'https://bitbadges_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
70
70
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
71
71
|
}],
|
|
72
|
-
grpc: [
|
|
72
|
+
grpc: [{
|
|
73
|
+
address: 'http://134.122.12.165:9090',
|
|
74
|
+
provider: 'bitbadges'
|
|
75
|
+
}]
|
|
73
76
|
},
|
|
74
77
|
explorers: [
|
|
75
78
|
{
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
const info = [{
|
|
2
|
+
$schema: '../ibc_data.schema.json',
|
|
3
|
+
chain1: {
|
|
4
|
+
chainName: 'bitbadges',
|
|
5
|
+
clientId: '07-tendermint-1',
|
|
6
|
+
connectionId: 'connection-0'
|
|
7
|
+
},
|
|
8
|
+
chain2: {
|
|
9
|
+
chainName: 'osmosis',
|
|
10
|
+
clientId: '07-tendermint-3497',
|
|
11
|
+
connectionId: 'connection-10745'
|
|
12
|
+
},
|
|
13
|
+
channels: [{
|
|
14
|
+
chain1: {
|
|
15
|
+
channelId: 'channel-0',
|
|
16
|
+
portId: 'transfer'
|
|
17
|
+
},
|
|
18
|
+
chain2: {
|
|
19
|
+
channelId: 'channel-104311',
|
|
20
|
+
portId: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
ordering: 'unordered',
|
|
23
|
+
version: 'ics20-1',
|
|
24
|
+
tags: {
|
|
25
|
+
status: 'live',
|
|
26
|
+
preferred: true,
|
|
27
|
+
dex: 'osmosis'
|
|
28
|
+
}
|
|
29
|
+
}]
|
|
30
|
+
}];
|
|
31
|
+
export default info;
|
|
@@ -112,6 +112,32 @@ const info = [
|
|
|
112
112
|
tags: {}
|
|
113
113
|
}]
|
|
114
114
|
},
|
|
115
|
+
{
|
|
116
|
+
$schema: '../ibc_data.schema.json',
|
|
117
|
+
chain1: {
|
|
118
|
+
chainName: 'allora',
|
|
119
|
+
clientId: '07-tendermint-2',
|
|
120
|
+
connectionId: 'connection-7'
|
|
121
|
+
},
|
|
122
|
+
chain2: {
|
|
123
|
+
chainName: 'cosmoshub',
|
|
124
|
+
clientId: '07-tendermint-1384',
|
|
125
|
+
connectionId: 'connection-1107'
|
|
126
|
+
},
|
|
127
|
+
channels: [{
|
|
128
|
+
chain1: {
|
|
129
|
+
channelId: 'channel-2',
|
|
130
|
+
portId: 'transfer'
|
|
131
|
+
},
|
|
132
|
+
chain2: {
|
|
133
|
+
channelId: 'channel-1353',
|
|
134
|
+
portId: 'transfer'
|
|
135
|
+
},
|
|
136
|
+
ordering: 'unordered',
|
|
137
|
+
version: 'ics20-1',
|
|
138
|
+
tags: {}
|
|
139
|
+
}]
|
|
140
|
+
},
|
|
115
141
|
{
|
|
116
142
|
$schema: '../ibc_data.schema.json',
|
|
117
143
|
chain1: {
|
|
@@ -152,7 +152,7 @@ const info = {
|
|
|
152
152
|
txPage: 'https://explorer.nodexcapital.com/decentr/tx/${txHash}'
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
|
-
kind: 'Explorer
|
|
155
|
+
kind: 'Explorer CommunityNode',
|
|
156
156
|
url: 'https://explorer.comunitynode.my.id/decentr',
|
|
157
157
|
txPage: 'https://explorer.comunitynode.my.id/decentr/tx/${txHash}'
|
|
158
158
|
}
|
package/esm/mainnet/ibc-data.js
CHANGED
|
@@ -5,6 +5,7 @@ import * as _acrechain from './acrechain';
|
|
|
5
5
|
import * as _agoric from './agoric';
|
|
6
6
|
import * as _aioz from './aioz';
|
|
7
7
|
import * as _akash from './akash';
|
|
8
|
+
import * as _allora from './allora';
|
|
8
9
|
import * as _andromeda from './andromeda';
|
|
9
10
|
import * as _archway from './archway';
|
|
10
11
|
import * as _arkeo from './arkeo';
|
|
@@ -16,6 +17,7 @@ import * as _axelar from './axelar';
|
|
|
16
17
|
import * as _babylon from './babylon';
|
|
17
18
|
import * as _bandchain from './bandchain';
|
|
18
19
|
import * as _beezee from './beezee';
|
|
20
|
+
import * as _bitbadges from './bitbadges';
|
|
19
21
|
import * as _bitcanna from './bitcanna';
|
|
20
22
|
import * as _bitsong from './bitsong';
|
|
21
23
|
import * as _bluzelle from './bluzelle';
|
|
@@ -161,6 +163,7 @@ const ibcData = [
|
|
|
161
163
|
..._agoric.ibcData,
|
|
162
164
|
..._aioz.ibcData,
|
|
163
165
|
..._akash.ibcData,
|
|
166
|
+
..._allora.ibcData,
|
|
164
167
|
..._andromeda.ibcData,
|
|
165
168
|
..._archway.ibcData,
|
|
166
169
|
..._arkeo.ibcData,
|
|
@@ -172,6 +175,7 @@ const ibcData = [
|
|
|
172
175
|
..._babylon.ibcData,
|
|
173
176
|
..._bandchain.ibcData,
|
|
174
177
|
..._beezee.ibcData,
|
|
178
|
+
..._bitbadges.ibcData,
|
|
175
179
|
..._bitcanna.ibcData,
|
|
176
180
|
..._bitsong.ibcData,
|
|
177
181
|
..._bluzelle.ibcData,
|
|
@@ -41,7 +41,7 @@ const info = {
|
|
|
41
41
|
}]
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
|
-
description: 'ustake is a
|
|
44
|
+
description: 'ustake is a synthetic token to implement a PoA with BFT features over CometBFT',
|
|
45
45
|
denomUnits: [{
|
|
46
46
|
denom: 'ustake',
|
|
47
47
|
exponent: 0
|
|
@@ -546,6 +546,36 @@ const info = [
|
|
|
546
546
|
}
|
|
547
547
|
}]
|
|
548
548
|
},
|
|
549
|
+
{
|
|
550
|
+
$schema: '../ibc_data.schema.json',
|
|
551
|
+
chain1: {
|
|
552
|
+
chainName: 'bitbadges',
|
|
553
|
+
clientId: '07-tendermint-1',
|
|
554
|
+
connectionId: 'connection-0'
|
|
555
|
+
},
|
|
556
|
+
chain2: {
|
|
557
|
+
chainName: 'osmosis',
|
|
558
|
+
clientId: '07-tendermint-3497',
|
|
559
|
+
connectionId: 'connection-10745'
|
|
560
|
+
},
|
|
561
|
+
channels: [{
|
|
562
|
+
chain1: {
|
|
563
|
+
channelId: 'channel-0',
|
|
564
|
+
portId: 'transfer'
|
|
565
|
+
},
|
|
566
|
+
chain2: {
|
|
567
|
+
channelId: 'channel-104311',
|
|
568
|
+
portId: 'transfer'
|
|
569
|
+
},
|
|
570
|
+
ordering: 'unordered',
|
|
571
|
+
version: 'ics20-1',
|
|
572
|
+
tags: {
|
|
573
|
+
status: 'live',
|
|
574
|
+
preferred: true,
|
|
575
|
+
dex: 'osmosis'
|
|
576
|
+
}
|
|
577
|
+
}]
|
|
578
|
+
},
|
|
549
579
|
{
|
|
550
580
|
$schema: '../ibc_data.schema.json',
|
|
551
581
|
chain1: {
|
|
@@ -1,4 +1,30 @@
|
|
|
1
1
|
const info = [
|
|
2
|
+
{
|
|
3
|
+
$schema: '../ibc_data.schema.json',
|
|
4
|
+
chain1: {
|
|
5
|
+
chainName: 'allora',
|
|
6
|
+
clientId: '07-tendermint-1',
|
|
7
|
+
connectionId: 'connection-1'
|
|
8
|
+
},
|
|
9
|
+
chain2: {
|
|
10
|
+
chainName: 'sei',
|
|
11
|
+
clientId: '07-tendermint-141',
|
|
12
|
+
connectionId: 'connection-175'
|
|
13
|
+
},
|
|
14
|
+
channels: [{
|
|
15
|
+
chain1: {
|
|
16
|
+
channelId: 'channel-1',
|
|
17
|
+
portId: 'transfer'
|
|
18
|
+
},
|
|
19
|
+
chain2: {
|
|
20
|
+
channelId: 'channel-79',
|
|
21
|
+
portId: 'transfer'
|
|
22
|
+
},
|
|
23
|
+
ordering: 'unordered',
|
|
24
|
+
version: 'ics20-1',
|
|
25
|
+
tags: {}
|
|
26
|
+
}]
|
|
27
|
+
},
|
|
2
28
|
{
|
|
3
29
|
$schema: '../ibc_data.schema.json',
|
|
4
30
|
chain1: {
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [
|
|
4
|
+
{
|
|
5
|
+
$schema: '../ibc_data.schema.json',
|
|
6
|
+
chain1: {
|
|
7
|
+
chainName: 'allora',
|
|
8
|
+
clientId: '07-tendermint-0',
|
|
9
|
+
connectionId: 'connection-0'
|
|
10
|
+
},
|
|
11
|
+
chain2: {
|
|
12
|
+
chainName: 'axelar',
|
|
13
|
+
clientId: '07-tendermint-232',
|
|
14
|
+
connectionId: 'connection-223'
|
|
15
|
+
},
|
|
16
|
+
channels: [{
|
|
17
|
+
chain1: {
|
|
18
|
+
channelId: 'channel-0',
|
|
19
|
+
portId: 'transfer'
|
|
20
|
+
},
|
|
21
|
+
chain2: {
|
|
22
|
+
channelId: 'channel-164',
|
|
23
|
+
portId: 'transfer'
|
|
24
|
+
},
|
|
25
|
+
ordering: 'unordered',
|
|
26
|
+
version: 'ics20-1',
|
|
27
|
+
tags: {}
|
|
28
|
+
}]
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
$schema: '../ibc_data.schema.json',
|
|
32
|
+
chain1: {
|
|
33
|
+
chainName: 'allora',
|
|
34
|
+
clientId: '07-tendermint-2',
|
|
35
|
+
connectionId: 'connection-7'
|
|
36
|
+
},
|
|
37
|
+
chain2: {
|
|
38
|
+
chainName: 'cosmoshub',
|
|
39
|
+
clientId: '07-tendermint-1384',
|
|
40
|
+
connectionId: 'connection-1107'
|
|
41
|
+
},
|
|
42
|
+
channels: [{
|
|
43
|
+
chain1: {
|
|
44
|
+
channelId: 'channel-2',
|
|
45
|
+
portId: 'transfer'
|
|
46
|
+
},
|
|
47
|
+
chain2: {
|
|
48
|
+
channelId: 'channel-1353',
|
|
49
|
+
portId: 'transfer'
|
|
50
|
+
},
|
|
51
|
+
ordering: 'unordered',
|
|
52
|
+
version: 'ics20-1',
|
|
53
|
+
tags: {}
|
|
54
|
+
}]
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
$schema: '../ibc_data.schema.json',
|
|
58
|
+
chain1: {
|
|
59
|
+
chainName: 'allora',
|
|
60
|
+
clientId: '07-tendermint-1',
|
|
61
|
+
connectionId: 'connection-1'
|
|
62
|
+
},
|
|
63
|
+
chain2: {
|
|
64
|
+
chainName: 'sei',
|
|
65
|
+
clientId: '07-tendermint-141',
|
|
66
|
+
connectionId: 'connection-175'
|
|
67
|
+
},
|
|
68
|
+
channels: [{
|
|
69
|
+
chain1: {
|
|
70
|
+
channelId: 'channel-1',
|
|
71
|
+
portId: 'transfer'
|
|
72
|
+
},
|
|
73
|
+
chain2: {
|
|
74
|
+
channelId: 'channel-79',
|
|
75
|
+
portId: 'transfer'
|
|
76
|
+
},
|
|
77
|
+
ordering: 'unordered',
|
|
78
|
+
version: 'ics20-1',
|
|
79
|
+
tags: {}
|
|
80
|
+
}]
|
|
81
|
+
}
|
|
82
|
+
];
|
|
83
|
+
exports.default = info;
|
package/mainnet/allora/index.js
CHANGED
|
@@ -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;
|
|
@@ -59,6 +59,32 @@ const info = [
|
|
|
59
59
|
}
|
|
60
60
|
}]
|
|
61
61
|
},
|
|
62
|
+
{
|
|
63
|
+
$schema: '../ibc_data.schema.json',
|
|
64
|
+
chain1: {
|
|
65
|
+
chainName: 'allora',
|
|
66
|
+
clientId: '07-tendermint-0',
|
|
67
|
+
connectionId: 'connection-0'
|
|
68
|
+
},
|
|
69
|
+
chain2: {
|
|
70
|
+
chainName: 'axelar',
|
|
71
|
+
clientId: '07-tendermint-232',
|
|
72
|
+
connectionId: 'connection-223'
|
|
73
|
+
},
|
|
74
|
+
channels: [{
|
|
75
|
+
chain1: {
|
|
76
|
+
channelId: 'channel-0',
|
|
77
|
+
portId: 'transfer'
|
|
78
|
+
},
|
|
79
|
+
chain2: {
|
|
80
|
+
channelId: 'channel-164',
|
|
81
|
+
portId: 'transfer'
|
|
82
|
+
},
|
|
83
|
+
ordering: 'unordered',
|
|
84
|
+
version: 'ics20-1',
|
|
85
|
+
tags: {}
|
|
86
|
+
}]
|
|
87
|
+
},
|
|
62
88
|
{
|
|
63
89
|
$schema: '../ibc_data.schema.json',
|
|
64
90
|
chain1: {
|
|
@@ -4,7 +4,7 @@ const info = {
|
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chainName: 'bitbadges',
|
|
6
6
|
assets: [{
|
|
7
|
-
description: '$BADGE is the native in-app credits token for BitBadges
|
|
7
|
+
description: '$BADGE is the native in-app credits token for BitBadges.',
|
|
8
8
|
denomUnits: [{
|
|
9
9
|
denom: 'ubadge',
|
|
10
10
|
exponent: 0
|
|
@@ -29,15 +29,15 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
codebase: {
|
|
31
31
|
gitRepo: 'https://github.com/bitbadges/bitbadgeschain/',
|
|
32
|
-
recommendedVersion: '
|
|
33
|
-
compatibleVersions: ['
|
|
32
|
+
recommendedVersion: 'v6',
|
|
33
|
+
compatibleVersions: ['v6'],
|
|
34
34
|
binaries: {
|
|
35
|
-
"linux/amd64": 'https://github.com/BitBadges/bitbadgeschain/releases/download/
|
|
36
|
-
"linux/arm64": 'https://github.com/BitBadges/bitbadgeschain/releases/download/
|
|
35
|
+
"linux/amd64": 'https://github.com/BitBadges/bitbadgeschain/releases/download/v6/bitbadgeschain-linux-amd64',
|
|
36
|
+
"linux/arm64": 'https://github.com/BitBadges/bitbadgeschain/releases/download/v6/bitbadgeschain-linux-arm64'
|
|
37
37
|
},
|
|
38
38
|
sdk: {
|
|
39
39
|
type: 'cosmos',
|
|
40
|
-
version: 'v0.50.
|
|
40
|
+
version: 'v0.50.11'
|
|
41
41
|
},
|
|
42
42
|
ibc: {
|
|
43
43
|
type: 'go',
|
|
@@ -71,7 +71,10 @@ const info = {
|
|
|
71
71
|
address: 'https://bitbadges_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
72
72
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
73
73
|
}],
|
|
74
|
-
grpc: [
|
|
74
|
+
grpc: [{
|
|
75
|
+
address: 'http://134.122.12.165:9090',
|
|
76
|
+
provider: 'bitbadges'
|
|
77
|
+
}]
|
|
75
78
|
},
|
|
76
79
|
explorers: [
|
|
77
80
|
{
|
|
@@ -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: 'bitbadges',
|
|
7
|
+
clientId: '07-tendermint-1',
|
|
8
|
+
connectionId: 'connection-0'
|
|
9
|
+
},
|
|
10
|
+
chain2: {
|
|
11
|
+
chainName: 'osmosis',
|
|
12
|
+
clientId: '07-tendermint-3497',
|
|
13
|
+
connectionId: 'connection-10745'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain1: {
|
|
17
|
+
channelId: 'channel-0',
|
|
18
|
+
portId: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain2: {
|
|
21
|
+
channelId: 'channel-104311',
|
|
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;
|
|
@@ -114,6 +114,32 @@ const info = [
|
|
|
114
114
|
tags: {}
|
|
115
115
|
}]
|
|
116
116
|
},
|
|
117
|
+
{
|
|
118
|
+
$schema: '../ibc_data.schema.json',
|
|
119
|
+
chain1: {
|
|
120
|
+
chainName: 'allora',
|
|
121
|
+
clientId: '07-tendermint-2',
|
|
122
|
+
connectionId: 'connection-7'
|
|
123
|
+
},
|
|
124
|
+
chain2: {
|
|
125
|
+
chainName: 'cosmoshub',
|
|
126
|
+
clientId: '07-tendermint-1384',
|
|
127
|
+
connectionId: 'connection-1107'
|
|
128
|
+
},
|
|
129
|
+
channels: [{
|
|
130
|
+
chain1: {
|
|
131
|
+
channelId: 'channel-2',
|
|
132
|
+
portId: 'transfer'
|
|
133
|
+
},
|
|
134
|
+
chain2: {
|
|
135
|
+
channelId: 'channel-1353',
|
|
136
|
+
portId: 'transfer'
|
|
137
|
+
},
|
|
138
|
+
ordering: 'unordered',
|
|
139
|
+
version: 'ics20-1',
|
|
140
|
+
tags: {}
|
|
141
|
+
}]
|
|
142
|
+
},
|
|
117
143
|
{
|
|
118
144
|
$schema: '../ibc_data.schema.json',
|
|
119
145
|
chain1: {
|
package/mainnet/decentr/chain.js
CHANGED
|
@@ -154,7 +154,7 @@ const info = {
|
|
|
154
154
|
txPage: 'https://explorer.nodexcapital.com/decentr/tx/${txHash}'
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
|
-
kind: 'Explorer
|
|
157
|
+
kind: 'Explorer CommunityNode',
|
|
158
158
|
url: 'https://explorer.comunitynode.my.id/decentr',
|
|
159
159
|
txPage: 'https://explorer.comunitynode.my.id/decentr/tx/${txHash}'
|
|
160
160
|
}
|
package/mainnet/ibc-data.js
CHANGED
|
@@ -30,6 +30,7 @@ const _acrechain = __importStar(require("./acrechain"));
|
|
|
30
30
|
const _agoric = __importStar(require("./agoric"));
|
|
31
31
|
const _aioz = __importStar(require("./aioz"));
|
|
32
32
|
const _akash = __importStar(require("./akash"));
|
|
33
|
+
const _allora = __importStar(require("./allora"));
|
|
33
34
|
const _andromeda = __importStar(require("./andromeda"));
|
|
34
35
|
const _archway = __importStar(require("./archway"));
|
|
35
36
|
const _arkeo = __importStar(require("./arkeo"));
|
|
@@ -41,6 +42,7 @@ const _axelar = __importStar(require("./axelar"));
|
|
|
41
42
|
const _babylon = __importStar(require("./babylon"));
|
|
42
43
|
const _bandchain = __importStar(require("./bandchain"));
|
|
43
44
|
const _beezee = __importStar(require("./beezee"));
|
|
45
|
+
const _bitbadges = __importStar(require("./bitbadges"));
|
|
44
46
|
const _bitcanna = __importStar(require("./bitcanna"));
|
|
45
47
|
const _bitsong = __importStar(require("./bitsong"));
|
|
46
48
|
const _bluzelle = __importStar(require("./bluzelle"));
|
|
@@ -186,6 +188,7 @@ const ibcData = [
|
|
|
186
188
|
..._agoric.ibcData,
|
|
187
189
|
..._aioz.ibcData,
|
|
188
190
|
..._akash.ibcData,
|
|
191
|
+
..._allora.ibcData,
|
|
189
192
|
..._andromeda.ibcData,
|
|
190
193
|
..._archway.ibcData,
|
|
191
194
|
..._arkeo.ibcData,
|
|
@@ -197,6 +200,7 @@ const ibcData = [
|
|
|
197
200
|
..._babylon.ibcData,
|
|
198
201
|
..._bandchain.ibcData,
|
|
199
202
|
..._beezee.ibcData,
|
|
203
|
+
..._bitbadges.ibcData,
|
|
200
204
|
..._bitcanna.ibcData,
|
|
201
205
|
..._bitsong.ibcData,
|
|
202
206
|
..._bluzelle.ibcData,
|
|
@@ -43,7 +43,7 @@ const info = {
|
|
|
43
43
|
}]
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
|
-
description: 'ustake is a
|
|
46
|
+
description: 'ustake is a synthetic token to implement a PoA with BFT features over CometBFT',
|
|
47
47
|
denomUnits: [{
|
|
48
48
|
denom: 'ustake',
|
|
49
49
|
exponent: 0
|
|
@@ -548,6 +548,36 @@ const info = [
|
|
|
548
548
|
}
|
|
549
549
|
}]
|
|
550
550
|
},
|
|
551
|
+
{
|
|
552
|
+
$schema: '../ibc_data.schema.json',
|
|
553
|
+
chain1: {
|
|
554
|
+
chainName: 'bitbadges',
|
|
555
|
+
clientId: '07-tendermint-1',
|
|
556
|
+
connectionId: 'connection-0'
|
|
557
|
+
},
|
|
558
|
+
chain2: {
|
|
559
|
+
chainName: 'osmosis',
|
|
560
|
+
clientId: '07-tendermint-3497',
|
|
561
|
+
connectionId: 'connection-10745'
|
|
562
|
+
},
|
|
563
|
+
channels: [{
|
|
564
|
+
chain1: {
|
|
565
|
+
channelId: 'channel-0',
|
|
566
|
+
portId: 'transfer'
|
|
567
|
+
},
|
|
568
|
+
chain2: {
|
|
569
|
+
channelId: 'channel-104311',
|
|
570
|
+
portId: 'transfer'
|
|
571
|
+
},
|
|
572
|
+
ordering: 'unordered',
|
|
573
|
+
version: 'ics20-1',
|
|
574
|
+
tags: {
|
|
575
|
+
status: 'live',
|
|
576
|
+
preferred: true,
|
|
577
|
+
dex: 'osmosis'
|
|
578
|
+
}
|
|
579
|
+
}]
|
|
580
|
+
},
|
|
551
581
|
{
|
|
552
582
|
$schema: '../ibc_data.schema.json',
|
|
553
583
|
chain1: {
|
package/mainnet/sei/ibc-data.js
CHANGED
|
@@ -1,6 +1,32 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const info = [
|
|
4
|
+
{
|
|
5
|
+
$schema: '../ibc_data.schema.json',
|
|
6
|
+
chain1: {
|
|
7
|
+
chainName: 'allora',
|
|
8
|
+
clientId: '07-tendermint-1',
|
|
9
|
+
connectionId: 'connection-1'
|
|
10
|
+
},
|
|
11
|
+
chain2: {
|
|
12
|
+
chainName: 'sei',
|
|
13
|
+
clientId: '07-tendermint-141',
|
|
14
|
+
connectionId: 'connection-175'
|
|
15
|
+
},
|
|
16
|
+
channels: [{
|
|
17
|
+
chain1: {
|
|
18
|
+
channelId: 'channel-1',
|
|
19
|
+
portId: 'transfer'
|
|
20
|
+
},
|
|
21
|
+
chain2: {
|
|
22
|
+
channelId: 'channel-79',
|
|
23
|
+
portId: 'transfer'
|
|
24
|
+
},
|
|
25
|
+
ordering: 'unordered',
|
|
26
|
+
version: 'ics20-1',
|
|
27
|
+
tags: {}
|
|
28
|
+
}]
|
|
29
|
+
},
|
|
4
30
|
{
|
|
5
31
|
$schema: '../ibc_data.schema.json',
|
|
6
32
|
chain1: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
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.6"
|
|
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": "7b2fe367b710e7c969257c8d2d3f725fdf4d1161"
|
|
43
43
|
}
|