chain-registry 2.0.238 → 2.0.239
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/bandchain/chain.js +4 -0
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/cosmoshub/chain.js +4 -0
- package/esm/mainnet/fetchhub/chain.js +4 -0
- package/esm/mainnet/ibc-data.js +2 -0
- package/esm/mainnet/injective/chain.js +4 -0
- package/esm/mainnet/mucoin/asset-list.js +26 -0
- package/esm/mainnet/mucoin/chain.js +79 -0
- package/esm/mainnet/mucoin/ibc-data.js +32 -0
- package/esm/mainnet/mucoin/index.js +6 -0
- package/esm/mainnet/osmosis/ibc-data.js +31 -0
- package/esm/mainnet/persistence/chain.js +4 -0
- package/esm/mainnet/provenance/chain.js +4 -0
- package/esm/mainnet/terra2/chain.js +8 -0
- package/esm/mainnet/union/chain.js +4 -0
- package/mainnet/asset-lists.js +2 -0
- package/mainnet/bandchain/chain.js +4 -0
- package/mainnet/chains.js +2 -0
- package/mainnet/cosmoshub/chain.js +4 -0
- package/mainnet/fetchhub/chain.js +4 -0
- package/mainnet/ibc-data.js +2 -0
- package/mainnet/injective/chain.js +4 -0
- package/mainnet/mucoin/asset-list.d.ts +3 -0
- package/mainnet/mucoin/asset-list.js +28 -0
- package/mainnet/mucoin/chain.d.ts +3 -0
- package/mainnet/mucoin/chain.js +81 -0
- package/mainnet/mucoin/ibc-data.d.ts +3 -0
- package/mainnet/mucoin/ibc-data.js +34 -0
- package/mainnet/mucoin/index.d.ts +3 -0
- package/mainnet/mucoin/index.js +12 -0
- package/mainnet/osmosis/ibc-data.js +31 -0
- package/mainnet/persistence/chain.js +4 -0
- package/mainnet/provenance/chain.js +4 -0
- package/mainnet/terra2/chain.js +8 -0
- package/mainnet/union/chain.js +4 -0
- package/package.json +3 -3
|
@@ -131,6 +131,7 @@ import * as _migaloo from './migaloo';
|
|
|
131
131
|
import * as _mirage from './mirage';
|
|
132
132
|
import * as _mises from './mises';
|
|
133
133
|
import * as _mtgbp from './mtgbp';
|
|
134
|
+
import * as _mucoin from './mucoin';
|
|
134
135
|
import * as _mun from './mun';
|
|
135
136
|
import * as _mythos from './mythos';
|
|
136
137
|
import * as _neura from './neura';
|
|
@@ -357,6 +358,7 @@ const assetList = [
|
|
|
357
358
|
_mirage.assetList,
|
|
358
359
|
_mises.assetList,
|
|
359
360
|
_mtgbp.assetList,
|
|
361
|
+
_mucoin.assetList,
|
|
360
362
|
_mun.assetList,
|
|
361
363
|
_mythos.assetList,
|
|
362
364
|
_neura.assetList,
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -131,6 +131,7 @@ import * as _migaloo from './migaloo';
|
|
|
131
131
|
import * as _mirage from './mirage';
|
|
132
132
|
import * as _mises from './mises';
|
|
133
133
|
import * as _mtgbp from './mtgbp';
|
|
134
|
+
import * as _mucoin from './mucoin';
|
|
134
135
|
import * as _mun from './mun';
|
|
135
136
|
import * as _mythos from './mythos';
|
|
136
137
|
import * as _neura from './neura';
|
|
@@ -357,6 +358,7 @@ const chains = [
|
|
|
357
358
|
_mirage.chain,
|
|
358
359
|
_mises.chain,
|
|
359
360
|
_mtgbp.chain,
|
|
361
|
+
_mucoin.chain,
|
|
360
362
|
_mun.chain,
|
|
361
363
|
_mythos.chain,
|
|
362
364
|
_neura.chain,
|
package/esm/mainnet/ibc-data.js
CHANGED
|
@@ -100,6 +100,7 @@ import * as _meme from './meme';
|
|
|
100
100
|
import * as _migaloo from './migaloo';
|
|
101
101
|
import * as _mirage from './mirage';
|
|
102
102
|
import * as _mtgbp from './mtgbp';
|
|
103
|
+
import * as _mucoin from './mucoin';
|
|
103
104
|
import * as _neutaro from './neutaro';
|
|
104
105
|
import * as _neutron from './neutron';
|
|
105
106
|
import * as _nibiru from './nibiru';
|
|
@@ -271,6 +272,7 @@ const ibcData = [
|
|
|
271
272
|
..._migaloo.ibcData,
|
|
272
273
|
..._mirage.ibcData,
|
|
273
274
|
..._mtgbp.ibcData,
|
|
275
|
+
..._mucoin.ibcData,
|
|
274
276
|
..._neutaro.ibcData,
|
|
275
277
|
..._neutron.ibcData,
|
|
276
278
|
..._nibiru.ibcData,
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../assetlist.schema.json',
|
|
3
|
+
chainName: 'mucoin',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'MUC is the native staking, governance and transaction fee token of the MuCoin blockchain.',
|
|
6
|
+
denomUnits: [{
|
|
7
|
+
denom: 'umuc',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'MUC',
|
|
11
|
+
exponent: 6
|
|
12
|
+
}],
|
|
13
|
+
typeAsset: 'sdk.coin',
|
|
14
|
+
base: 'umuc',
|
|
15
|
+
name: 'MuCoin',
|
|
16
|
+
display: 'MUC',
|
|
17
|
+
symbol: 'MUC',
|
|
18
|
+
images: [{
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mucoin/images/mucoin.png'
|
|
20
|
+
}],
|
|
21
|
+
socials: {
|
|
22
|
+
website: 'https://mucoin.org'
|
|
23
|
+
}
|
|
24
|
+
}]
|
|
25
|
+
};
|
|
26
|
+
export default info;
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../chain.schema.json',
|
|
3
|
+
chainName: 'mucoin',
|
|
4
|
+
status: 'live',
|
|
5
|
+
website: 'https://mucoin.org',
|
|
6
|
+
networkType: 'mainnet',
|
|
7
|
+
prettyName: 'MuCoin',
|
|
8
|
+
chainType: 'cosmos',
|
|
9
|
+
chainId: 'mucoin-1',
|
|
10
|
+
bech32Prefix: 'muc',
|
|
11
|
+
daemonName: 'mucoind',
|
|
12
|
+
nodeHome: '$HOME/.mucoin',
|
|
13
|
+
keyAlgos: ['secp256k1'],
|
|
14
|
+
slip44: 118,
|
|
15
|
+
description: 'MuCoin is a Cosmos SDK blockchain created for the MuCoin ecosystem and inspired by the world of MU Online.',
|
|
16
|
+
keywords: [
|
|
17
|
+
'mucoin',
|
|
18
|
+
'muc',
|
|
19
|
+
'cosmos',
|
|
20
|
+
'ibc',
|
|
21
|
+
'gaming',
|
|
22
|
+
'mu-online'
|
|
23
|
+
],
|
|
24
|
+
fees: {
|
|
25
|
+
feeTokens: [{
|
|
26
|
+
denom: 'umuc',
|
|
27
|
+
fixedMinGasPrice: 0.0025,
|
|
28
|
+
lowGasPrice: 0.0025,
|
|
29
|
+
averageGasPrice: 0.005,
|
|
30
|
+
highGasPrice: 0.01
|
|
31
|
+
}]
|
|
32
|
+
},
|
|
33
|
+
staking: {
|
|
34
|
+
stakingTokens: [{
|
|
35
|
+
denom: 'umuc'
|
|
36
|
+
}]
|
|
37
|
+
},
|
|
38
|
+
codebase: {
|
|
39
|
+
gitRepo: 'https://github.com/dasgrid/mucoin',
|
|
40
|
+
recommendedVersion: 'rewards-v0.7.0',
|
|
41
|
+
compatibleVersions: ['rewards-v0.7.0'],
|
|
42
|
+
consensus: {
|
|
43
|
+
type: 'cometbft',
|
|
44
|
+
version: 'v0.38.21'
|
|
45
|
+
},
|
|
46
|
+
language: {
|
|
47
|
+
type: 'go',
|
|
48
|
+
version: '1.26.5'
|
|
49
|
+
},
|
|
50
|
+
sdk: {
|
|
51
|
+
type: 'cosmos',
|
|
52
|
+
repo: 'https://github.com/cosmos/cosmos-sdk',
|
|
53
|
+
version: 'v0.53.6'
|
|
54
|
+
},
|
|
55
|
+
ibc: {
|
|
56
|
+
type: 'go',
|
|
57
|
+
version: 'v10.4.0',
|
|
58
|
+
icsEnabled: ['ics20-1']
|
|
59
|
+
},
|
|
60
|
+
genesis: {
|
|
61
|
+
name: 'mucoin-1',
|
|
62
|
+
genesisUrl: 'https://raw.githubusercontent.com/dasgrid/mucoin/main/networks/mucoin-1/genesis.json'
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
images: [{
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mucoin/images/mucoin.png'
|
|
67
|
+
}],
|
|
68
|
+
apis: {
|
|
69
|
+
rpc: [{
|
|
70
|
+
address: 'https://rpc.mucoin.org',
|
|
71
|
+
provider: 'MuCoin'
|
|
72
|
+
}],
|
|
73
|
+
rest: [{
|
|
74
|
+
address: 'https://rest.mucoin.org',
|
|
75
|
+
provider: 'MuCoin'
|
|
76
|
+
}]
|
|
77
|
+
}
|
|
78
|
+
};
|
|
79
|
+
export default info;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const info = [{
|
|
2
|
+
$schema: '../ibc_data.schema.json',
|
|
3
|
+
chain1: {
|
|
4
|
+
chainName: 'mucoin',
|
|
5
|
+
chainId: 'mucoin-1',
|
|
6
|
+
clientId: '07-tendermint-0',
|
|
7
|
+
connectionId: 'connection-0'
|
|
8
|
+
},
|
|
9
|
+
chain2: {
|
|
10
|
+
chainName: 'osmosis',
|
|
11
|
+
chainId: 'osmosis-1',
|
|
12
|
+
clientId: '07-tendermint-3729',
|
|
13
|
+
connectionId: 'connection-11080'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain1: {
|
|
17
|
+
channelId: 'channel-0',
|
|
18
|
+
portId: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain2: {
|
|
21
|
+
channelId: 'channel-110556',
|
|
22
|
+
portId: 'transfer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'unordered',
|
|
25
|
+
version: 'ics20-1',
|
|
26
|
+
tags: {
|
|
27
|
+
preferred: true,
|
|
28
|
+
status: 'ACTIVE'
|
|
29
|
+
}
|
|
30
|
+
}]
|
|
31
|
+
}];
|
|
32
|
+
export default info;
|
|
@@ -3378,6 +3378,37 @@ const info = [
|
|
|
3378
3378
|
}
|
|
3379
3379
|
}]
|
|
3380
3380
|
},
|
|
3381
|
+
{
|
|
3382
|
+
$schema: '../ibc_data.schema.json',
|
|
3383
|
+
chain1: {
|
|
3384
|
+
chainName: 'mucoin',
|
|
3385
|
+
chainId: 'mucoin-1',
|
|
3386
|
+
clientId: '07-tendermint-0',
|
|
3387
|
+
connectionId: 'connection-0'
|
|
3388
|
+
},
|
|
3389
|
+
chain2: {
|
|
3390
|
+
chainName: 'osmosis',
|
|
3391
|
+
chainId: 'osmosis-1',
|
|
3392
|
+
clientId: '07-tendermint-3729',
|
|
3393
|
+
connectionId: 'connection-11080'
|
|
3394
|
+
},
|
|
3395
|
+
channels: [{
|
|
3396
|
+
chain1: {
|
|
3397
|
+
channelId: 'channel-0',
|
|
3398
|
+
portId: 'transfer'
|
|
3399
|
+
},
|
|
3400
|
+
chain2: {
|
|
3401
|
+
channelId: 'channel-110556',
|
|
3402
|
+
portId: 'transfer'
|
|
3403
|
+
},
|
|
3404
|
+
ordering: 'unordered',
|
|
3405
|
+
version: 'ics20-1',
|
|
3406
|
+
tags: {
|
|
3407
|
+
preferred: true,
|
|
3408
|
+
status: 'ACTIVE'
|
|
3409
|
+
}
|
|
3410
|
+
}]
|
|
3411
|
+
},
|
|
3381
3412
|
{
|
|
3382
3413
|
$schema: '../ibc_data.schema.json',
|
|
3383
3414
|
chain1: {
|
|
@@ -147,6 +147,10 @@ const info = {
|
|
|
147
147
|
{
|
|
148
148
|
address: 'https://terra-api.polkachu.com',
|
|
149
149
|
provider: 'Polkachu'
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
address: 'https://terra-phoenix-api.highstakes.ch',
|
|
153
|
+
provider: 'High Stakes 🇨🇭'
|
|
150
154
|
}
|
|
151
155
|
],
|
|
152
156
|
grpc: [
|
|
@@ -189,6 +193,10 @@ const info = {
|
|
|
189
193
|
{
|
|
190
194
|
address: 'terra-grpc.node39.top:443',
|
|
191
195
|
provider: 'Node39'
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
address: 'https://terra-phoenix-grpc.highstakes.ch',
|
|
199
|
+
provider: 'High Stakes 🇨🇭'
|
|
192
200
|
}
|
|
193
201
|
]
|
|
194
202
|
},
|
package/mainnet/asset-lists.js
CHANGED
|
@@ -156,6 +156,7 @@ const _migaloo = __importStar(require("./migaloo"));
|
|
|
156
156
|
const _mirage = __importStar(require("./mirage"));
|
|
157
157
|
const _mises = __importStar(require("./mises"));
|
|
158
158
|
const _mtgbp = __importStar(require("./mtgbp"));
|
|
159
|
+
const _mucoin = __importStar(require("./mucoin"));
|
|
159
160
|
const _mun = __importStar(require("./mun"));
|
|
160
161
|
const _mythos = __importStar(require("./mythos"));
|
|
161
162
|
const _neura = __importStar(require("./neura"));
|
|
@@ -382,6 +383,7 @@ const assetList = [
|
|
|
382
383
|
_mirage.assetList,
|
|
383
384
|
_mises.assetList,
|
|
384
385
|
_mtgbp.assetList,
|
|
386
|
+
_mucoin.assetList,
|
|
385
387
|
_mun.assetList,
|
|
386
388
|
_mythos.assetList,
|
|
387
389
|
_neura.assetList,
|
package/mainnet/chains.js
CHANGED
|
@@ -156,6 +156,7 @@ const _migaloo = __importStar(require("./migaloo"));
|
|
|
156
156
|
const _mirage = __importStar(require("./mirage"));
|
|
157
157
|
const _mises = __importStar(require("./mises"));
|
|
158
158
|
const _mtgbp = __importStar(require("./mtgbp"));
|
|
159
|
+
const _mucoin = __importStar(require("./mucoin"));
|
|
159
160
|
const _mun = __importStar(require("./mun"));
|
|
160
161
|
const _mythos = __importStar(require("./mythos"));
|
|
161
162
|
const _neura = __importStar(require("./neura"));
|
|
@@ -382,6 +383,7 @@ const chains = [
|
|
|
382
383
|
_mirage.chain,
|
|
383
384
|
_mises.chain,
|
|
384
385
|
_mtgbp.chain,
|
|
386
|
+
_mucoin.chain,
|
|
385
387
|
_mun.chain,
|
|
386
388
|
_mythos.chain,
|
|
387
389
|
_neura.chain,
|
package/mainnet/ibc-data.js
CHANGED
|
@@ -125,6 +125,7 @@ const _meme = __importStar(require("./meme"));
|
|
|
125
125
|
const _migaloo = __importStar(require("./migaloo"));
|
|
126
126
|
const _mirage = __importStar(require("./mirage"));
|
|
127
127
|
const _mtgbp = __importStar(require("./mtgbp"));
|
|
128
|
+
const _mucoin = __importStar(require("./mucoin"));
|
|
128
129
|
const _neutaro = __importStar(require("./neutaro"));
|
|
129
130
|
const _neutron = __importStar(require("./neutron"));
|
|
130
131
|
const _nibiru = __importStar(require("./nibiru"));
|
|
@@ -296,6 +297,7 @@ const ibcData = [
|
|
|
296
297
|
..._migaloo.ibcData,
|
|
297
298
|
..._mirage.ibcData,
|
|
298
299
|
..._mtgbp.ibcData,
|
|
300
|
+
..._mucoin.ibcData,
|
|
299
301
|
..._neutaro.ibcData,
|
|
300
302
|
..._neutron.ibcData,
|
|
301
303
|
..._nibiru.ibcData,
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../assetlist.schema.json',
|
|
5
|
+
chainName: 'mucoin',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'MUC is the native staking, governance and transaction fee token of the MuCoin blockchain.',
|
|
8
|
+
denomUnits: [{
|
|
9
|
+
denom: 'umuc',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'MUC',
|
|
13
|
+
exponent: 6
|
|
14
|
+
}],
|
|
15
|
+
typeAsset: 'sdk.coin',
|
|
16
|
+
base: 'umuc',
|
|
17
|
+
name: 'MuCoin',
|
|
18
|
+
display: 'MUC',
|
|
19
|
+
symbol: 'MUC',
|
|
20
|
+
images: [{
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mucoin/images/mucoin.png'
|
|
22
|
+
}],
|
|
23
|
+
socials: {
|
|
24
|
+
website: 'https://mucoin.org'
|
|
25
|
+
}
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
exports.default = info;
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../chain.schema.json',
|
|
5
|
+
chainName: 'mucoin',
|
|
6
|
+
status: 'live',
|
|
7
|
+
website: 'https://mucoin.org',
|
|
8
|
+
networkType: 'mainnet',
|
|
9
|
+
prettyName: 'MuCoin',
|
|
10
|
+
chainType: 'cosmos',
|
|
11
|
+
chainId: 'mucoin-1',
|
|
12
|
+
bech32Prefix: 'muc',
|
|
13
|
+
daemonName: 'mucoind',
|
|
14
|
+
nodeHome: '$HOME/.mucoin',
|
|
15
|
+
keyAlgos: ['secp256k1'],
|
|
16
|
+
slip44: 118,
|
|
17
|
+
description: 'MuCoin is a Cosmos SDK blockchain created for the MuCoin ecosystem and inspired by the world of MU Online.',
|
|
18
|
+
keywords: [
|
|
19
|
+
'mucoin',
|
|
20
|
+
'muc',
|
|
21
|
+
'cosmos',
|
|
22
|
+
'ibc',
|
|
23
|
+
'gaming',
|
|
24
|
+
'mu-online'
|
|
25
|
+
],
|
|
26
|
+
fees: {
|
|
27
|
+
feeTokens: [{
|
|
28
|
+
denom: 'umuc',
|
|
29
|
+
fixedMinGasPrice: 0.0025,
|
|
30
|
+
lowGasPrice: 0.0025,
|
|
31
|
+
averageGasPrice: 0.005,
|
|
32
|
+
highGasPrice: 0.01
|
|
33
|
+
}]
|
|
34
|
+
},
|
|
35
|
+
staking: {
|
|
36
|
+
stakingTokens: [{
|
|
37
|
+
denom: 'umuc'
|
|
38
|
+
}]
|
|
39
|
+
},
|
|
40
|
+
codebase: {
|
|
41
|
+
gitRepo: 'https://github.com/dasgrid/mucoin',
|
|
42
|
+
recommendedVersion: 'rewards-v0.7.0',
|
|
43
|
+
compatibleVersions: ['rewards-v0.7.0'],
|
|
44
|
+
consensus: {
|
|
45
|
+
type: 'cometbft',
|
|
46
|
+
version: 'v0.38.21'
|
|
47
|
+
},
|
|
48
|
+
language: {
|
|
49
|
+
type: 'go',
|
|
50
|
+
version: '1.26.5'
|
|
51
|
+
},
|
|
52
|
+
sdk: {
|
|
53
|
+
type: 'cosmos',
|
|
54
|
+
repo: 'https://github.com/cosmos/cosmos-sdk',
|
|
55
|
+
version: 'v0.53.6'
|
|
56
|
+
},
|
|
57
|
+
ibc: {
|
|
58
|
+
type: 'go',
|
|
59
|
+
version: 'v10.4.0',
|
|
60
|
+
icsEnabled: ['ics20-1']
|
|
61
|
+
},
|
|
62
|
+
genesis: {
|
|
63
|
+
name: 'mucoin-1',
|
|
64
|
+
genesisUrl: 'https://raw.githubusercontent.com/dasgrid/mucoin/main/networks/mucoin-1/genesis.json'
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
images: [{
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mucoin/images/mucoin.png'
|
|
69
|
+
}],
|
|
70
|
+
apis: {
|
|
71
|
+
rpc: [{
|
|
72
|
+
address: 'https://rpc.mucoin.org',
|
|
73
|
+
provider: 'MuCoin'
|
|
74
|
+
}],
|
|
75
|
+
rest: [{
|
|
76
|
+
address: 'https://rest.mucoin.org',
|
|
77
|
+
provider: 'MuCoin'
|
|
78
|
+
}]
|
|
79
|
+
}
|
|
80
|
+
};
|
|
81
|
+
exports.default = info;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [{
|
|
4
|
+
$schema: '../ibc_data.schema.json',
|
|
5
|
+
chain1: {
|
|
6
|
+
chainName: 'mucoin',
|
|
7
|
+
chainId: 'mucoin-1',
|
|
8
|
+
clientId: '07-tendermint-0',
|
|
9
|
+
connectionId: 'connection-0'
|
|
10
|
+
},
|
|
11
|
+
chain2: {
|
|
12
|
+
chainName: 'osmosis',
|
|
13
|
+
chainId: 'osmosis-1',
|
|
14
|
+
clientId: '07-tendermint-3729',
|
|
15
|
+
connectionId: 'connection-11080'
|
|
16
|
+
},
|
|
17
|
+
channels: [{
|
|
18
|
+
chain1: {
|
|
19
|
+
channelId: 'channel-0',
|
|
20
|
+
portId: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
chain2: {
|
|
23
|
+
channelId: 'channel-110556',
|
|
24
|
+
portId: 'transfer'
|
|
25
|
+
},
|
|
26
|
+
ordering: 'unordered',
|
|
27
|
+
version: 'ics20-1',
|
|
28
|
+
tags: {
|
|
29
|
+
preferred: true,
|
|
30
|
+
status: 'ACTIVE'
|
|
31
|
+
}
|
|
32
|
+
}]
|
|
33
|
+
}];
|
|
34
|
+
exports.default = info;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ibcData = exports.chain = exports.assetList = void 0;
|
|
7
|
+
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
const ibc_data_1 = __importDefault(require("./ibc-data"));
|
|
10
|
+
exports.assetList = asset_list_1.default;
|
|
11
|
+
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibcData = ibc_data_1.default;
|
|
@@ -3380,6 +3380,37 @@ const info = [
|
|
|
3380
3380
|
}
|
|
3381
3381
|
}]
|
|
3382
3382
|
},
|
|
3383
|
+
{
|
|
3384
|
+
$schema: '../ibc_data.schema.json',
|
|
3385
|
+
chain1: {
|
|
3386
|
+
chainName: 'mucoin',
|
|
3387
|
+
chainId: 'mucoin-1',
|
|
3388
|
+
clientId: '07-tendermint-0',
|
|
3389
|
+
connectionId: 'connection-0'
|
|
3390
|
+
},
|
|
3391
|
+
chain2: {
|
|
3392
|
+
chainName: 'osmosis',
|
|
3393
|
+
chainId: 'osmosis-1',
|
|
3394
|
+
clientId: '07-tendermint-3729',
|
|
3395
|
+
connectionId: 'connection-11080'
|
|
3396
|
+
},
|
|
3397
|
+
channels: [{
|
|
3398
|
+
chain1: {
|
|
3399
|
+
channelId: 'channel-0',
|
|
3400
|
+
portId: 'transfer'
|
|
3401
|
+
},
|
|
3402
|
+
chain2: {
|
|
3403
|
+
channelId: 'channel-110556',
|
|
3404
|
+
portId: 'transfer'
|
|
3405
|
+
},
|
|
3406
|
+
ordering: 'unordered',
|
|
3407
|
+
version: 'ics20-1',
|
|
3408
|
+
tags: {
|
|
3409
|
+
preferred: true,
|
|
3410
|
+
status: 'ACTIVE'
|
|
3411
|
+
}
|
|
3412
|
+
}]
|
|
3413
|
+
},
|
|
3383
3414
|
{
|
|
3384
3415
|
$schema: '../ibc_data.schema.json',
|
|
3385
3416
|
chain1: {
|
package/mainnet/terra2/chain.js
CHANGED
|
@@ -149,6 +149,10 @@ const info = {
|
|
|
149
149
|
{
|
|
150
150
|
address: 'https://terra-api.polkachu.com',
|
|
151
151
|
provider: 'Polkachu'
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
address: 'https://terra-phoenix-api.highstakes.ch',
|
|
155
|
+
provider: 'High Stakes 🇨🇭'
|
|
152
156
|
}
|
|
153
157
|
],
|
|
154
158
|
grpc: [
|
|
@@ -191,6 +195,10 @@ const info = {
|
|
|
191
195
|
{
|
|
192
196
|
address: 'terra-grpc.node39.top:443',
|
|
193
197
|
provider: 'Node39'
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
address: 'https://terra-phoenix-grpc.highstakes.ch',
|
|
201
|
+
provider: 'High Stakes 🇨🇭'
|
|
194
202
|
}
|
|
195
203
|
]
|
|
196
204
|
},
|
package/mainnet/union/chain.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.239",
|
|
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.239"
|
|
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": "d015f5adf507c0947bdc4888856044ee220cea9f"
|
|
43
43
|
}
|