chain-registry 2.0.202 → 2.0.203
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/celestia/ibc-data.js +31 -0
- package/esm/mainnet/cosmoshub/ibc-data.js +31 -0
- package/esm/mainnet/ibc-data.js +2 -0
- package/esm/mainnet/injective/ibc-data.js +31 -0
- package/esm/mainnet/thejaynetwork/asset-list.js +9 -6
- package/esm/mainnet/thejaynetwork/chain.js +36 -35
- package/esm/mainnet/thejaynetwork/ibc-data.js +96 -0
- package/esm/mainnet/thejaynetwork/index.js +2 -0
- package/esm/mainnet/zigchain/asset-list.js +49 -0
- package/mainnet/celestia/ibc-data.js +31 -0
- package/mainnet/cosmoshub/ibc-data.js +31 -0
- package/mainnet/ibc-data.js +2 -0
- package/mainnet/injective/ibc-data.js +31 -0
- package/mainnet/thejaynetwork/asset-list.js +9 -6
- package/mainnet/thejaynetwork/chain.js +36 -35
- package/mainnet/thejaynetwork/ibc-data.d.ts +3 -0
- package/mainnet/thejaynetwork/ibc-data.js +98 -0
- package/mainnet/thejaynetwork/index.d.ts +1 -0
- package/mainnet/thejaynetwork/index.js +3 -1
- package/mainnet/zigchain/asset-list.js +49 -0
- package/package.json +3 -3
|
@@ -522,6 +522,37 @@ const info = [
|
|
|
522
522
|
}
|
|
523
523
|
}]
|
|
524
524
|
},
|
|
525
|
+
{
|
|
526
|
+
$schema: '../ibc_data.schema.json',
|
|
527
|
+
chain1: {
|
|
528
|
+
chainName: 'celestia',
|
|
529
|
+
chainId: 'celestia',
|
|
530
|
+
clientId: '07-tendermint-149',
|
|
531
|
+
connectionId: 'connection-102'
|
|
532
|
+
},
|
|
533
|
+
chain2: {
|
|
534
|
+
chainName: 'thejaynetwork',
|
|
535
|
+
chainId: 'thejaynetwork',
|
|
536
|
+
clientId: '07-tendermint-9',
|
|
537
|
+
connectionId: 'connection-1'
|
|
538
|
+
},
|
|
539
|
+
channels: [{
|
|
540
|
+
chain1: {
|
|
541
|
+
channelId: 'channel-277',
|
|
542
|
+
portId: 'transfer'
|
|
543
|
+
},
|
|
544
|
+
chain2: {
|
|
545
|
+
channelId: 'channel-2',
|
|
546
|
+
portId: 'transfer'
|
|
547
|
+
},
|
|
548
|
+
ordering: 'unordered',
|
|
549
|
+
version: 'ics20-1',
|
|
550
|
+
tags: {
|
|
551
|
+
preferred: true,
|
|
552
|
+
status: 'ACTIVE'
|
|
553
|
+
}
|
|
554
|
+
}]
|
|
555
|
+
},
|
|
525
556
|
{
|
|
526
557
|
$schema: '../ibc_data.schema.json',
|
|
527
558
|
chain1: {
|
|
@@ -2375,6 +2375,37 @@ const info = [
|
|
|
2375
2375
|
}
|
|
2376
2376
|
}]
|
|
2377
2377
|
},
|
|
2378
|
+
{
|
|
2379
|
+
$schema: '../ibc_data.schema.json',
|
|
2380
|
+
chain1: {
|
|
2381
|
+
chainName: 'cosmoshub',
|
|
2382
|
+
chainId: 'cosmoshub-4',
|
|
2383
|
+
clientId: '07-tendermint-1476',
|
|
2384
|
+
connectionId: 'connection-1265'
|
|
2385
|
+
},
|
|
2386
|
+
chain2: {
|
|
2387
|
+
chainName: 'thejaynetwork',
|
|
2388
|
+
chainId: 'thejaynetwork',
|
|
2389
|
+
clientId: '07-tendermint-8',
|
|
2390
|
+
connectionId: 'connection-0'
|
|
2391
|
+
},
|
|
2392
|
+
channels: [{
|
|
2393
|
+
chain1: {
|
|
2394
|
+
channelId: 'channel-1871',
|
|
2395
|
+
portId: 'transfer'
|
|
2396
|
+
},
|
|
2397
|
+
chain2: {
|
|
2398
|
+
channelId: 'channel-1',
|
|
2399
|
+
portId: 'transfer'
|
|
2400
|
+
},
|
|
2401
|
+
ordering: 'unordered',
|
|
2402
|
+
version: 'ics20-1',
|
|
2403
|
+
tags: {
|
|
2404
|
+
preferred: true,
|
|
2405
|
+
status: 'ACTIVE'
|
|
2406
|
+
}
|
|
2407
|
+
}]
|
|
2408
|
+
},
|
|
2378
2409
|
{
|
|
2379
2410
|
$schema: '../ibc_data.schema.json',
|
|
2380
2411
|
chain1: {
|
package/esm/mainnet/ibc-data.js
CHANGED
|
@@ -169,6 +169,7 @@ import * as _teritori from './teritori';
|
|
|
169
169
|
import * as _terra from './terra';
|
|
170
170
|
import * as _terra2 from './terra2';
|
|
171
171
|
import * as _tgrade from './tgrade';
|
|
172
|
+
import * as _thejaynetwork from './thejaynetwork';
|
|
172
173
|
import * as _titan from './titan';
|
|
173
174
|
import * as _umee from './umee';
|
|
174
175
|
import * as _unification from './unification';
|
|
@@ -350,6 +351,7 @@ const ibcData = [
|
|
|
350
351
|
..._terra.ibcData,
|
|
351
352
|
..._terra2.ibcData,
|
|
352
353
|
..._tgrade.ibcData,
|
|
354
|
+
..._thejaynetwork.ibcData,
|
|
353
355
|
..._titan.ibcData,
|
|
354
356
|
..._umee.ibcData,
|
|
355
357
|
..._unification.ibcData,
|
|
@@ -963,6 +963,37 @@ const info = [
|
|
|
963
963
|
}
|
|
964
964
|
}]
|
|
965
965
|
},
|
|
966
|
+
{
|
|
967
|
+
$schema: '../ibc_data.schema.json',
|
|
968
|
+
chain1: {
|
|
969
|
+
chainName: 'injective',
|
|
970
|
+
chainId: 'injective-1',
|
|
971
|
+
clientId: '07-tendermint-322',
|
|
972
|
+
connectionId: 'connection-328'
|
|
973
|
+
},
|
|
974
|
+
chain2: {
|
|
975
|
+
chainName: 'thejaynetwork',
|
|
976
|
+
chainId: 'thejaynetwork',
|
|
977
|
+
clientId: '07-tendermint-10',
|
|
978
|
+
connectionId: 'connection-2'
|
|
979
|
+
},
|
|
980
|
+
channels: [{
|
|
981
|
+
chain1: {
|
|
982
|
+
channelId: 'channel-450',
|
|
983
|
+
portId: 'transfer'
|
|
984
|
+
},
|
|
985
|
+
chain2: {
|
|
986
|
+
channelId: 'channel-3',
|
|
987
|
+
portId: 'transfer'
|
|
988
|
+
},
|
|
989
|
+
ordering: 'unordered',
|
|
990
|
+
version: 'ics20-1',
|
|
991
|
+
tags: {
|
|
992
|
+
preferred: true,
|
|
993
|
+
status: 'ACTIVE'
|
|
994
|
+
}
|
|
995
|
+
}]
|
|
996
|
+
},
|
|
966
997
|
{
|
|
967
998
|
$schema: '../ibc_data.schema.json',
|
|
968
999
|
chain1: {
|
|
@@ -2,7 +2,7 @@ const info = {
|
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chainName: 'thejaynetwork',
|
|
4
4
|
assets: [{
|
|
5
|
-
description: '
|
|
5
|
+
description: 'JAY is the native staking and governance token of The Jay Network.',
|
|
6
6
|
denomUnits: [{
|
|
7
7
|
denom: 'ujay',
|
|
8
8
|
exponent: 0
|
|
@@ -10,17 +10,20 @@ const info = {
|
|
|
10
10
|
denom: 'jay',
|
|
11
11
|
exponent: 6
|
|
12
12
|
}],
|
|
13
|
-
typeAsset: 'sdk.coin',
|
|
14
13
|
base: 'ujay',
|
|
15
|
-
name: 'Jay
|
|
14
|
+
name: 'Jay',
|
|
16
15
|
display: 'jay',
|
|
17
16
|
symbol: 'JAY',
|
|
18
17
|
logoURIs: {
|
|
19
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/
|
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/jay.png'
|
|
20
19
|
},
|
|
21
20
|
images: [{
|
|
22
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/
|
|
23
|
-
}]
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/jay.png'
|
|
22
|
+
}],
|
|
23
|
+
socials: {
|
|
24
|
+
website: 'https://thejaynetwork.com'
|
|
25
|
+
},
|
|
26
|
+
typeAsset: 'sdk.coin'
|
|
24
27
|
}]
|
|
25
28
|
};
|
|
26
29
|
export default info;
|
|
@@ -3,10 +3,10 @@ const info = {
|
|
|
3
3
|
chainName: 'thejaynetwork',
|
|
4
4
|
chainType: 'cosmos',
|
|
5
5
|
chainId: 'thejaynetwork',
|
|
6
|
+
website: 'https://thejaynetwork.com',
|
|
6
7
|
prettyName: 'The Jay Network',
|
|
7
8
|
status: 'live',
|
|
8
9
|
networkType: 'mainnet',
|
|
9
|
-
website: 'https://jaynwk.gt.tc',
|
|
10
10
|
bech32Prefix: 'yjay',
|
|
11
11
|
daemonName: 'jaynd',
|
|
12
12
|
nodeHome: '$HOME/.jayn',
|
|
@@ -15,10 +15,10 @@ const info = {
|
|
|
15
15
|
fees: {
|
|
16
16
|
feeTokens: [{
|
|
17
17
|
denom: 'ujay',
|
|
18
|
-
fixedMinGasPrice: 0.
|
|
19
|
-
lowGasPrice: 0.
|
|
18
|
+
fixedMinGasPrice: 0.005,
|
|
19
|
+
lowGasPrice: 0.01,
|
|
20
20
|
averageGasPrice: 0.025,
|
|
21
|
-
highGasPrice: 0.
|
|
21
|
+
highGasPrice: 0.03
|
|
22
22
|
}]
|
|
23
23
|
},
|
|
24
24
|
staking: {
|
|
@@ -28,11 +28,18 @@ const info = {
|
|
|
28
28
|
},
|
|
29
29
|
codebase: {
|
|
30
30
|
gitRepo: 'https://github.com/bbtccore/thejaynetwork',
|
|
31
|
-
recommendedVersion: 'v1.
|
|
32
|
-
compatibleVersions: ['v1.
|
|
31
|
+
recommendedVersion: 'v1.1.0',
|
|
32
|
+
compatibleVersions: ['v1.1.0'],
|
|
33
|
+
binaries: {
|
|
34
|
+
"linux/amd64": 'https://github.com/bbtccore/thejaynetwork/releases/download/v1.1.0/jaynd-linux-amd64.tar.gz',
|
|
35
|
+
"linux/arm64": 'https://github.com/bbtccore/thejaynetwork/releases/download/v1.1.0/jaynd-linux-arm64.tar.gz'
|
|
36
|
+
},
|
|
33
37
|
consensus: {
|
|
34
38
|
type: 'cometbft',
|
|
35
|
-
version: 'v0.38.
|
|
39
|
+
version: 'v0.38.21'
|
|
40
|
+
},
|
|
41
|
+
genesis: {
|
|
42
|
+
genesisUrl: 'https://raw.githubusercontent.com/bbtccore/thejaynetwork/master/genesis/genesis.json'
|
|
36
43
|
},
|
|
37
44
|
sdk: {
|
|
38
45
|
type: 'cosmos',
|
|
@@ -40,30 +47,27 @@ const info = {
|
|
|
40
47
|
},
|
|
41
48
|
ibc: {
|
|
42
49
|
type: 'go',
|
|
43
|
-
version: 'v10.
|
|
50
|
+
version: 'v10.5.0'
|
|
44
51
|
},
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
genesis: {
|
|
50
|
-
name: 'v1',
|
|
51
|
-
genesisUrl: 'https://raw.githubusercontent.com/bbtccore/thejaynetwork/master/genesis/genesis.json'
|
|
52
|
+
cosmwasm: {
|
|
53
|
+
version: 'v0.61.10',
|
|
54
|
+
repo: 'https://github.com/CosmWasm/wasmd',
|
|
55
|
+
tag: 'v0.61.10'
|
|
52
56
|
}
|
|
53
57
|
},
|
|
54
58
|
logoURIs: {
|
|
55
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/jay.png'
|
|
56
60
|
},
|
|
57
|
-
description: 'The Jay Network is a Cosmos SDK-based blockchain
|
|
61
|
+
description: 'The Jay Network is a Cosmos SDK-based blockchain with IBC interoperability, CosmWasm smart contracts, and cross-chain connectivity to Cosmos Hub, Celestia, and Injective.',
|
|
58
62
|
apis: {
|
|
59
63
|
rpc: [
|
|
60
64
|
{
|
|
61
|
-
address: 'https://
|
|
62
|
-
provider: 'Jay Network'
|
|
65
|
+
address: 'https://thejaynetwork.com/rpc',
|
|
66
|
+
provider: 'The Jay Network'
|
|
63
67
|
},
|
|
64
68
|
{
|
|
65
|
-
address: 'http://
|
|
66
|
-
provider: 'Jay Network (
|
|
69
|
+
address: 'http://152.53.195.74:26657',
|
|
70
|
+
provider: 'The Jay Network (Sentry)'
|
|
67
71
|
},
|
|
68
72
|
{
|
|
69
73
|
address: 'https://rpc-jay.onenov.xyz',
|
|
@@ -72,12 +76,12 @@ const info = {
|
|
|
72
76
|
],
|
|
73
77
|
rest: [
|
|
74
78
|
{
|
|
75
|
-
address: 'https://
|
|
76
|
-
provider: 'Jay Network'
|
|
79
|
+
address: 'https://thejaynetwork.com/rest',
|
|
80
|
+
provider: 'The Jay Network'
|
|
77
81
|
},
|
|
78
82
|
{
|
|
79
|
-
address: 'http://
|
|
80
|
-
provider: 'Jay Network (
|
|
83
|
+
address: 'http://152.53.195.74:1317',
|
|
84
|
+
provider: 'The Jay Network (Sentry)'
|
|
81
85
|
},
|
|
82
86
|
{
|
|
83
87
|
address: 'https://api-jay.onenov.xyz',
|
|
@@ -85,18 +89,15 @@ const info = {
|
|
|
85
89
|
}
|
|
86
90
|
],
|
|
87
91
|
grpc: [{
|
|
88
|
-
address: '
|
|
89
|
-
provider: 'Jay Network'
|
|
90
|
-
}, {
|
|
91
|
-
address: '34.171.203.84:9090',
|
|
92
|
-
provider: 'Jay Network'
|
|
92
|
+
address: '152.53.195.74:9090',
|
|
93
|
+
provider: 'The Jay Network (Sentry)'
|
|
93
94
|
}]
|
|
94
95
|
},
|
|
95
96
|
explorers: [{
|
|
96
|
-
kind: '
|
|
97
|
-
url: 'https://jayscan.
|
|
98
|
-
txPage: 'https://jayscan.
|
|
99
|
-
accountPage: 'https://jayscan.
|
|
97
|
+
kind: 'JayScan',
|
|
98
|
+
url: 'https://jayscan.thejaynetwork.com',
|
|
99
|
+
txPage: 'https://jayscan.thejaynetwork.com/tx/${txHash}',
|
|
100
|
+
accountPage: 'https://jayscan.thejaynetwork.com/account/${accountAddress}'
|
|
100
101
|
}, {
|
|
101
102
|
kind: 'Jay Network Explorer',
|
|
102
103
|
url: 'https://jay-explorer.onenov.xyz',
|
|
@@ -104,7 +105,7 @@ const info = {
|
|
|
104
105
|
accountPage: 'https://jay-explorer.onenov.xyz/accounts/${accountAddress}'
|
|
105
106
|
}],
|
|
106
107
|
images: [{
|
|
107
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/
|
|
108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/jay.png'
|
|
108
109
|
}]
|
|
109
110
|
};
|
|
110
111
|
export default info;
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
const info = [
|
|
2
|
+
{
|
|
3
|
+
$schema: '../ibc_data.schema.json',
|
|
4
|
+
chain1: {
|
|
5
|
+
chainName: 'celestia',
|
|
6
|
+
chainId: 'celestia',
|
|
7
|
+
clientId: '07-tendermint-149',
|
|
8
|
+
connectionId: 'connection-102'
|
|
9
|
+
},
|
|
10
|
+
chain2: {
|
|
11
|
+
chainName: 'thejaynetwork',
|
|
12
|
+
chainId: 'thejaynetwork',
|
|
13
|
+
clientId: '07-tendermint-9',
|
|
14
|
+
connectionId: 'connection-1'
|
|
15
|
+
},
|
|
16
|
+
channels: [{
|
|
17
|
+
chain1: {
|
|
18
|
+
channelId: 'channel-277',
|
|
19
|
+
portId: 'transfer'
|
|
20
|
+
},
|
|
21
|
+
chain2: {
|
|
22
|
+
channelId: 'channel-2',
|
|
23
|
+
portId: 'transfer'
|
|
24
|
+
},
|
|
25
|
+
ordering: 'unordered',
|
|
26
|
+
version: 'ics20-1',
|
|
27
|
+
tags: {
|
|
28
|
+
preferred: true,
|
|
29
|
+
status: 'ACTIVE'
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
$schema: '../ibc_data.schema.json',
|
|
35
|
+
chain1: {
|
|
36
|
+
chainName: 'cosmoshub',
|
|
37
|
+
chainId: 'cosmoshub-4',
|
|
38
|
+
clientId: '07-tendermint-1476',
|
|
39
|
+
connectionId: 'connection-1265'
|
|
40
|
+
},
|
|
41
|
+
chain2: {
|
|
42
|
+
chainName: 'thejaynetwork',
|
|
43
|
+
chainId: 'thejaynetwork',
|
|
44
|
+
clientId: '07-tendermint-8',
|
|
45
|
+
connectionId: 'connection-0'
|
|
46
|
+
},
|
|
47
|
+
channels: [{
|
|
48
|
+
chain1: {
|
|
49
|
+
channelId: 'channel-1871',
|
|
50
|
+
portId: 'transfer'
|
|
51
|
+
},
|
|
52
|
+
chain2: {
|
|
53
|
+
channelId: 'channel-1',
|
|
54
|
+
portId: 'transfer'
|
|
55
|
+
},
|
|
56
|
+
ordering: 'unordered',
|
|
57
|
+
version: 'ics20-1',
|
|
58
|
+
tags: {
|
|
59
|
+
preferred: true,
|
|
60
|
+
status: 'ACTIVE'
|
|
61
|
+
}
|
|
62
|
+
}]
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
$schema: '../ibc_data.schema.json',
|
|
66
|
+
chain1: {
|
|
67
|
+
chainName: 'injective',
|
|
68
|
+
chainId: 'injective-1',
|
|
69
|
+
clientId: '07-tendermint-322',
|
|
70
|
+
connectionId: 'connection-328'
|
|
71
|
+
},
|
|
72
|
+
chain2: {
|
|
73
|
+
chainName: 'thejaynetwork',
|
|
74
|
+
chainId: 'thejaynetwork',
|
|
75
|
+
clientId: '07-tendermint-10',
|
|
76
|
+
connectionId: 'connection-2'
|
|
77
|
+
},
|
|
78
|
+
channels: [{
|
|
79
|
+
chain1: {
|
|
80
|
+
channelId: 'channel-450',
|
|
81
|
+
portId: 'transfer'
|
|
82
|
+
},
|
|
83
|
+
chain2: {
|
|
84
|
+
channelId: 'channel-3',
|
|
85
|
+
portId: 'transfer'
|
|
86
|
+
},
|
|
87
|
+
ordering: 'unordered',
|
|
88
|
+
version: 'ics20-1',
|
|
89
|
+
tags: {
|
|
90
|
+
preferred: true,
|
|
91
|
+
status: 'ACTIVE'
|
|
92
|
+
}
|
|
93
|
+
}]
|
|
94
|
+
}
|
|
95
|
+
];
|
|
96
|
+
export default info;
|
|
@@ -487,6 +487,55 @@ const info = {
|
|
|
487
487
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
|
|
488
488
|
}]
|
|
489
489
|
},
|
|
490
|
+
{
|
|
491
|
+
description: 'Tether Gold on ZIGChain',
|
|
492
|
+
denomUnits: [{
|
|
493
|
+
denom: 'ibc/294719272CB20610F3C0173B0E14DD65F9D7F515548AB3F8373CC91F36357234',
|
|
494
|
+
exponent: 0
|
|
495
|
+
}, {
|
|
496
|
+
denom: 'xaut',
|
|
497
|
+
exponent: 6
|
|
498
|
+
}],
|
|
499
|
+
typeAsset: 'ics20',
|
|
500
|
+
base: 'ibc/294719272CB20610F3C0173B0E14DD65F9D7F515548AB3F8373CC91F36357234',
|
|
501
|
+
name: 'Tether Gold on ZIGChain',
|
|
502
|
+
display: 'xaut',
|
|
503
|
+
symbol: 'XAUt',
|
|
504
|
+
traces: [{
|
|
505
|
+
type: 'ibc-bridge',
|
|
506
|
+
counterparty: {
|
|
507
|
+
chainName: 'ethereum',
|
|
508
|
+
baseDenom: '0x68749665ff8d2d112fa859aa293f07a622782f38',
|
|
509
|
+
channelId: 'channel-0'
|
|
510
|
+
},
|
|
511
|
+
chain: {
|
|
512
|
+
channelId: '08-wasm-1369',
|
|
513
|
+
path: 'transfer/08-wasm-1369/0x68749665ff8d2d112fa859aa293f07a622782f38'
|
|
514
|
+
},
|
|
515
|
+
provider: 'Eureka'
|
|
516
|
+
}, {
|
|
517
|
+
type: 'ibc',
|
|
518
|
+
counterparty: {
|
|
519
|
+
chainName: 'cosmoshub',
|
|
520
|
+
baseDenom: 'ibc/A96C4DBCB7E36F8D265E92240510DB0F29F39CE4AAF52DBDE686E448BA447886',
|
|
521
|
+
channelId: 'channel-1555'
|
|
522
|
+
},
|
|
523
|
+
chain: {
|
|
524
|
+
channelId: 'channel-4',
|
|
525
|
+
path: 'transfer/channel-4/transfer/08-wasm-1369/0x68749665ff8d2d112fa859aa293f07a622782f38'
|
|
526
|
+
}
|
|
527
|
+
}],
|
|
528
|
+
logoURIs: {
|
|
529
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
530
|
+
},
|
|
531
|
+
images: [{
|
|
532
|
+
imageSync: {
|
|
533
|
+
chainName: 'ethereum',
|
|
534
|
+
baseDenom: '0x68749665ff8d2d112fa859aa293f07a622782f38'
|
|
535
|
+
},
|
|
536
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
537
|
+
}]
|
|
538
|
+
},
|
|
490
539
|
{
|
|
491
540
|
description: 'Stride Staked ATOM on ZIGChain',
|
|
492
541
|
denomUnits: [{
|
|
@@ -524,6 +524,37 @@ const info = [
|
|
|
524
524
|
}
|
|
525
525
|
}]
|
|
526
526
|
},
|
|
527
|
+
{
|
|
528
|
+
$schema: '../ibc_data.schema.json',
|
|
529
|
+
chain1: {
|
|
530
|
+
chainName: 'celestia',
|
|
531
|
+
chainId: 'celestia',
|
|
532
|
+
clientId: '07-tendermint-149',
|
|
533
|
+
connectionId: 'connection-102'
|
|
534
|
+
},
|
|
535
|
+
chain2: {
|
|
536
|
+
chainName: 'thejaynetwork',
|
|
537
|
+
chainId: 'thejaynetwork',
|
|
538
|
+
clientId: '07-tendermint-9',
|
|
539
|
+
connectionId: 'connection-1'
|
|
540
|
+
},
|
|
541
|
+
channels: [{
|
|
542
|
+
chain1: {
|
|
543
|
+
channelId: 'channel-277',
|
|
544
|
+
portId: 'transfer'
|
|
545
|
+
},
|
|
546
|
+
chain2: {
|
|
547
|
+
channelId: 'channel-2',
|
|
548
|
+
portId: 'transfer'
|
|
549
|
+
},
|
|
550
|
+
ordering: 'unordered',
|
|
551
|
+
version: 'ics20-1',
|
|
552
|
+
tags: {
|
|
553
|
+
preferred: true,
|
|
554
|
+
status: 'ACTIVE'
|
|
555
|
+
}
|
|
556
|
+
}]
|
|
557
|
+
},
|
|
527
558
|
{
|
|
528
559
|
$schema: '../ibc_data.schema.json',
|
|
529
560
|
chain1: {
|
|
@@ -2377,6 +2377,37 @@ const info = [
|
|
|
2377
2377
|
}
|
|
2378
2378
|
}]
|
|
2379
2379
|
},
|
|
2380
|
+
{
|
|
2381
|
+
$schema: '../ibc_data.schema.json',
|
|
2382
|
+
chain1: {
|
|
2383
|
+
chainName: 'cosmoshub',
|
|
2384
|
+
chainId: 'cosmoshub-4',
|
|
2385
|
+
clientId: '07-tendermint-1476',
|
|
2386
|
+
connectionId: 'connection-1265'
|
|
2387
|
+
},
|
|
2388
|
+
chain2: {
|
|
2389
|
+
chainName: 'thejaynetwork',
|
|
2390
|
+
chainId: 'thejaynetwork',
|
|
2391
|
+
clientId: '07-tendermint-8',
|
|
2392
|
+
connectionId: 'connection-0'
|
|
2393
|
+
},
|
|
2394
|
+
channels: [{
|
|
2395
|
+
chain1: {
|
|
2396
|
+
channelId: 'channel-1871',
|
|
2397
|
+
portId: 'transfer'
|
|
2398
|
+
},
|
|
2399
|
+
chain2: {
|
|
2400
|
+
channelId: 'channel-1',
|
|
2401
|
+
portId: 'transfer'
|
|
2402
|
+
},
|
|
2403
|
+
ordering: 'unordered',
|
|
2404
|
+
version: 'ics20-1',
|
|
2405
|
+
tags: {
|
|
2406
|
+
preferred: true,
|
|
2407
|
+
status: 'ACTIVE'
|
|
2408
|
+
}
|
|
2409
|
+
}]
|
|
2410
|
+
},
|
|
2380
2411
|
{
|
|
2381
2412
|
$schema: '../ibc_data.schema.json',
|
|
2382
2413
|
chain1: {
|
package/mainnet/ibc-data.js
CHANGED
|
@@ -194,6 +194,7 @@ const _teritori = __importStar(require("./teritori"));
|
|
|
194
194
|
const _terra = __importStar(require("./terra"));
|
|
195
195
|
const _terra2 = __importStar(require("./terra2"));
|
|
196
196
|
const _tgrade = __importStar(require("./tgrade"));
|
|
197
|
+
const _thejaynetwork = __importStar(require("./thejaynetwork"));
|
|
197
198
|
const _titan = __importStar(require("./titan"));
|
|
198
199
|
const _umee = __importStar(require("./umee"));
|
|
199
200
|
const _unification = __importStar(require("./unification"));
|
|
@@ -375,6 +376,7 @@ const ibcData = [
|
|
|
375
376
|
..._terra.ibcData,
|
|
376
377
|
..._terra2.ibcData,
|
|
377
378
|
..._tgrade.ibcData,
|
|
379
|
+
..._thejaynetwork.ibcData,
|
|
378
380
|
..._titan.ibcData,
|
|
379
381
|
..._umee.ibcData,
|
|
380
382
|
..._unification.ibcData,
|
|
@@ -965,6 +965,37 @@ const info = [
|
|
|
965
965
|
}
|
|
966
966
|
}]
|
|
967
967
|
},
|
|
968
|
+
{
|
|
969
|
+
$schema: '../ibc_data.schema.json',
|
|
970
|
+
chain1: {
|
|
971
|
+
chainName: 'injective',
|
|
972
|
+
chainId: 'injective-1',
|
|
973
|
+
clientId: '07-tendermint-322',
|
|
974
|
+
connectionId: 'connection-328'
|
|
975
|
+
},
|
|
976
|
+
chain2: {
|
|
977
|
+
chainName: 'thejaynetwork',
|
|
978
|
+
chainId: 'thejaynetwork',
|
|
979
|
+
clientId: '07-tendermint-10',
|
|
980
|
+
connectionId: 'connection-2'
|
|
981
|
+
},
|
|
982
|
+
channels: [{
|
|
983
|
+
chain1: {
|
|
984
|
+
channelId: 'channel-450',
|
|
985
|
+
portId: 'transfer'
|
|
986
|
+
},
|
|
987
|
+
chain2: {
|
|
988
|
+
channelId: 'channel-3',
|
|
989
|
+
portId: 'transfer'
|
|
990
|
+
},
|
|
991
|
+
ordering: 'unordered',
|
|
992
|
+
version: 'ics20-1',
|
|
993
|
+
tags: {
|
|
994
|
+
preferred: true,
|
|
995
|
+
status: 'ACTIVE'
|
|
996
|
+
}
|
|
997
|
+
}]
|
|
998
|
+
},
|
|
968
999
|
{
|
|
969
1000
|
$schema: '../ibc_data.schema.json',
|
|
970
1001
|
chain1: {
|
|
@@ -4,7 +4,7 @@ const info = {
|
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chainName: 'thejaynetwork',
|
|
6
6
|
assets: [{
|
|
7
|
-
description: '
|
|
7
|
+
description: 'JAY is the native staking and governance token of The Jay Network.',
|
|
8
8
|
denomUnits: [{
|
|
9
9
|
denom: 'ujay',
|
|
10
10
|
exponent: 0
|
|
@@ -12,17 +12,20 @@ const info = {
|
|
|
12
12
|
denom: 'jay',
|
|
13
13
|
exponent: 6
|
|
14
14
|
}],
|
|
15
|
-
typeAsset: 'sdk.coin',
|
|
16
15
|
base: 'ujay',
|
|
17
|
-
name: 'Jay
|
|
16
|
+
name: 'Jay',
|
|
18
17
|
display: 'jay',
|
|
19
18
|
symbol: 'JAY',
|
|
20
19
|
logoURIs: {
|
|
21
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/jay.png'
|
|
22
21
|
},
|
|
23
22
|
images: [{
|
|
24
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/
|
|
25
|
-
}]
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/jay.png'
|
|
24
|
+
}],
|
|
25
|
+
socials: {
|
|
26
|
+
website: 'https://thejaynetwork.com'
|
|
27
|
+
},
|
|
28
|
+
typeAsset: 'sdk.coin'
|
|
26
29
|
}]
|
|
27
30
|
};
|
|
28
31
|
exports.default = info;
|
|
@@ -5,10 +5,10 @@ const info = {
|
|
|
5
5
|
chainName: 'thejaynetwork',
|
|
6
6
|
chainType: 'cosmos',
|
|
7
7
|
chainId: 'thejaynetwork',
|
|
8
|
+
website: 'https://thejaynetwork.com',
|
|
8
9
|
prettyName: 'The Jay Network',
|
|
9
10
|
status: 'live',
|
|
10
11
|
networkType: 'mainnet',
|
|
11
|
-
website: 'https://jaynwk.gt.tc',
|
|
12
12
|
bech32Prefix: 'yjay',
|
|
13
13
|
daemonName: 'jaynd',
|
|
14
14
|
nodeHome: '$HOME/.jayn',
|
|
@@ -17,10 +17,10 @@ const info = {
|
|
|
17
17
|
fees: {
|
|
18
18
|
feeTokens: [{
|
|
19
19
|
denom: 'ujay',
|
|
20
|
-
fixedMinGasPrice: 0.
|
|
21
|
-
lowGasPrice: 0.
|
|
20
|
+
fixedMinGasPrice: 0.005,
|
|
21
|
+
lowGasPrice: 0.01,
|
|
22
22
|
averageGasPrice: 0.025,
|
|
23
|
-
highGasPrice: 0.
|
|
23
|
+
highGasPrice: 0.03
|
|
24
24
|
}]
|
|
25
25
|
},
|
|
26
26
|
staking: {
|
|
@@ -30,11 +30,18 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
gitRepo: 'https://github.com/bbtccore/thejaynetwork',
|
|
33
|
-
recommendedVersion: 'v1.
|
|
34
|
-
compatibleVersions: ['v1.
|
|
33
|
+
recommendedVersion: 'v1.1.0',
|
|
34
|
+
compatibleVersions: ['v1.1.0'],
|
|
35
|
+
binaries: {
|
|
36
|
+
"linux/amd64": 'https://github.com/bbtccore/thejaynetwork/releases/download/v1.1.0/jaynd-linux-amd64.tar.gz',
|
|
37
|
+
"linux/arm64": 'https://github.com/bbtccore/thejaynetwork/releases/download/v1.1.0/jaynd-linux-arm64.tar.gz'
|
|
38
|
+
},
|
|
35
39
|
consensus: {
|
|
36
40
|
type: 'cometbft',
|
|
37
|
-
version: 'v0.38.
|
|
41
|
+
version: 'v0.38.21'
|
|
42
|
+
},
|
|
43
|
+
genesis: {
|
|
44
|
+
genesisUrl: 'https://raw.githubusercontent.com/bbtccore/thejaynetwork/master/genesis/genesis.json'
|
|
38
45
|
},
|
|
39
46
|
sdk: {
|
|
40
47
|
type: 'cosmos',
|
|
@@ -42,30 +49,27 @@ const info = {
|
|
|
42
49
|
},
|
|
43
50
|
ibc: {
|
|
44
51
|
type: 'go',
|
|
45
|
-
version: 'v10.
|
|
52
|
+
version: 'v10.5.0'
|
|
46
53
|
},
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
genesis: {
|
|
52
|
-
name: 'v1',
|
|
53
|
-
genesisUrl: 'https://raw.githubusercontent.com/bbtccore/thejaynetwork/master/genesis/genesis.json'
|
|
54
|
+
cosmwasm: {
|
|
55
|
+
version: 'v0.61.10',
|
|
56
|
+
repo: 'https://github.com/CosmWasm/wasmd',
|
|
57
|
+
tag: 'v0.61.10'
|
|
54
58
|
}
|
|
55
59
|
},
|
|
56
60
|
logoURIs: {
|
|
57
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/jay.png'
|
|
58
62
|
},
|
|
59
|
-
description: 'The Jay Network is a Cosmos SDK-based blockchain
|
|
63
|
+
description: 'The Jay Network is a Cosmos SDK-based blockchain with IBC interoperability, CosmWasm smart contracts, and cross-chain connectivity to Cosmos Hub, Celestia, and Injective.',
|
|
60
64
|
apis: {
|
|
61
65
|
rpc: [
|
|
62
66
|
{
|
|
63
|
-
address: 'https://
|
|
64
|
-
provider: 'Jay Network'
|
|
67
|
+
address: 'https://thejaynetwork.com/rpc',
|
|
68
|
+
provider: 'The Jay Network'
|
|
65
69
|
},
|
|
66
70
|
{
|
|
67
|
-
address: 'http://
|
|
68
|
-
provider: 'Jay Network (
|
|
71
|
+
address: 'http://152.53.195.74:26657',
|
|
72
|
+
provider: 'The Jay Network (Sentry)'
|
|
69
73
|
},
|
|
70
74
|
{
|
|
71
75
|
address: 'https://rpc-jay.onenov.xyz',
|
|
@@ -74,12 +78,12 @@ const info = {
|
|
|
74
78
|
],
|
|
75
79
|
rest: [
|
|
76
80
|
{
|
|
77
|
-
address: 'https://
|
|
78
|
-
provider: 'Jay Network'
|
|
81
|
+
address: 'https://thejaynetwork.com/rest',
|
|
82
|
+
provider: 'The Jay Network'
|
|
79
83
|
},
|
|
80
84
|
{
|
|
81
|
-
address: 'http://
|
|
82
|
-
provider: 'Jay Network (
|
|
85
|
+
address: 'http://152.53.195.74:1317',
|
|
86
|
+
provider: 'The Jay Network (Sentry)'
|
|
83
87
|
},
|
|
84
88
|
{
|
|
85
89
|
address: 'https://api-jay.onenov.xyz',
|
|
@@ -87,18 +91,15 @@ const info = {
|
|
|
87
91
|
}
|
|
88
92
|
],
|
|
89
93
|
grpc: [{
|
|
90
|
-
address: '
|
|
91
|
-
provider: 'Jay Network'
|
|
92
|
-
}, {
|
|
93
|
-
address: '34.171.203.84:9090',
|
|
94
|
-
provider: 'Jay Network'
|
|
94
|
+
address: '152.53.195.74:9090',
|
|
95
|
+
provider: 'The Jay Network (Sentry)'
|
|
95
96
|
}]
|
|
96
97
|
},
|
|
97
98
|
explorers: [{
|
|
98
|
-
kind: '
|
|
99
|
-
url: 'https://jayscan.
|
|
100
|
-
txPage: 'https://jayscan.
|
|
101
|
-
accountPage: 'https://jayscan.
|
|
99
|
+
kind: 'JayScan',
|
|
100
|
+
url: 'https://jayscan.thejaynetwork.com',
|
|
101
|
+
txPage: 'https://jayscan.thejaynetwork.com/tx/${txHash}',
|
|
102
|
+
accountPage: 'https://jayscan.thejaynetwork.com/account/${accountAddress}'
|
|
102
103
|
}, {
|
|
103
104
|
kind: 'Jay Network Explorer',
|
|
104
105
|
url: 'https://jay-explorer.onenov.xyz',
|
|
@@ -106,7 +107,7 @@ const info = {
|
|
|
106
107
|
accountPage: 'https://jay-explorer.onenov.xyz/accounts/${accountAddress}'
|
|
107
108
|
}],
|
|
108
109
|
images: [{
|
|
109
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/
|
|
110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/jay.png'
|
|
110
111
|
}]
|
|
111
112
|
};
|
|
112
113
|
exports.default = info;
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [
|
|
4
|
+
{
|
|
5
|
+
$schema: '../ibc_data.schema.json',
|
|
6
|
+
chain1: {
|
|
7
|
+
chainName: 'celestia',
|
|
8
|
+
chainId: 'celestia',
|
|
9
|
+
clientId: '07-tendermint-149',
|
|
10
|
+
connectionId: 'connection-102'
|
|
11
|
+
},
|
|
12
|
+
chain2: {
|
|
13
|
+
chainName: 'thejaynetwork',
|
|
14
|
+
chainId: 'thejaynetwork',
|
|
15
|
+
clientId: '07-tendermint-9',
|
|
16
|
+
connectionId: 'connection-1'
|
|
17
|
+
},
|
|
18
|
+
channels: [{
|
|
19
|
+
chain1: {
|
|
20
|
+
channelId: 'channel-277',
|
|
21
|
+
portId: 'transfer'
|
|
22
|
+
},
|
|
23
|
+
chain2: {
|
|
24
|
+
channelId: 'channel-2',
|
|
25
|
+
portId: 'transfer'
|
|
26
|
+
},
|
|
27
|
+
ordering: 'unordered',
|
|
28
|
+
version: 'ics20-1',
|
|
29
|
+
tags: {
|
|
30
|
+
preferred: true,
|
|
31
|
+
status: 'ACTIVE'
|
|
32
|
+
}
|
|
33
|
+
}]
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
$schema: '../ibc_data.schema.json',
|
|
37
|
+
chain1: {
|
|
38
|
+
chainName: 'cosmoshub',
|
|
39
|
+
chainId: 'cosmoshub-4',
|
|
40
|
+
clientId: '07-tendermint-1476',
|
|
41
|
+
connectionId: 'connection-1265'
|
|
42
|
+
},
|
|
43
|
+
chain2: {
|
|
44
|
+
chainName: 'thejaynetwork',
|
|
45
|
+
chainId: 'thejaynetwork',
|
|
46
|
+
clientId: '07-tendermint-8',
|
|
47
|
+
connectionId: 'connection-0'
|
|
48
|
+
},
|
|
49
|
+
channels: [{
|
|
50
|
+
chain1: {
|
|
51
|
+
channelId: 'channel-1871',
|
|
52
|
+
portId: 'transfer'
|
|
53
|
+
},
|
|
54
|
+
chain2: {
|
|
55
|
+
channelId: 'channel-1',
|
|
56
|
+
portId: 'transfer'
|
|
57
|
+
},
|
|
58
|
+
ordering: 'unordered',
|
|
59
|
+
version: 'ics20-1',
|
|
60
|
+
tags: {
|
|
61
|
+
preferred: true,
|
|
62
|
+
status: 'ACTIVE'
|
|
63
|
+
}
|
|
64
|
+
}]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
$schema: '../ibc_data.schema.json',
|
|
68
|
+
chain1: {
|
|
69
|
+
chainName: 'injective',
|
|
70
|
+
chainId: 'injective-1',
|
|
71
|
+
clientId: '07-tendermint-322',
|
|
72
|
+
connectionId: 'connection-328'
|
|
73
|
+
},
|
|
74
|
+
chain2: {
|
|
75
|
+
chainName: 'thejaynetwork',
|
|
76
|
+
chainId: 'thejaynetwork',
|
|
77
|
+
clientId: '07-tendermint-10',
|
|
78
|
+
connectionId: 'connection-2'
|
|
79
|
+
},
|
|
80
|
+
channels: [{
|
|
81
|
+
chain1: {
|
|
82
|
+
channelId: 'channel-450',
|
|
83
|
+
portId: 'transfer'
|
|
84
|
+
},
|
|
85
|
+
chain2: {
|
|
86
|
+
channelId: 'channel-3',
|
|
87
|
+
portId: 'transfer'
|
|
88
|
+
},
|
|
89
|
+
ordering: 'unordered',
|
|
90
|
+
version: 'ics20-1',
|
|
91
|
+
tags: {
|
|
92
|
+
preferred: true,
|
|
93
|
+
status: 'ACTIVE'
|
|
94
|
+
}
|
|
95
|
+
}]
|
|
96
|
+
}
|
|
97
|
+
];
|
|
98
|
+
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;
|
|
@@ -489,6 +489,55 @@ const info = {
|
|
|
489
489
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eurc.png'
|
|
490
490
|
}]
|
|
491
491
|
},
|
|
492
|
+
{
|
|
493
|
+
description: 'Tether Gold on ZIGChain',
|
|
494
|
+
denomUnits: [{
|
|
495
|
+
denom: 'ibc/294719272CB20610F3C0173B0E14DD65F9D7F515548AB3F8373CC91F36357234',
|
|
496
|
+
exponent: 0
|
|
497
|
+
}, {
|
|
498
|
+
denom: 'xaut',
|
|
499
|
+
exponent: 6
|
|
500
|
+
}],
|
|
501
|
+
typeAsset: 'ics20',
|
|
502
|
+
base: 'ibc/294719272CB20610F3C0173B0E14DD65F9D7F515548AB3F8373CC91F36357234',
|
|
503
|
+
name: 'Tether Gold on ZIGChain',
|
|
504
|
+
display: 'xaut',
|
|
505
|
+
symbol: 'XAUt',
|
|
506
|
+
traces: [{
|
|
507
|
+
type: 'ibc-bridge',
|
|
508
|
+
counterparty: {
|
|
509
|
+
chainName: 'ethereum',
|
|
510
|
+
baseDenom: '0x68749665ff8d2d112fa859aa293f07a622782f38',
|
|
511
|
+
channelId: 'channel-0'
|
|
512
|
+
},
|
|
513
|
+
chain: {
|
|
514
|
+
channelId: '08-wasm-1369',
|
|
515
|
+
path: 'transfer/08-wasm-1369/0x68749665ff8d2d112fa859aa293f07a622782f38'
|
|
516
|
+
},
|
|
517
|
+
provider: 'Eureka'
|
|
518
|
+
}, {
|
|
519
|
+
type: 'ibc',
|
|
520
|
+
counterparty: {
|
|
521
|
+
chainName: 'cosmoshub',
|
|
522
|
+
baseDenom: 'ibc/A96C4DBCB7E36F8D265E92240510DB0F29F39CE4AAF52DBDE686E448BA447886',
|
|
523
|
+
channelId: 'channel-1555'
|
|
524
|
+
},
|
|
525
|
+
chain: {
|
|
526
|
+
channelId: 'channel-4',
|
|
527
|
+
path: 'transfer/channel-4/transfer/08-wasm-1369/0x68749665ff8d2d112fa859aa293f07a622782f38'
|
|
528
|
+
}
|
|
529
|
+
}],
|
|
530
|
+
logoURIs: {
|
|
531
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
532
|
+
},
|
|
533
|
+
images: [{
|
|
534
|
+
imageSync: {
|
|
535
|
+
chainName: 'ethereum',
|
|
536
|
+
baseDenom: '0x68749665ff8d2d112fa859aa293f07a622782f38'
|
|
537
|
+
},
|
|
538
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
539
|
+
}]
|
|
540
|
+
},
|
|
492
541
|
{
|
|
493
542
|
description: 'Stride Staked ATOM on ZIGChain',
|
|
494
543
|
denomUnits: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.203",
|
|
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.203"
|
|
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": "b121fad05b79ecb3ab00f07f33a11bafcf2a2be7"
|
|
43
43
|
}
|