chain-registry 1.69.221 → 1.69.223

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 (90) hide show
  1. package/esm/mainnet/althea/chain.js +14 -0
  2. package/esm/mainnet/arkeo/chain.js +14 -0
  3. package/esm/mainnet/babylon/assets.js +45 -0
  4. package/esm/mainnet/babylon/ibc.js +29 -0
  5. package/esm/mainnet/dungeon/ibc.js +28 -0
  6. package/esm/mainnet/elys/ibc.js +29 -0
  7. package/esm/mainnet/injective/assets.js +51 -0
  8. package/esm/mainnet/int3face/assets.js +34 -0
  9. package/esm/mainnet/kopi/ibc.js +29 -0
  10. package/esm/mainnet/milkyway/assets.js +8 -0
  11. package/esm/mainnet/milkyway/ibc.js +35 -3
  12. package/esm/mainnet/noble/ibc.js +29 -0
  13. package/esm/mainnet/osmosis/assets.js +73 -85
  14. package/esm/noncosmos/assets.js +2 -0
  15. package/esm/noncosmos/named.js +1 -0
  16. package/esm/noncosmos/xrpltestnet/assets.js +47 -0
  17. package/esm/noncosmos/xrpltestnet/index.js +2 -0
  18. package/esm/testnet/agoricdevnet/ibc.js +235 -0
  19. package/esm/testnet/agoricdevnet/index.js +2 -0
  20. package/esm/testnet/assets.js +2 -0
  21. package/esm/testnet/axelartestnet/ibc.js +29 -0
  22. package/esm/testnet/chains.js +2 -0
  23. package/esm/testnet/cosmosicsprovidertestnet/ibc.js +35 -3
  24. package/esm/testnet/elystestnet/ibc.js +29 -0
  25. package/esm/testnet/ibc.js +6 -0
  26. package/esm/testnet/int3facetestnet/assets.js +37 -1
  27. package/esm/testnet/int3facetestnet/ibc.js +31 -0
  28. package/esm/testnet/int3facetestnet/index.js +2 -0
  29. package/esm/testnet/named.js +1 -0
  30. package/esm/testnet/neutrontestnet/ibc.js +29 -0
  31. package/esm/testnet/nobletestnet/ibc.js +29 -0
  32. package/esm/testnet/osmosistestnet/assets.js +371 -0
  33. package/esm/testnet/osmosistestnet/ibc.js +59 -0
  34. package/esm/testnet/qubeticstestnet/assets.js +26 -0
  35. package/esm/testnet/qubeticstestnet/chain.js +65 -0
  36. package/esm/testnet/qubeticstestnet/index.js +4 -0
  37. package/esm/testnet/stridetestnet/ibc.js +30 -0
  38. package/esm/testnet/stridetestnet/index.js +2 -0
  39. package/mainnet/althea/chain.js +14 -0
  40. package/mainnet/arkeo/chain.js +14 -0
  41. package/mainnet/babylon/assets.js +45 -0
  42. package/mainnet/babylon/ibc.js +29 -0
  43. package/mainnet/dungeon/ibc.js +28 -0
  44. package/mainnet/elys/ibc.js +29 -0
  45. package/mainnet/injective/assets.js +51 -0
  46. package/mainnet/int3face/assets.js +34 -0
  47. package/mainnet/kopi/ibc.js +29 -0
  48. package/mainnet/milkyway/assets.js +8 -0
  49. package/mainnet/milkyway/ibc.js +35 -3
  50. package/mainnet/noble/ibc.js +29 -0
  51. package/mainnet/osmosis/assets.js +73 -85
  52. package/noncosmos/assets.js +2 -0
  53. package/noncosmos/named.d.ts +1 -0
  54. package/noncosmos/named.js +2 -1
  55. package/noncosmos/xrpltestnet/assets.d.ts +3 -0
  56. package/noncosmos/xrpltestnet/assets.js +49 -0
  57. package/noncosmos/xrpltestnet/index.d.ts +1 -0
  58. package/noncosmos/xrpltestnet/index.js +8 -0
  59. package/package.json +4 -4
  60. package/testnet/agoricdevnet/ibc.d.ts +3 -0
  61. package/testnet/agoricdevnet/ibc.js +237 -0
  62. package/testnet/agoricdevnet/index.d.ts +1 -0
  63. package/testnet/agoricdevnet/index.js +3 -1
  64. package/testnet/assets.js +2 -0
  65. package/testnet/axelartestnet/ibc.js +29 -0
  66. package/testnet/chains.js +2 -0
  67. package/testnet/cosmosicsprovidertestnet/ibc.js +35 -3
  68. package/testnet/elystestnet/ibc.js +29 -0
  69. package/testnet/ibc.js +6 -0
  70. package/testnet/int3facetestnet/assets.js +37 -1
  71. package/testnet/int3facetestnet/ibc.d.ts +3 -0
  72. package/testnet/int3facetestnet/ibc.js +33 -0
  73. package/testnet/int3facetestnet/index.d.ts +1 -0
  74. package/testnet/int3facetestnet/index.js +3 -1
  75. package/testnet/named.d.ts +1 -0
  76. package/testnet/named.js +3 -2
  77. package/testnet/neutrontestnet/ibc.js +29 -0
  78. package/testnet/nobletestnet/ibc.js +29 -0
  79. package/testnet/osmosistestnet/assets.js +371 -0
  80. package/testnet/osmosistestnet/ibc.js +59 -0
  81. package/testnet/qubeticstestnet/assets.d.ts +3 -0
  82. package/testnet/qubeticstestnet/assets.js +28 -0
  83. package/testnet/qubeticstestnet/chain.d.ts +3 -0
  84. package/testnet/qubeticstestnet/chain.js +67 -0
  85. package/testnet/qubeticstestnet/index.d.ts +2 -0
  86. package/testnet/qubeticstestnet/index.js +10 -0
  87. package/testnet/stridetestnet/ibc.d.ts +3 -0
  88. package/testnet/stridetestnet/ibc.js +32 -0
  89. package/testnet/stridetestnet/index.d.ts +1 -0
  90. package/testnet/stridetestnet/index.js +3 -1
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../../chain.schema.json',
5
+ chain_name: 'qubeticstestnet',
6
+ status: 'live',
7
+ network_type: 'testnet',
8
+ pretty_name: 'Qubetics Testnet',
9
+ chain_type: 'cosmos',
10
+ chain_id: 'qubetics_9029-1',
11
+ bech32_prefix: 'qubetics',
12
+ daemon_name: 'qubeticsd',
13
+ node_home: '$HOME/.tmp-qubeticsd',
14
+ key_algos: ['ethsecp256k1'],
15
+ extra_codecs: ['ethermint'],
16
+ slip44: 60,
17
+ fees: {
18
+ fee_tokens: [{
19
+ denom: 'tics',
20
+ low_gas_price: 20000000000,
21
+ average_gas_price: 25000000000,
22
+ high_gas_price: 40000000000
23
+ }]
24
+ },
25
+ staking: {
26
+ staking_tokens: [{
27
+ denom: 'tics'
28
+ }]
29
+ },
30
+ codebase: {
31
+ git_repo: 'https://github.com/Qubetics/qubetics-chain',
32
+ recommended_version: 'v0.0.1',
33
+ compatible_versions: ['v0.0.1'],
34
+ consensus: {
35
+ type: 'cometbft',
36
+ version: '0.37'
37
+ },
38
+ genesis: {
39
+ genesis_url: 'https://raw.githubusercontent.com/Qubetics/qubetics-testnet-script/refs/heads/main/genesis.json'
40
+ },
41
+ sdk: {
42
+ type: 'cosmos',
43
+ version: '0.47'
44
+ },
45
+ ibc: {
46
+ type: 'go',
47
+ version: 'v7.6.0'
48
+ }
49
+ },
50
+ apis: {
51
+ rpc: [{
52
+ address: 'https://tendermint-testnet.qubetics.work/',
53
+ provider: 'qubetics'
54
+ }],
55
+ rest: [{
56
+ address: 'https://swagger-testnet.qubetics.work/',
57
+ provider: 'qubetics'
58
+ }],
59
+ grpc: []
60
+ },
61
+ explorers: [{
62
+ kind: 'Qubetics Explorer',
63
+ url: 'https://testnet.qubetics.work/dashboard',
64
+ tx_page: 'https://testnet.qubetics.work/tx/${txHash}'
65
+ }]
66
+ };
67
+ exports.default = info;
@@ -0,0 +1,2 @@
1
+ export declare const assets: import("@chain-registry/types").AssetList;
2
+ export declare const chain: import("@chain-registry/types").Chain;
@@ -0,0 +1,10 @@
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.chain = exports.assets = void 0;
7
+ const assets_1 = __importDefault(require("./assets"));
8
+ const chain_1 = __importDefault(require("./chain"));
9
+ exports.assets = assets_1.default;
10
+ exports.chain = chain_1.default;
@@ -0,0 +1,3 @@
1
+ import { IBCInfo } from '@chain-registry/types';
2
+ declare const info: IBCInfo[];
3
+ export default info;
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = [{
4
+ $schema: '../../ibc_data.schema.json',
5
+ chain_1: {
6
+ chain_name: 'agoricdevnet',
7
+ client_id: '07-tendermint-15',
8
+ connection_id: 'connection-15'
9
+ },
10
+ chain_2: {
11
+ chain_name: 'stridetestnet',
12
+ client_id: '07-tendermint-68',
13
+ connection_id: 'connection-44'
14
+ },
15
+ channels: [{
16
+ chain_1: {
17
+ channel_id: 'channel-13',
18
+ port_id: 'transfer'
19
+ },
20
+ chain_2: {
21
+ channel_id: 'channel-60',
22
+ port_id: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ status: 'live',
28
+ preferred: true
29
+ }
30
+ }]
31
+ }];
32
+ exports.default = info;
@@ -1,2 +1,3 @@
1
1
  export declare const assets: import("@chain-registry/types").AssetList;
2
2
  export declare const chain: import("@chain-registry/types").Chain;
3
+ export declare const ibc: import("@chain-registry/types").IBCInfo[];
@@ -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.assets = void 0;
6
+ exports.ibc = exports.chain = exports.assets = void 0;
7
7
  const assets_1 = __importDefault(require("./assets"));
8
8
  const chain_1 = __importDefault(require("./chain"));
9
+ const ibc_1 = __importDefault(require("./ibc"));
9
10
  exports.assets = assets_1.default;
10
11
  exports.chain = chain_1.default;
12
+ exports.ibc = ibc_1.default;