chain-registry 2.0.201 → 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.
Files changed (41) hide show
  1. package/esm/mainnet/amitis/asset-list.js +32 -0
  2. package/esm/mainnet/amitis/chain.js +63 -0
  3. package/esm/mainnet/amitis/ibc-data.js +31 -0
  4. package/esm/mainnet/amitis/index.js +6 -0
  5. package/esm/mainnet/asset-lists.js +2 -0
  6. package/esm/mainnet/celestia/ibc-data.js +31 -0
  7. package/esm/mainnet/chains.js +2 -0
  8. package/esm/mainnet/coreum/asset-list.js +0 -1
  9. package/esm/mainnet/cosmoshub/ibc-data.js +31 -0
  10. package/esm/mainnet/ibc-data.js +4 -0
  11. package/esm/mainnet/injective/ibc-data.js +31 -0
  12. package/esm/mainnet/osmosis/ibc-data.js +30 -0
  13. package/esm/mainnet/thejaynetwork/asset-list.js +9 -6
  14. package/esm/mainnet/thejaynetwork/chain.js +61 -41
  15. package/esm/mainnet/thejaynetwork/ibc-data.js +96 -0
  16. package/esm/mainnet/thejaynetwork/index.js +2 -0
  17. package/esm/mainnet/zigchain/asset-list.js +49 -0
  18. package/mainnet/amitis/asset-list.d.ts +3 -0
  19. package/mainnet/amitis/asset-list.js +34 -0
  20. package/mainnet/amitis/chain.d.ts +3 -0
  21. package/mainnet/amitis/chain.js +65 -0
  22. package/mainnet/amitis/ibc-data.d.ts +3 -0
  23. package/mainnet/amitis/ibc-data.js +33 -0
  24. package/mainnet/amitis/index.d.ts +3 -0
  25. package/mainnet/amitis/index.js +12 -0
  26. package/mainnet/asset-lists.js +2 -0
  27. package/mainnet/celestia/ibc-data.js +31 -0
  28. package/mainnet/chains.js +2 -0
  29. package/mainnet/coreum/asset-list.js +0 -1
  30. package/mainnet/cosmoshub/ibc-data.js +31 -0
  31. package/mainnet/ibc-data.js +4 -0
  32. package/mainnet/injective/ibc-data.js +31 -0
  33. package/mainnet/osmosis/ibc-data.js +30 -0
  34. package/mainnet/thejaynetwork/asset-list.js +9 -6
  35. package/mainnet/thejaynetwork/chain.js +61 -41
  36. package/mainnet/thejaynetwork/ibc-data.d.ts +3 -0
  37. package/mainnet/thejaynetwork/ibc-data.js +98 -0
  38. package/mainnet/thejaynetwork/index.d.ts +1 -0
  39. package/mainnet/thejaynetwork/index.js +3 -1
  40. package/mainnet/zigchain/asset-list.js +49 -0
  41. package/package.json +3 -3
@@ -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: [{
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../assetlist.schema.json',
5
+ chainName: 'amitis',
6
+ assets: [{
7
+ description: 'The native token of the Amitis Network. AMTS powers the cooperative Layer 1 blockchain that returns 80% of transaction fees to users.',
8
+ typeAsset: 'sdk.coin',
9
+ denomUnits: [{
10
+ denom: 'uamts',
11
+ exponent: 0
12
+ }, {
13
+ denom: 'amts',
14
+ exponent: 6
15
+ }],
16
+ base: 'uamts',
17
+ name: 'Amitis',
18
+ display: 'amts',
19
+ symbol: 'AMTS',
20
+ logoURIs: {
21
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/amitis/images/amts.svg'
22
+ },
23
+ images: [{
24
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/amitis/images/amts.svg'
25
+ }],
26
+ keywords: [
27
+ 'native',
28
+ 'staking',
29
+ 'fee-rebate',
30
+ 'dex'
31
+ ]
32
+ }]
33
+ };
34
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ import { Chain } from '@chain-registry/types';
2
+ declare const info: Chain;
3
+ export default info;
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../chain.schema.json',
5
+ chainName: 'amitis',
6
+ chainType: 'cosmos',
7
+ status: 'live',
8
+ networkType: 'mainnet',
9
+ prettyName: 'Amitis Network',
10
+ chainId: 'amitis-network',
11
+ bech32Prefix: 'amitis',
12
+ daemonName: 'amisd',
13
+ nodeHome: '$HOME/.amitis',
14
+ keyAlgos: ['secp256k1'],
15
+ slip44: 118,
16
+ fees: {
17
+ feeTokens: [{
18
+ denom: 'uamts',
19
+ fixedMinGasPrice: 0,
20
+ lowGasPrice: 0.01,
21
+ averageGasPrice: 0.025,
22
+ highGasPrice: 0.04
23
+ }]
24
+ },
25
+ staking: {
26
+ stakingTokens: [{
27
+ denom: 'uamts'
28
+ }],
29
+ lockDuration: {
30
+ time: '1814400s'
31
+ }
32
+ },
33
+ codebase: {
34
+ gitRepo: 'https://github.com/amitis-network/amitis-network',
35
+ recommendedVersion: 'v1.0.0',
36
+ compatibleVersions: ['v1.0.0'],
37
+ consensus: {
38
+ type: 'cometbft',
39
+ version: '0.38.11'
40
+ },
41
+ genesis: {
42
+ genesisUrl: 'https://rpc.amitis.network/genesis'
43
+ }
44
+ },
45
+ description: 'Amitis Network is a cooperative Layer 1 blockchain built on the Cosmos SDK. Our philosophy is friendship through shared prosperity — the network returns 80% of transaction fees directly to users at the protocol level, making it one of the most user-aligned blockchains in the Cosmos ecosystem. Amitis features 21 fixed validator slots, a native DEX, and native liquid staking built directly into the protocol.',
46
+ apis: {
47
+ rpc: [{
48
+ address: 'https://rpc.amitis.network',
49
+ provider: 'Amitis Network'
50
+ }],
51
+ rest: [{
52
+ address: 'https://rest.amitis.network',
53
+ provider: 'Amitis Network'
54
+ }]
55
+ },
56
+ explorers: [],
57
+ keywords: [
58
+ 'cosmos',
59
+ 'fee-rebate',
60
+ 'dex',
61
+ 'cooperative',
62
+ 'layer1'
63
+ ]
64
+ };
65
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ import { IBCData } from '@chain-registry/types';
2
+ declare const info: IBCData[];
3
+ export default info;
@@ -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: 'amitis',
7
+ chainId: 'amitis-network',
8
+ clientId: '07-tendermint-0',
9
+ connectionId: 'connection-0'
10
+ },
11
+ chain2: {
12
+ chainName: 'osmosis',
13
+ chainId: 'osmosis-1',
14
+ clientId: '07-tendermint-3701',
15
+ connectionId: 'connection-11055'
16
+ },
17
+ channels: [{
18
+ chain1: {
19
+ channelId: 'channel-1',
20
+ portId: 'transfer'
21
+ },
22
+ chain2: {
23
+ channelId: 'channel-110089',
24
+ portId: 'transfer'
25
+ },
26
+ ordering: 'unordered',
27
+ version: 'ics20-1',
28
+ tags: {
29
+ preferred: true
30
+ }
31
+ }]
32
+ }];
33
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ export declare const assetList: import("@chain-registry/types").AssetList;
2
+ export declare const chain: import("@chain-registry/types").Chain;
3
+ export declare const ibcData: import("@chain-registry/types").IBCData[];
@@ -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;
@@ -37,6 +37,7 @@ const _aioz = __importStar(require("./aioz"));
37
37
  const _akash = __importStar(require("./akash"));
38
38
  const _allora = __importStar(require("./allora"));
39
39
  const _althea = __importStar(require("./althea"));
40
+ const _amitis = __importStar(require("./amitis"));
40
41
  const _andromeda = __importStar(require("./andromeda"));
41
42
  const _archway = __importStar(require("./archway"));
42
43
  const _arkeo = __importStar(require("./arkeo"));
@@ -272,6 +273,7 @@ const assetList = [
272
273
  _akash.assetList,
273
274
  _allora.assetList,
274
275
  _althea.assetList,
276
+ _amitis.assetList,
275
277
  _andromeda.assetList,
276
278
  _archway.assetList,
277
279
  _arkeo.assetList,
@@ -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: {
package/mainnet/chains.js CHANGED
@@ -37,6 +37,7 @@ const _aioz = __importStar(require("./aioz"));
37
37
  const _akash = __importStar(require("./akash"));
38
38
  const _allora = __importStar(require("./allora"));
39
39
  const _althea = __importStar(require("./althea"));
40
+ const _amitis = __importStar(require("./amitis"));
40
41
  const _andromeda = __importStar(require("./andromeda"));
41
42
  const _archway = __importStar(require("./archway"));
42
43
  const _arkeo = __importStar(require("./arkeo"));
@@ -272,6 +273,7 @@ const chains = [
272
273
  _akash.chain,
273
274
  _allora.chain,
274
275
  _althea.chain,
276
+ _amitis.chain,
275
277
  _andromeda.chain,
276
278
  _archway.chain,
277
279
  _arkeo.chain,
@@ -164,7 +164,6 @@ const info = {
164
164
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
165
165
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
166
166
  },
167
- coingeckoId: 'pulsara',
168
167
  keywords: [
169
168
  'dex',
170
169
  'staking',
@@ -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: {
@@ -33,6 +33,7 @@ const _agoric = __importStar(require("./agoric"));
33
33
  const _aioz = __importStar(require("./aioz"));
34
34
  const _akash = __importStar(require("./akash"));
35
35
  const _allora = __importStar(require("./allora"));
36
+ const _amitis = __importStar(require("./amitis"));
36
37
  const _andromeda = __importStar(require("./andromeda"));
37
38
  const _archway = __importStar(require("./archway"));
38
39
  const _arkeo = __importStar(require("./arkeo"));
@@ -193,6 +194,7 @@ const _teritori = __importStar(require("./teritori"));
193
194
  const _terra = __importStar(require("./terra"));
194
195
  const _terra2 = __importStar(require("./terra2"));
195
196
  const _tgrade = __importStar(require("./tgrade"));
197
+ const _thejaynetwork = __importStar(require("./thejaynetwork"));
196
198
  const _titan = __importStar(require("./titan"));
197
199
  const _umee = __importStar(require("./umee"));
198
200
  const _unification = __importStar(require("./unification"));
@@ -213,6 +215,7 @@ const ibcData = [
213
215
  ..._aioz.ibcData,
214
216
  ..._akash.ibcData,
215
217
  ..._allora.ibcData,
218
+ ..._amitis.ibcData,
216
219
  ..._andromeda.ibcData,
217
220
  ..._archway.ibcData,
218
221
  ..._arkeo.ibcData,
@@ -373,6 +376,7 @@ const ibcData = [
373
376
  ..._terra.ibcData,
374
377
  ..._terra2.ibcData,
375
378
  ..._tgrade.ibcData,
379
+ ..._thejaynetwork.ibcData,
376
380
  ..._titan.ibcData,
377
381
  ..._umee.ibcData,
378
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: {
@@ -187,6 +187,36 @@ const info = [
187
187
  }
188
188
  }]
189
189
  },
190
+ {
191
+ $schema: '../ibc_data.schema.json',
192
+ chain1: {
193
+ chainName: 'amitis',
194
+ chainId: 'amitis-network',
195
+ clientId: '07-tendermint-0',
196
+ connectionId: 'connection-0'
197
+ },
198
+ chain2: {
199
+ chainName: 'osmosis',
200
+ chainId: 'osmosis-1',
201
+ clientId: '07-tendermint-3701',
202
+ connectionId: 'connection-11055'
203
+ },
204
+ channels: [{
205
+ chain1: {
206
+ channelId: 'channel-1',
207
+ portId: 'transfer'
208
+ },
209
+ chain2: {
210
+ channelId: 'channel-110089',
211
+ portId: 'transfer'
212
+ },
213
+ ordering: 'unordered',
214
+ version: 'ics20-1',
215
+ tags: {
216
+ preferred: true
217
+ }
218
+ }]
219
+ },
190
220
  {
191
221
  $schema: '../ibc_data.schema.json',
192
222
  chain1: {
@@ -4,7 +4,7 @@ const info = {
4
4
  $schema: '../assetlist.schema.json',
5
5
  chainName: 'thejaynetwork',
6
6
  assets: [{
7
- description: 'The native staking and governance token of The Jay Network.',
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 Token',
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/thejaynetwork.png'
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/thejaynetwork.png'
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.0025,
21
- lowGasPrice: 0.0025,
20
+ fixedMinGasPrice: 0.005,
21
+ lowGasPrice: 0.01,
22
22
  averageGasPrice: 0.025,
23
- highGasPrice: 0.04
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.0.0',
34
- compatibleVersions: ['v1.0.0'],
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.19'
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,52 +49,65 @@ const info = {
42
49
  },
43
50
  ibc: {
44
51
  type: 'go',
45
- version: 'v10.4.0'
52
+ version: 'v10.5.0'
46
53
  },
47
- binaries: {
48
- "linux/amd64": 'https://github.com/bbtccore/thejaynetwork/releases/download/v1.0.0/jaynd-linux-amd64',
49
- "linux/arm64": 'https://github.com/bbtccore/thejaynetwork/releases/download/v1.0.0/jaynd-linux-arm64'
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/thejaynetwork.png'
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 providing fast, secure, and scalable infrastructure for decentralized applications.',
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
- rpc: [{
62
- address: 'https://jayscan.duckdns.org/rpc',
63
- provider: 'Jay Network'
64
- }, {
65
- address: 'http://34.67.101.201:26657',
66
- provider: 'Jay Network (direct)'
67
- }],
68
- rest: [{
69
- address: 'https://jayscan.duckdns.org/api',
70
- provider: 'Jay Network'
71
- }, {
72
- address: 'http://34.67.101.201:1317',
73
- provider: 'Jay Network (direct)'
74
- }],
65
+ rpc: [
66
+ {
67
+ address: 'https://thejaynetwork.com/rpc',
68
+ provider: 'The Jay Network'
69
+ },
70
+ {
71
+ address: 'http://152.53.195.74:26657',
72
+ provider: 'The Jay Network (Sentry)'
73
+ },
74
+ {
75
+ address: 'https://rpc-jay.onenov.xyz',
76
+ provider: 'OneNov'
77
+ }
78
+ ],
79
+ rest: [
80
+ {
81
+ address: 'https://thejaynetwork.com/rest',
82
+ provider: 'The Jay Network'
83
+ },
84
+ {
85
+ address: 'http://152.53.195.74:1317',
86
+ provider: 'The Jay Network (Sentry)'
87
+ },
88
+ {
89
+ address: 'https://api-jay.onenov.xyz',
90
+ provider: 'OneNov'
91
+ }
92
+ ],
75
93
  grpc: [{
76
- address: '34.67.101.201:9090',
77
- provider: 'Jay Network'
78
- }, {
79
- address: '34.171.203.84:9090',
80
- provider: 'Jay Network'
94
+ address: '152.53.195.74:9090',
95
+ provider: 'The Jay Network (Sentry)'
81
96
  }]
82
97
  },
83
98
  explorers: [{
84
- kind: 'Jayscan',
85
- url: 'https://jayscan.duckdns.org',
86
- txPage: 'https://jayscan.duckdns.org/?tx=${txHash}',
87
- accountPage: 'https://jayscan.duckdns.org/?account=${accountAddress}'
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}'
103
+ }, {
104
+ kind: 'Jay Network Explorer',
105
+ url: 'https://jay-explorer.onenov.xyz',
106
+ txPage: 'https://jay-explorer.onenov.xyz/transactions/${txHash}',
107
+ accountPage: 'https://jay-explorer.onenov.xyz/accounts/${accountAddress}'
88
108
  }],
89
109
  images: [{
90
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/thejaynetwork.png'
110
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/jay.png'
91
111
  }]
92
112
  };
93
113
  exports.default = info;
@@ -0,0 +1,3 @@
1
+ import { IBCData } from '@chain-registry/types';
2
+ declare const info: IBCData[];
3
+ export default info;