chain-registry 2.0.5 → 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/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/ibc-data.js +2 -0
- package/esm/mainnet/osmosis/ibc-data.js +30 -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/ibc-data.js +2 -0
- package/mainnet/osmosis/ibc-data.js +30 -0
- package/package.json +3 -3
|
@@ -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;
|
package/esm/mainnet/ibc-data.js
CHANGED
|
@@ -17,6 +17,7 @@ import * as _axelar from './axelar';
|
|
|
17
17
|
import * as _babylon from './babylon';
|
|
18
18
|
import * as _bandchain from './bandchain';
|
|
19
19
|
import * as _beezee from './beezee';
|
|
20
|
+
import * as _bitbadges from './bitbadges';
|
|
20
21
|
import * as _bitcanna from './bitcanna';
|
|
21
22
|
import * as _bitsong from './bitsong';
|
|
22
23
|
import * as _bluzelle from './bluzelle';
|
|
@@ -174,6 +175,7 @@ const ibcData = [
|
|
|
174
175
|
..._babylon.ibcData,
|
|
175
176
|
..._bandchain.ibcData,
|
|
176
177
|
..._beezee.ibcData,
|
|
178
|
+
..._bitbadges.ibcData,
|
|
177
179
|
..._bitcanna.ibcData,
|
|
178
180
|
..._bitsong.ibcData,
|
|
179
181
|
..._bluzelle.ibcData,
|
|
@@ -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: {
|
|
@@ -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;
|
package/mainnet/ibc-data.js
CHANGED
|
@@ -42,6 +42,7 @@ const _axelar = __importStar(require("./axelar"));
|
|
|
42
42
|
const _babylon = __importStar(require("./babylon"));
|
|
43
43
|
const _bandchain = __importStar(require("./bandchain"));
|
|
44
44
|
const _beezee = __importStar(require("./beezee"));
|
|
45
|
+
const _bitbadges = __importStar(require("./bitbadges"));
|
|
45
46
|
const _bitcanna = __importStar(require("./bitcanna"));
|
|
46
47
|
const _bitsong = __importStar(require("./bitsong"));
|
|
47
48
|
const _bluzelle = __importStar(require("./bluzelle"));
|
|
@@ -199,6 +200,7 @@ const ibcData = [
|
|
|
199
200
|
..._babylon.ibcData,
|
|
200
201
|
..._bandchain.ibcData,
|
|
201
202
|
..._beezee.ibcData,
|
|
203
|
+
..._bitbadges.ibcData,
|
|
202
204
|
..._bitcanna.ibcData,
|
|
203
205
|
..._bitsong.ibcData,
|
|
204
206
|
..._bluzelle.ibcData,
|
|
@@ -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/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
|
}
|