chain-registry 1.69.66 → 1.69.68

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 (87) hide show
  1. package/esm/mainnet/akash/ibc.js +29 -0
  2. package/esm/mainnet/axelar/ibc.js +29 -0
  3. package/esm/mainnet/beezee/assets.js +37 -0
  4. package/esm/mainnet/celestia/ibc.js +29 -0
  5. package/esm/mainnet/chihuahua/assets.js +31 -0
  6. package/esm/mainnet/composable/chain.js +8 -3
  7. package/esm/mainnet/cosmoshub/chain.js +8 -0
  8. package/esm/mainnet/cosmoshub/ibc.js +44 -0
  9. package/esm/mainnet/dungeon/chain.js +0 -8
  10. package/esm/mainnet/elys/chain.js +84 -0
  11. package/esm/mainnet/elys/ibc.js +192 -0
  12. package/esm/mainnet/elys/index.js +2 -0
  13. package/esm/mainnet/empowerchain/chain.js +18 -0
  14. package/esm/mainnet/fetchhub/assets.js +6 -0
  15. package/esm/mainnet/gitopia/chain.js +6 -6
  16. package/esm/mainnet/ibc.js +2 -0
  17. package/esm/mainnet/jackal/chain.js +4 -0
  18. package/esm/mainnet/kopi/chain.js +6 -6
  19. package/esm/mainnet/neutron/chain.js +8 -0
  20. package/esm/mainnet/noble/ibc.js +29 -0
  21. package/esm/mainnet/osmosis/ibc.js +29 -0
  22. package/esm/mainnet/pryzm/assets.js +375 -7
  23. package/esm/mainnet/realio/chain.js +14 -0
  24. package/esm/mainnet/source/chain.js +12 -8
  25. package/esm/mainnet/titan/chain.js +2 -2
  26. package/esm/mainnet/xion/chain.js +0 -14
  27. package/esm/mainnet/zetachain/chain.js +12 -0
  28. package/esm/testnet/assets.js +2 -0
  29. package/esm/testnet/chains.js +2 -0
  30. package/esm/testnet/cosmoshubtestnet/ibc.js +19 -47
  31. package/esm/testnet/dymensiontestnet1/assets.js +62 -0
  32. package/esm/testnet/dymensiontestnet1/chain.js +46 -0
  33. package/esm/testnet/dymensiontestnet1/index.js +4 -0
  34. package/esm/testnet/elystestnet/ibc.js +2 -2
  35. package/esm/testnet/manifesttestnet/chain.js +9 -15
  36. package/esm/testnet/named.js +1 -0
  37. package/esm/testnet/nobletestnet/ibc.js +1 -1
  38. package/esm/testnet/sourcetestnet/chain.js +0 -11
  39. package/esm/testnet/symphonytestnet/ibc.js +0 -28
  40. package/esm/testnet/titantestnet/assets.js +42 -3
  41. package/mainnet/akash/ibc.js +29 -0
  42. package/mainnet/axelar/ibc.js +29 -0
  43. package/mainnet/beezee/assets.js +37 -0
  44. package/mainnet/celestia/ibc.js +29 -0
  45. package/mainnet/chihuahua/assets.js +31 -0
  46. package/mainnet/composable/chain.js +8 -3
  47. package/mainnet/cosmoshub/chain.js +8 -0
  48. package/mainnet/cosmoshub/ibc.js +44 -0
  49. package/mainnet/dungeon/chain.js +0 -8
  50. package/mainnet/elys/chain.js +84 -0
  51. package/mainnet/elys/ibc.d.ts +3 -0
  52. package/mainnet/elys/ibc.js +194 -0
  53. package/mainnet/elys/index.d.ts +1 -0
  54. package/mainnet/elys/index.js +3 -1
  55. package/mainnet/empowerchain/chain.js +18 -0
  56. package/mainnet/fetchhub/assets.js +6 -0
  57. package/mainnet/gitopia/chain.js +6 -6
  58. package/mainnet/ibc.js +2 -0
  59. package/mainnet/jackal/chain.js +4 -0
  60. package/mainnet/kopi/chain.js +6 -6
  61. package/mainnet/neutron/chain.js +8 -0
  62. package/mainnet/noble/ibc.js +29 -0
  63. package/mainnet/osmosis/ibc.js +29 -0
  64. package/mainnet/pryzm/assets.js +375 -7
  65. package/mainnet/realio/chain.js +14 -0
  66. package/mainnet/source/chain.js +12 -8
  67. package/mainnet/titan/chain.js +2 -2
  68. package/mainnet/xion/chain.js +0 -14
  69. package/mainnet/zetachain/chain.js +12 -0
  70. package/package.json +4 -4
  71. package/testnet/assets.js +2 -0
  72. package/testnet/chains.js +2 -0
  73. package/testnet/cosmoshubtestnet/ibc.js +19 -47
  74. package/testnet/dymensiontestnet1/assets.d.ts +3 -0
  75. package/testnet/dymensiontestnet1/assets.js +64 -0
  76. package/testnet/dymensiontestnet1/chain.d.ts +3 -0
  77. package/testnet/dymensiontestnet1/chain.js +48 -0
  78. package/testnet/dymensiontestnet1/index.d.ts +2 -0
  79. package/testnet/dymensiontestnet1/index.js +10 -0
  80. package/testnet/elystestnet/ibc.js +2 -2
  81. package/testnet/manifesttestnet/chain.js +9 -15
  82. package/testnet/named.d.ts +1 -0
  83. package/testnet/named.js +4 -3
  84. package/testnet/nobletestnet/ibc.js +1 -1
  85. package/testnet/sourcetestnet/chain.js +0 -11
  86. package/testnet/symphonytestnet/ibc.js +0 -28
  87. package/testnet/titantestnet/assets.js +42 -3
@@ -51,10 +51,6 @@ const info = {
51
51
  address: 'https://xion-mainnet-rpc.autostake.com:443',
52
52
  provider: 'AutoStake 🛡️ Slash Protected'
53
53
  },
54
- {
55
- address: 'https://xion_mainnet_rpc.chain.whenmoonwhenlambo.money',
56
- provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
57
- },
58
54
  {
59
55
  address: 'https://rpc.xion.nodestake.org',
60
56
  provider: 'NodeStake'
@@ -81,10 +77,6 @@ const info = {
81
77
  address: 'https://xion-mainnet-lcd.autostake.com:443',
82
78
  provider: 'AutoStake 🛡️ Slash Protected'
83
79
  },
84
- {
85
- address: 'https://xion_mainnet_api.chain.whenmoonwhenlambo.money',
86
- provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
87
- },
88
80
  {
89
81
  address: 'https://api.xion.nodestake.org',
90
82
  provider: 'NodeStake'
@@ -119,12 +111,6 @@ const info = {
119
111
  tx_page: 'https://explorer.burnt.com/xion-mainnet-1/tx/${txHash}',
120
112
  account_page: 'https://explorer.burnt.com/xion-mainnet-1/account/${accountAddress}'
121
113
  },
122
- {
123
- kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
124
- url: 'https://explorer.whenmoonwhenlambo.money/xion',
125
- tx_page: 'https://explorer.whenmoonwhenlambo.money/xion/tx/${txHash}',
126
- account_page: 'https://explorer.whenmoonwhenlambo.money/xion/account/${accountAddress}'
127
- },
128
114
  {
129
115
  kind: 'staking-explorer.com',
130
116
  url: 'https://staking-explorer.com/explorer/xion',
@@ -61,6 +61,10 @@ const info = {
61
61
  {
62
62
  address: 'https://zeta.rpc.m.stavr.tech:443',
63
63
  provider: '🔥STAVR🔥'
64
+ },
65
+ {
66
+ address: 'https://zetachain-mainnet-rpc.cosmonautstakes.com',
67
+ provider: 'Cosmonaut Stakes'
64
68
  }
65
69
  ],
66
70
  rest: [
@@ -91,6 +95,10 @@ const info = {
91
95
  {
92
96
  address: 'https://zeta.api.m.stavr.tech',
93
97
  provider: '🔥STAVR🔥'
98
+ },
99
+ {
100
+ address: 'https://zetachain-mainnet-rest.cosmonautstakes.com',
101
+ provider: 'Cosmonaut Stakes'
94
102
  }
95
103
  ],
96
104
  grpc: [
@@ -113,6 +121,10 @@ const info = {
113
121
  {
114
122
  address: 'zeta.grpc.m.stavr.tech',
115
123
  provider: '🔥STAVR🔥'
124
+ },
125
+ {
126
+ address: 'zetachain-mainnet-grpc.cosmonautstakes.com:15190',
127
+ provider: 'Cosmonaut Stakes'
116
128
  }
117
129
  ]
118
130
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.66",
3
+ "version": "1.69.68",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.37",
32
+ "@chain-registry/utils": "^1.51.39",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.37"
36
+ "@chain-registry/types": "^0.50.39"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "5b886bf617b4623e13420157389a8f859a9e2286"
46
+ "gitHead": "bcb3d128982fba6c5e8209ce6b6c34c82ea35089"
47
47
  }
package/testnet/assets.js CHANGED
@@ -51,6 +51,7 @@ const _desmostestnet = __importStar(require("./desmostestnet"));
51
51
  const _dhealthtestnet = __importStar(require("./dhealthtestnet"));
52
52
  const _doravotatestnet = __importStar(require("./doravotatestnet"));
53
53
  const _dydxtestnet = __importStar(require("./dydxtestnet"));
54
+ const _dymensiontestnet1 = __importStar(require("./dymensiontestnet1"));
54
55
  const _elystestnet = __importStar(require("./elystestnet"));
55
56
  const _empetestnet = __importStar(require("./empetestnet"));
56
57
  const _empowertestnet = __importStar(require("./empowertestnet"));
@@ -167,6 +168,7 @@ const assets = [
167
168
  _dhealthtestnet.assets,
168
169
  _doravotatestnet.assets,
169
170
  _dydxtestnet.assets,
171
+ _dymensiontestnet1.assets,
170
172
  _elystestnet.assets,
171
173
  _empetestnet.assets,
172
174
  _empowertestnet.assets,
package/testnet/chains.js CHANGED
@@ -51,6 +51,7 @@ const _desmostestnet = __importStar(require("./desmostestnet"));
51
51
  const _dhealthtestnet = __importStar(require("./dhealthtestnet"));
52
52
  const _doravotatestnet = __importStar(require("./doravotatestnet"));
53
53
  const _dydxtestnet = __importStar(require("./dydxtestnet"));
54
+ const _dymensiontestnet1 = __importStar(require("./dymensiontestnet1"));
54
55
  const _elystestnet = __importStar(require("./elystestnet"));
55
56
  const _empetestnet = __importStar(require("./empetestnet"));
56
57
  const _empowertestnet = __importStar(require("./empowertestnet"));
@@ -167,6 +168,7 @@ const chains = [
167
168
  _dhealthtestnet.chain,
168
169
  _doravotatestnet.chain,
169
170
  _dydxtestnet.chain,
171
+ _dymensiontestnet1.chain,
170
172
  _elystestnet.chain,
171
173
  _empetestnet.chain,
172
174
  _empowertestnet.chain,
@@ -2,87 +2,59 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = [
4
4
  {
5
- $schema: '../ibc_data.schema.json',
5
+ $schema: '../../ibc_data.schema.json',
6
6
  chain_1: {
7
- chain_name: 'cosmoshubtestnet',
8
- client_id: '07-tendermint-2522',
9
- connection_id: 'connection-2881'
7
+ chain_name: 'celestiatestnet3',
8
+ client_id: '07-tendermint-0',
9
+ connection_id: 'connection-0'
10
10
  },
11
11
  chain_2: {
12
- chain_name: 'elystestnet',
13
- client_id: '07-tendermint-19',
14
- connection_id: 'connection-17'
15
- },
16
- channels: [{
17
- chain_1: {
18
- channel_id: 'channel-3302',
19
- port_id: 'transfer'
20
- },
21
- chain_2: {
22
- channel_id: 'channel-16',
23
- port_id: 'transfer'
24
- },
25
- ordering: 'unordered',
26
- version: 'ics20-1',
27
- tags: {
28
- status: 'live'
29
- }
30
- }]
31
- },
32
- {
33
- $schema: '../ibc_data.schema.json',
34
- chain_1: {
35
12
  chain_name: 'cosmoshubtestnet',
36
- client_id: '07-tendermint-3748',
37
- connection_id: 'connection-3798'
38
- },
39
- chain_2: {
40
- chain_name: 'symphonytestnet',
41
- client_id: '07-tendermint-29',
42
- connection_id: 'connection-14'
13
+ client_id: '07-tendermint-2382',
14
+ connection_id: 'connection-2727'
43
15
  },
44
16
  channels: [{
45
17
  chain_1: {
46
- channel_id: 'channel-4320',
18
+ channel_id: 'channel-0',
47
19
  port_id: 'transfer'
48
20
  },
49
21
  chain_2: {
50
- channel_id: 'channel-12',
22
+ channel_id: 'channel-3152',
51
23
  port_id: 'transfer'
52
24
  },
53
25
  ordering: 'unordered',
54
26
  version: 'ics20-1',
55
27
  tags: {
56
- status: 'live'
28
+ status: 'live',
29
+ preferred: true
57
30
  }
58
31
  }]
59
32
  },
60
33
  {
61
34
  $schema: '../../ibc_data.schema.json',
62
35
  chain_1: {
63
- chain_name: 'celestiatestnet3',
64
- client_id: '07-tendermint-0',
65
- connection_id: 'connection-0'
36
+ chain_name: 'cosmoshubtestnet',
37
+ client_id: '07-tendermint-2522',
38
+ connection_id: 'connection-2881'
66
39
  },
67
40
  chain_2: {
68
- chain_name: 'cosmoshubtestnet',
69
- client_id: '07-tendermint-2382',
70
- connection_id: 'connection-2727'
41
+ chain_name: 'elystestnet',
42
+ client_id: '07-tendermint-19',
43
+ connection_id: 'connection-17'
71
44
  },
72
45
  channels: [{
73
46
  chain_1: {
74
- channel_id: 'channel-0',
47
+ channel_id: 'channel-3302',
75
48
  port_id: 'transfer'
76
49
  },
77
50
  chain_2: {
78
- channel_id: 'channel-3152',
51
+ channel_id: 'channel-16',
79
52
  port_id: 'transfer'
80
53
  },
81
54
  ordering: 'unordered',
82
55
  version: 'ics20-1',
83
56
  tags: {
84
- status: 'live',
85
- preferred: true
57
+ status: 'live'
86
58
  }
87
59
  }]
88
60
  },
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../../assetlist.schema.json',
5
+ chain_name: 'dymensiontestnet1',
6
+ assets: [{
7
+ description: 'The native governance and staking token of the Dymension Hub',
8
+ denom_units: [{
9
+ denom: 'adym',
10
+ exponent: 0
11
+ }, {
12
+ denom: 'dym',
13
+ exponent: 18
14
+ }],
15
+ type_asset: 'sdk.coin',
16
+ base: 'adym',
17
+ name: 'Dymension',
18
+ display: 'dym',
19
+ symbol: 'DYM'
20
+ }, {
21
+ description: 'USDC from Noble',
22
+ denom_units: [{
23
+ denom: 'ibc/E1E753928DE8EF6034F987F9E9C5F71ACF6AE7F5E221933D477BF745995B338B',
24
+ exponent: 0
25
+ }, {
26
+ denom: 'usdc',
27
+ exponent: 6
28
+ }],
29
+ type_asset: 'ics20',
30
+ base: 'ibc/E1E753928DE8EF6034F987F9E9C5F71ACF6AE7F5E221933D477BF745995B338B',
31
+ name: 'Noble USD Coin',
32
+ display: 'usdc',
33
+ symbol: 'USDC',
34
+ traces: [{
35
+ type: 'ibc',
36
+ counterparty: {
37
+ chain_name: 'nobletestnet',
38
+ base_denom: 'uusdc',
39
+ channel_id: 'channel-295'
40
+ },
41
+ chain: {
42
+ channel_id: 'channel-292',
43
+ path: 'transfer/channel-292/uusdc'
44
+ }
45
+ }],
46
+ images: [{
47
+ image_sync: {
48
+ chain_name: 'noble',
49
+ base_denom: 'uusdc'
50
+ },
51
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
52
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
53
+ theme: {
54
+ circle: true,
55
+ primary_color_hex: '#2775CA'
56
+ }
57
+ }],
58
+ logo_URIs: {
59
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
60
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
61
+ }
62
+ }]
63
+ };
64
+ 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,48 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../../chain.schema.json',
5
+ chain_name: 'dymensiontestnet1',
6
+ chain_type: 'cosmos',
7
+ chain_id: 'dymension_1405-1',
8
+ pretty_name: 'Dymension Playground Testnet',
9
+ status: 'live',
10
+ network_type: 'testnet',
11
+ website: 'https://playground.dymension.xyz',
12
+ bech32_prefix: 'dym',
13
+ daemon_name: 'dymd',
14
+ node_home: '$HOME/.dymension',
15
+ key_algos: ['ethsecp256k1'],
16
+ extra_codecs: ['ethermint'],
17
+ slip44: 60,
18
+ fees: {
19
+ fee_tokens: [{
20
+ denom: 'adym',
21
+ low_gas_price: 5000000000,
22
+ average_gas_price: 5500000000,
23
+ high_gas_price: 6000000000
24
+ }]
25
+ },
26
+ staking: {
27
+ staking_tokens: [{
28
+ denom: 'adym'
29
+ }]
30
+ },
31
+ codebase: {},
32
+ apis: {
33
+ rpc: [{
34
+ address: 'https://rpc-dym-migration-test-2.mzonder.com',
35
+ provider: 'mzonder'
36
+ }],
37
+ rest: [{
38
+ address: 'https://api-dym-migration-test-2.mzonder.com',
39
+ provider: 'mzonder'
40
+ }]
41
+ },
42
+ explorers: [{
43
+ kind: 'dymscan',
44
+ url: 'https://pg.dym.fyi/',
45
+ tx_page: 'https://pg.dym.fyi//tx/${txHash}'
46
+ }]
47
+ };
48
+ 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;
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = [
4
4
  {
5
- $schema: '../ibc_data.schema.json',
5
+ $schema: '../../ibc_data.schema.json',
6
6
  chain_1: {
7
7
  chain_name: 'cosmoshubtestnet',
8
8
  client_id: '07-tendermint-2522',
@@ -30,7 +30,7 @@ const info = [
30
30
  }]
31
31
  },
32
32
  {
33
- $schema: '../ibc_data.schema.json',
33
+ $schema: '../../ibc_data.schema.json',
34
34
  chain_1: {
35
35
  chain_name: 'elystestnet',
36
36
  client_id: '07-tendermint-9',
@@ -7,7 +7,7 @@ const info = {
7
7
  network_type: 'testnet',
8
8
  website: 'https://liftedinit.org/',
9
9
  pretty_name: 'Manifest Testnet',
10
- chain_id: 'manifest-ledger-beta',
10
+ chain_id: 'manifest-ledger-testnet',
11
11
  chain_type: 'cosmos',
12
12
  bech32_prefix: 'manifest',
13
13
  daemon_name: 'manifest',
@@ -30,28 +30,22 @@ const info = {
30
30
  codebase: {},
31
31
  apis: {
32
32
  rpc: [{
33
- address: 'https://nodes.chandrastation.com/rpc/manifest/',
34
- provider: 'Chandra Station'
35
- }, {
36
- address: 'https://manifest-beta-rpc.liftedinit.tech/',
37
- provider: 'Lifted Initiative'
33
+ address: 'https://nodes.liftedinit.tech/manifest/testnet/rpc',
34
+ provider: 'The Lifted Initiative'
38
35
  }],
39
36
  rest: [{
40
- address: 'https://nodes.chandrastation.com/api/manifest/',
41
- provider: 'Chandra Station'
42
- }, {
43
- address: 'https://manifest-beta-rest.liftedinit.tech/',
44
- provider: 'Lifted Initiative'
37
+ address: 'https://nodes.liftedinit.tech/manifest/testnet/api',
38
+ provider: 'The Lifted Initiative'
45
39
  }],
46
40
  grpc: [{
47
- address: 'https://manifest-beta-grpc.liftedinit.tech/',
48
- provider: 'Lifted Initiative'
41
+ address: 'https://manifest-testnet-grpc.liftedinit.tech',
42
+ provider: 'The Lifted Initiative'
49
43
  }]
50
44
  },
51
45
  explorers: [{
52
46
  kind: 'Default Explorer',
53
- url: 'https://manifest-explorer.vercel.app/',
54
- tx_page: 'https://manifest-explorer.vercel.app/manifest/tx'
47
+ url: 'https://testnet.manifest.explorers.guru/',
48
+ tx_page: 'https://testnet.manifest.explorers.guru/transactions'
55
49
  }]
56
50
  };
57
51
  exports.default = info;
@@ -26,6 +26,7 @@ export * as desmostestnet from './desmostestnet';
26
26
  export * as dhealthtestnet from './dhealthtestnet';
27
27
  export * as doravotatestnet from './doravotatestnet';
28
28
  export * as dydxtestnet from './dydxtestnet';
29
+ export * as dymensiontestnet1 from './dymensiontestnet1';
29
30
  export * as elystestnet from './elystestnet';
30
31
  export * as empetestnet from './empetestnet';
31
32
  export * as empowertestnet from './empowertestnet';
package/testnet/named.js CHANGED
@@ -23,9 +23,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.kujiratestnet = exports.kimanetworktestnet = exports.kichaintestnet = exports.junotestnet = exports.jackaltestnet2 = exports.jackaltestnet = exports.injectivetestnet = exports.imversedtestnet = exports.impacthubtestnet = exports.hypersigntestnet = exports.humanstestnet = exports.hedgetestnet = exports.gitopiatestnet = exports.galacticatestnet = exports.finschiatestnet = exports.fiammatestnet = exports.fetchhubtestnet = exports.evmostestnet = exports.epixtestnet = exports.empowertestnet = exports.empetestnet = exports.elystestnet = exports.dydxtestnet = exports.doravotatestnet = exports.dhealthtestnet = exports.desmostestnet = exports.deardogetestnet = exports.cudostestnet = exports.cosstestnet = exports.cosmwasmtestnet = exports.cosmosicsprovidertestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.coolcattestnet = exports.composabletestnet = exports.chimbatestnet = exports.cheqdtestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.cascadiatestnet = exports.blockxtestnet = exports.bitcannadevnet = exports.babylontestnet = exports.axelartestnet = exports.auratestnet = exports.artelatestnet = exports.arkeonetworktestnet = exports.archwaytestnet = exports.akashtestnet = exports.airchainstestnet = void 0;
27
- exports.synternettestnet = exports.symphonytestnet = exports.swisstroniktestnet = exports.sunrisetestnet = exports.stridetestnet = exports.statesettestnet = exports.stargazetestnet = exports.sourcetestnet = exports.soarchaintestnet = exports.sixtestnet = exports.shentutestnet = exports.sgetestnet4 = exports.sgetestnet = exports.selfchaindevnet = exports.seitestnet2 = exports.seitestnet = exports.secretnetworktestnet = exports.sagatestnet = exports.qwoyntestnet = exports.quicksilvertestnet = exports.quasartestnet = exports.pryzmtestnet = exports.pockettestnet = exports.planqtestnet = exports.persistencetestnet2 = exports.persistencetestnet = exports.permtestnet = exports.osmosistestnet = exports.okp4testnet = exports.nyxtestnet = exports.nomictestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.nilliontestnet = exports.nibirutestnet3 = exports.nibirutestnet2 = exports.nibirutestnet = exports.neutrontestnet = exports.neuratestnet = exports.migalootestnet = exports.metanovaversetestnet = exports.marstestnet = exports.mantrachaintestnet2 = exports.mantrachaintestnet = exports.manifesttestnet = exports.lumenxtestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = void 0;
28
- exports.zetachaintestnet = exports.zenrocktestnet = exports.xplatestnet = exports.xiontestnet = exports.wavehashtestnet = exports.wardenprotocoltestnet = exports.upticktestnet = exports.uniontestnet = exports.unificationtestnet = exports.ulastestnet = exports.tucanatestnet = exports.titantestnet = exports.terra2testnet = exports.terpnettestnet2 = exports.terpnettestnet = void 0;
26
+ exports.kimanetworktestnet = exports.kichaintestnet = exports.junotestnet = exports.jackaltestnet2 = exports.jackaltestnet = exports.injectivetestnet = exports.imversedtestnet = exports.impacthubtestnet = exports.hypersigntestnet = exports.humanstestnet = exports.hedgetestnet = exports.gitopiatestnet = exports.galacticatestnet = exports.finschiatestnet = exports.fiammatestnet = exports.fetchhubtestnet = exports.evmostestnet = exports.epixtestnet = exports.empowertestnet = exports.empetestnet = exports.elystestnet = exports.dymensiontestnet1 = exports.dydxtestnet = exports.doravotatestnet = exports.dhealthtestnet = exports.desmostestnet = exports.deardogetestnet = exports.cudostestnet = exports.cosstestnet = exports.cosmwasmtestnet = exports.cosmosicsprovidertestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.coolcattestnet = exports.composabletestnet = exports.chimbatestnet = exports.cheqdtestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.cascadiatestnet = exports.blockxtestnet = exports.bitcannadevnet = exports.babylontestnet = exports.axelartestnet = exports.auratestnet = exports.artelatestnet = exports.arkeonetworktestnet = exports.archwaytestnet = exports.akashtestnet = exports.airchainstestnet = void 0;
27
+ exports.symphonytestnet = exports.swisstroniktestnet = exports.sunrisetestnet = exports.stridetestnet = exports.statesettestnet = exports.stargazetestnet = exports.sourcetestnet = exports.soarchaintestnet = exports.sixtestnet = exports.shentutestnet = exports.sgetestnet4 = exports.sgetestnet = exports.selfchaindevnet = exports.seitestnet2 = exports.seitestnet = exports.secretnetworktestnet = exports.sagatestnet = exports.qwoyntestnet = exports.quicksilvertestnet = exports.quasartestnet = exports.pryzmtestnet = exports.pockettestnet = exports.planqtestnet = exports.persistencetestnet2 = exports.persistencetestnet = exports.permtestnet = exports.osmosistestnet = exports.okp4testnet = exports.nyxtestnet = exports.nomictestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.nilliontestnet = exports.nibirutestnet3 = exports.nibirutestnet2 = exports.nibirutestnet = exports.neutrontestnet = exports.neuratestnet = exports.migalootestnet = exports.metanovaversetestnet = exports.marstestnet = exports.mantrachaintestnet2 = exports.mantrachaintestnet = exports.manifesttestnet = exports.lumenxtestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = void 0;
28
+ exports.zetachaintestnet = exports.zenrocktestnet = exports.xplatestnet = exports.xiontestnet = exports.wavehashtestnet = exports.wardenprotocoltestnet = exports.upticktestnet = exports.uniontestnet = exports.unificationtestnet = exports.ulastestnet = exports.tucanatestnet = exports.titantestnet = exports.terra2testnet = exports.terpnettestnet2 = exports.terpnettestnet = exports.synternettestnet = void 0;
29
29
  exports.airchainstestnet = __importStar(require("./airchainstestnet"));
30
30
  exports.akashtestnet = __importStar(require("./akashtestnet"));
31
31
  exports.archwaytestnet = __importStar(require("./archwaytestnet"));
@@ -54,6 +54,7 @@ exports.desmostestnet = __importStar(require("./desmostestnet"));
54
54
  exports.dhealthtestnet = __importStar(require("./dhealthtestnet"));
55
55
  exports.doravotatestnet = __importStar(require("./doravotatestnet"));
56
56
  exports.dydxtestnet = __importStar(require("./dydxtestnet"));
57
+ exports.dymensiontestnet1 = __importStar(require("./dymensiontestnet1"));
57
58
  exports.elystestnet = __importStar(require("./elystestnet"));
58
59
  exports.empetestnet = __importStar(require("./empetestnet"));
59
60
  exports.empowertestnet = __importStar(require("./empowertestnet"));
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = [
4
4
  {
5
- $schema: '../ibc_data.schema.json',
5
+ $schema: '../../ibc_data.schema.json',
6
6
  chain_1: {
7
7
  chain_name: 'elystestnet',
8
8
  client_id: '07-tendermint-9',
@@ -38,10 +38,6 @@ const info = {
38
38
  address: 'https://source-test.rpc.moonbridge.team/',
39
39
  provider: 'MoonBridge'
40
40
  },
41
- {
42
- address: 'https://source-testnet-rpc.stake-town.com:443',
43
- provider: 'StakeTown'
44
- },
45
41
  {
46
42
  address: 'https://rpc-testnet-source.sr20de.xyz',
47
43
  provider: 'SR20DE'
@@ -64,10 +60,6 @@ const info = {
64
60
  address: 'https://source-test.api.moonbridge.team/',
65
61
  provider: 'MoonBridge'
66
62
  },
67
- {
68
- address: 'https://source-testnet-api.stake-town.com:443',
69
- provider: 'StakeTown'
70
- },
71
63
  {
72
64
  address: 'https://api-testnet-source.sr20de.xyz',
73
65
  provider: 'SR20DE'
@@ -82,9 +74,6 @@ const info = {
82
74
  }
83
75
  ],
84
76
  grpc: [{
85
- address: 'source-testnet-grpc.stake-town.com:443',
86
- provider: 'StakeTown'
87
- }, {
88
77
  address: 'grpc-testnet-source.sr20de.xyz/',
89
78
  provider: 'SR20DE'
90
79
  }]
@@ -1,34 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = [
4
- {
5
- $schema: '../ibc_data.schema.json',
6
- chain_1: {
7
- chain_name: 'cosmoshubtestnet',
8
- client_id: '07-tendermint-3748',
9
- connection_id: 'connection-3798'
10
- },
11
- chain_2: {
12
- chain_name: 'symphonytestnet',
13
- client_id: '07-tendermint-29',
14
- connection_id: 'connection-14'
15
- },
16
- channels: [{
17
- chain_1: {
18
- channel_id: 'channel-4320',
19
- port_id: 'transfer'
20
- },
21
- chain_2: {
22
- channel_id: 'channel-12',
23
- port_id: 'transfer'
24
- },
25
- ordering: 'unordered',
26
- version: 'ics20-1',
27
- tags: {
28
- status: 'live'
29
- }
30
- }]
31
- },
32
4
  {
33
5
  $schema: '../../ibc_data.schema.json',
34
6
  chain_1: {
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = {
4
4
  $schema: '../../assetlist.schema.json',
5
5
  chain_name: 'titantestnet',
6
- assets: [{
6
+ assets: [
7
+ {
7
8
  description: 'The native token of the Titan network.',
8
9
  denom_units: [
9
10
  {
@@ -39,7 +40,8 @@ const info = {
39
40
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titantestnet/images/tkx.png'
40
41
  },
41
42
  type_asset: 'sdk.coin'
42
- }, {
43
+ },
44
+ {
43
45
  description: 'USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.',
44
46
  denom_units: [{
45
47
  denom: 'ibc/7C0807A56073C4A27B0DE1C21BA3EB75DF75FD763F4AD37BC159917FC01145F0',
@@ -89,6 +91,43 @@ const info = {
89
91
  primary_color_hex: '#2775CA'
90
92
  }
91
93
  }]
92
- }]
94
+ },
95
+ {
96
+ description: 'Wrapped Bitcoin (BTC) is BTC token bridged from Bitcoin to titan chain through Titan bridge https://dev.titanearn.com/bridge',
97
+ denom_units: [{
98
+ denom: 'factory/titan1uvt40rsp68wtas0y75w34qdn5h0g5eyefy5gmvzftdnupyv7q7vq7jfynw/w-btc',
99
+ exponent: 0,
100
+ aliases: ['btc-satoshi']
101
+ }, {
102
+ denom: 'btc',
103
+ exponent: 8
104
+ }],
105
+ type_asset: 'sdk.coin',
106
+ address: 'titan1uvt40rsp68wtas0y75w34qdn5h0g5eyefy5gmvzftdnupyv7q7vq7jfynw',
107
+ base: 'factory/titan1uvt40rsp68wtas0y75w34qdn5h0g5eyefy5gmvzftdnupyv7q7vq7jfynw/w-btc',
108
+ name: 'Bitcoin',
109
+ display: 'btc',
110
+ symbol: 'BTC',
111
+ traces: [{
112
+ type: 'bridge',
113
+ counterparty: {
114
+ chain_name: 'bitcoin',
115
+ base_denom: 'sat'
116
+ },
117
+ provider: 'BitGo, Titanlab.io'
118
+ }],
119
+ logo_URIs: {
120
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
121
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg'
122
+ },
123
+ images: [{
124
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.png',
125
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoin/images/btc.svg',
126
+ theme: {
127
+ primary_color_hex: '#f39444'
128
+ }
129
+ }]
130
+ }
131
+ ]
93
132
  };
94
133
  exports.default = info;