chain-registry 1.61.7 → 1.61.8

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 (67) hide show
  1. package/devnet/assets.js +2 -0
  2. package/devnet/chains.js +2 -0
  3. package/devnet/named.d.ts +1 -0
  4. package/devnet/named.js +2 -1
  5. package/devnet/neuradevnet/assets.d.ts +3 -0
  6. package/devnet/neuradevnet/assets.js +36 -0
  7. package/devnet/neuradevnet/chain.d.ts +3 -0
  8. package/devnet/neuradevnet/chain.js +36 -0
  9. package/devnet/neuradevnet/index.d.ts +2 -0
  10. package/devnet/neuradevnet/index.js +10 -0
  11. package/esm/devnet/assets.js +2 -0
  12. package/esm/devnet/chains.js +2 -0
  13. package/esm/devnet/named.js +1 -0
  14. package/esm/devnet/neuradevnet/assets.js +34 -0
  15. package/esm/devnet/neuradevnet/chain.js +34 -0
  16. package/esm/devnet/neuradevnet/index.js +4 -0
  17. package/esm/mainnet/assets.js +2 -0
  18. package/esm/mainnet/canto/chain.js +0 -10
  19. package/esm/mainnet/chains.js +2 -0
  20. package/esm/mainnet/cosmoshub/chain.js +4 -0
  21. package/esm/mainnet/named.js +1 -0
  22. package/esm/mainnet/neura/assets.js +39 -0
  23. package/esm/mainnet/neura/chain.js +31 -0
  24. package/esm/mainnet/neura/index.js +4 -0
  25. package/esm/mainnet/noble/ibc.js +29 -0
  26. package/esm/mainnet/regen/ibc.js +29 -0
  27. package/esm/mainnet/seda/chain.js +8 -0
  28. package/esm/mainnet/shido/chain.js +14 -0
  29. package/esm/noncosmos/ethereum/assets.js +25 -0
  30. package/esm/testnet/assets.js +2 -0
  31. package/esm/testnet/axelartestnet/ibc.js +6 -6
  32. package/esm/testnet/chains.js +2 -0
  33. package/esm/testnet/mantrachaintestnet/ibc.js +6 -6
  34. package/esm/testnet/named.js +1 -0
  35. package/esm/testnet/neuratestnet/assets.js +34 -0
  36. package/esm/testnet/neuratestnet/chain.js +49 -0
  37. package/esm/testnet/neuratestnet/index.js +4 -0
  38. package/mainnet/assets.js +2 -0
  39. package/mainnet/canto/chain.js +0 -10
  40. package/mainnet/chains.js +2 -0
  41. package/mainnet/cosmoshub/chain.js +4 -0
  42. package/mainnet/named.d.ts +1 -0
  43. package/mainnet/named.js +4 -3
  44. package/mainnet/neura/assets.d.ts +3 -0
  45. package/mainnet/neura/assets.js +41 -0
  46. package/mainnet/neura/chain.d.ts +3 -0
  47. package/mainnet/neura/chain.js +33 -0
  48. package/mainnet/neura/index.d.ts +2 -0
  49. package/mainnet/neura/index.js +10 -0
  50. package/mainnet/noble/ibc.js +29 -0
  51. package/mainnet/regen/ibc.js +29 -0
  52. package/mainnet/seda/chain.js +8 -0
  53. package/mainnet/shido/chain.js +14 -0
  54. package/noncosmos/ethereum/assets.js +25 -0
  55. package/package.json +4 -4
  56. package/testnet/assets.js +2 -0
  57. package/testnet/axelartestnet/ibc.js +6 -6
  58. package/testnet/chains.js +2 -0
  59. package/testnet/mantrachaintestnet/ibc.js +6 -6
  60. package/testnet/named.d.ts +1 -0
  61. package/testnet/named.js +2 -1
  62. package/testnet/neuratestnet/assets.d.ts +3 -0
  63. package/testnet/neuratestnet/assets.js +36 -0
  64. package/testnet/neuratestnet/chain.d.ts +3 -0
  65. package/testnet/neuratestnet/chain.js +51 -0
  66. package/testnet/neuratestnet/index.d.ts +2 -0
  67. package/testnet/neuratestnet/index.js +10 -0
package/devnet/assets.js CHANGED
@@ -27,6 +27,7 @@ const _bitcannadevnet2 = __importStar(require("./bitcannadevnet2"));
27
27
  const _celestiatestnet2 = __importStar(require("./celestiatestnet2"));
28
28
  const _impacthubdevnet = __importStar(require("./impacthubdevnet"));
29
29
  const _kyvedevnet = __importStar(require("./kyvedevnet"));
30
+ const _neuradevnet = __importStar(require("./neuradevnet"));
30
31
  const _nibirudevnet = __importStar(require("./nibirudevnet"));
31
32
  const _nibirudevnet2 = __importStar(require("./nibirudevnet2"));
32
33
  const _seidevnet3 = __importStar(require("./seidevnet3"));
@@ -35,6 +36,7 @@ const assets = [
35
36
  _celestiatestnet2.assets,
36
37
  _impacthubdevnet.assets,
37
38
  _kyvedevnet.assets,
39
+ _neuradevnet.assets,
38
40
  _nibirudevnet.assets,
39
41
  _nibirudevnet2.assets,
40
42
  _seidevnet3.assets
package/devnet/chains.js CHANGED
@@ -27,6 +27,7 @@ const _bitcannadevnet2 = __importStar(require("./bitcannadevnet2"));
27
27
  const _celestiatestnet2 = __importStar(require("./celestiatestnet2"));
28
28
  const _impacthubdevnet = __importStar(require("./impacthubdevnet"));
29
29
  const _kyvedevnet = __importStar(require("./kyvedevnet"));
30
+ const _neuradevnet = __importStar(require("./neuradevnet"));
30
31
  const _nibirudevnet = __importStar(require("./nibirudevnet"));
31
32
  const _nibirudevnet2 = __importStar(require("./nibirudevnet2"));
32
33
  const _seidevnet3 = __importStar(require("./seidevnet3"));
@@ -35,6 +36,7 @@ const chains = [
35
36
  _celestiatestnet2.chain,
36
37
  _impacthubdevnet.chain,
37
38
  _kyvedevnet.chain,
39
+ _neuradevnet.chain,
38
40
  _nibirudevnet.chain,
39
41
  _nibirudevnet2.chain,
40
42
  _seidevnet3.chain
package/devnet/named.d.ts CHANGED
@@ -2,6 +2,7 @@ export * as bitcannadevnet2 from './bitcannadevnet2';
2
2
  export * as celestiatestnet2 from './celestiatestnet2';
3
3
  export * as impacthubdevnet from './impacthubdevnet';
4
4
  export * as kyvedevnet from './kyvedevnet';
5
+ export * as neuradevnet from './neuradevnet';
5
6
  export * as nibirudevnet from './nibirudevnet';
6
7
  export * as nibirudevnet2 from './nibirudevnet2';
7
8
  export * as seidevnet3 from './seidevnet3';
package/devnet/named.js CHANGED
@@ -23,11 +23,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.seidevnet3 = exports.nibirudevnet2 = exports.nibirudevnet = exports.kyvedevnet = exports.impacthubdevnet = exports.celestiatestnet2 = exports.bitcannadevnet2 = void 0;
26
+ exports.seidevnet3 = exports.nibirudevnet2 = exports.nibirudevnet = exports.neuradevnet = exports.kyvedevnet = exports.impacthubdevnet = exports.celestiatestnet2 = exports.bitcannadevnet2 = void 0;
27
27
  exports.bitcannadevnet2 = __importStar(require("./bitcannadevnet2"));
28
28
  exports.celestiatestnet2 = __importStar(require("./celestiatestnet2"));
29
29
  exports.impacthubdevnet = __importStar(require("./impacthubdevnet"));
30
30
  exports.kyvedevnet = __importStar(require("./kyvedevnet"));
31
+ exports.neuradevnet = __importStar(require("./neuradevnet"));
31
32
  exports.nibirudevnet = __importStar(require("./nibirudevnet"));
32
33
  exports.nibirudevnet2 = __importStar(require("./nibirudevnet2"));
33
34
  exports.seidevnet3 = __importStar(require("./seidevnet3"));
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../../assetlist.schema.json',
5
+ chain_name: 'neuradevnet',
6
+ assets: [{
7
+ description: 'ANKR: The native EVM, governance, and staking token for Neura, enabling secure transactions, and seamless GPU resourcing within the ecosystem.',
8
+ denom_units: [{
9
+ denom: 'atankr',
10
+ exponent: 0
11
+ }, {
12
+ denom: 'ankr',
13
+ exponent: 18
14
+ }],
15
+ base: 'atankr',
16
+ name: 'Neura Devnet',
17
+ display: 'ankr',
18
+ symbol: 'ANKR',
19
+ traces: [{
20
+ type: 'test-mintage',
21
+ counterparty: {
22
+ chain_name: 'neura',
23
+ base_denom: 'atankr'
24
+ },
25
+ provider: 'Neura'
26
+ }],
27
+ images: [{
28
+ image_sync: {
29
+ chain_name: 'neura',
30
+ base_denom: 'atankr'
31
+ },
32
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ankr.svg'
33
+ }]
34
+ }]
35
+ };
36
+ 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,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../../chain.schema.json',
5
+ chain_name: 'neuradevnet',
6
+ chain_id: 'neura_268-1',
7
+ bech32_prefix: 'neura',
8
+ pretty_name: 'Neura Devnet',
9
+ website: 'https://www.neuraprotocol.io/',
10
+ description: 'Neura is an AI-centric, EVM-compatible Layer 1 blockchain built on the Cosmos SDK. We democratize GPU access and revolutionize AI project funding with IMO’s to advance AI development.',
11
+ status: 'live',
12
+ network_type: 'devnet',
13
+ node_home: '$HOME/.neurad',
14
+ daemon_name: 'neurad',
15
+ key_algos: ['ethsecp256k1'],
16
+ extra_codecs: ['ethermint'],
17
+ slip44: 1,
18
+ fees: {
19
+ fee_tokens: [{
20
+ denom: 'atankr'
21
+ }]
22
+ },
23
+ staking: {
24
+ staking_tokens: [{
25
+ denom: 'atankr'
26
+ }]
27
+ },
28
+ codebase: {},
29
+ images: [{
30
+ image_sync: {
31
+ chain_name: 'neura'
32
+ },
33
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neura/images/neura.png'
34
+ }]
35
+ };
36
+ 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,6 +2,7 @@ import * as _bitcannadevnet2 from './bitcannadevnet2';
2
2
  import * as _celestiatestnet2 from './celestiatestnet2';
3
3
  import * as _impacthubdevnet from './impacthubdevnet';
4
4
  import * as _kyvedevnet from './kyvedevnet';
5
+ import * as _neuradevnet from './neuradevnet';
5
6
  import * as _nibirudevnet from './nibirudevnet';
6
7
  import * as _nibirudevnet2 from './nibirudevnet2';
7
8
  import * as _seidevnet3 from './seidevnet3';
@@ -10,6 +11,7 @@ const assets = [
10
11
  _celestiatestnet2.assets,
11
12
  _impacthubdevnet.assets,
12
13
  _kyvedevnet.assets,
14
+ _neuradevnet.assets,
13
15
  _nibirudevnet.assets,
14
16
  _nibirudevnet2.assets,
15
17
  _seidevnet3.assets
@@ -2,6 +2,7 @@ import * as _bitcannadevnet2 from './bitcannadevnet2';
2
2
  import * as _celestiatestnet2 from './celestiatestnet2';
3
3
  import * as _impacthubdevnet from './impacthubdevnet';
4
4
  import * as _kyvedevnet from './kyvedevnet';
5
+ import * as _neuradevnet from './neuradevnet';
5
6
  import * as _nibirudevnet from './nibirudevnet';
6
7
  import * as _nibirudevnet2 from './nibirudevnet2';
7
8
  import * as _seidevnet3 from './seidevnet3';
@@ -10,6 +11,7 @@ const chains = [
10
11
  _celestiatestnet2.chain,
11
12
  _impacthubdevnet.chain,
12
13
  _kyvedevnet.chain,
14
+ _neuradevnet.chain,
13
15
  _nibirudevnet.chain,
14
16
  _nibirudevnet2.chain,
15
17
  _seidevnet3.chain
@@ -2,6 +2,7 @@ export * as bitcannadevnet2 from './bitcannadevnet2';
2
2
  export * as celestiatestnet2 from './celestiatestnet2';
3
3
  export * as impacthubdevnet from './impacthubdevnet';
4
4
  export * as kyvedevnet from './kyvedevnet';
5
+ export * as neuradevnet from './neuradevnet';
5
6
  export * as nibirudevnet from './nibirudevnet';
6
7
  export * as nibirudevnet2 from './nibirudevnet2';
7
8
  export * as seidevnet3 from './seidevnet3';
@@ -0,0 +1,34 @@
1
+ const info = {
2
+ $schema: '../../assetlist.schema.json',
3
+ chain_name: 'neuradevnet',
4
+ assets: [{
5
+ description: 'ANKR: The native EVM, governance, and staking token for Neura, enabling secure transactions, and seamless GPU resourcing within the ecosystem.',
6
+ denom_units: [{
7
+ denom: 'atankr',
8
+ exponent: 0
9
+ }, {
10
+ denom: 'ankr',
11
+ exponent: 18
12
+ }],
13
+ base: 'atankr',
14
+ name: 'Neura Devnet',
15
+ display: 'ankr',
16
+ symbol: 'ANKR',
17
+ traces: [{
18
+ type: 'test-mintage',
19
+ counterparty: {
20
+ chain_name: 'neura',
21
+ base_denom: 'atankr'
22
+ },
23
+ provider: 'Neura'
24
+ }],
25
+ images: [{
26
+ image_sync: {
27
+ chain_name: 'neura',
28
+ base_denom: 'atankr'
29
+ },
30
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ankr.svg'
31
+ }]
32
+ }]
33
+ };
34
+ export default info;
@@ -0,0 +1,34 @@
1
+ const info = {
2
+ $schema: '../../chain.schema.json',
3
+ chain_name: 'neuradevnet',
4
+ chain_id: 'neura_268-1',
5
+ bech32_prefix: 'neura',
6
+ pretty_name: 'Neura Devnet',
7
+ website: 'https://www.neuraprotocol.io/',
8
+ description: 'Neura is an AI-centric, EVM-compatible Layer 1 blockchain built on the Cosmos SDK. We democratize GPU access and revolutionize AI project funding with IMO’s to advance AI development.',
9
+ status: 'live',
10
+ network_type: 'devnet',
11
+ node_home: '$HOME/.neurad',
12
+ daemon_name: 'neurad',
13
+ key_algos: ['ethsecp256k1'],
14
+ extra_codecs: ['ethermint'],
15
+ slip44: 1,
16
+ fees: {
17
+ fee_tokens: [{
18
+ denom: 'atankr'
19
+ }]
20
+ },
21
+ staking: {
22
+ staking_tokens: [{
23
+ denom: 'atankr'
24
+ }]
25
+ },
26
+ codebase: {},
27
+ images: [{
28
+ image_sync: {
29
+ chain_name: 'neura'
30
+ },
31
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neura/images/neura.png'
32
+ }]
33
+ };
34
+ export default info;
@@ -0,0 +1,4 @@
1
+ import _assets from './assets';
2
+ import _chain from './chain';
3
+ export const assets = _assets;
4
+ export const chain = _chain;
@@ -94,6 +94,7 @@ import * as _migaloo from './migaloo';
94
94
  import * as _mises from './mises';
95
95
  import * as _mun from './mun';
96
96
  import * as _mythos from './mythos';
97
+ import * as _neura from './neura';
97
98
  import * as _neutaro from './neutaro';
98
99
  import * as _neutron from './neutron';
99
100
  import * as _nibiru from './nibiru';
@@ -259,6 +260,7 @@ const assets = [
259
260
  _mises.assets,
260
261
  _mun.assets,
261
262
  _mythos.assets,
263
+ _neura.assets,
262
264
  _neutaro.assets,
263
265
  _neutron.assets,
264
266
  _nibiru.assets,
@@ -128,16 +128,6 @@ const info = {
128
128
  ]
129
129
  },
130
130
  explorers: [
131
- {
132
- kind: 'bigdipper',
133
- url: 'https://cosmos.explorer.canto.io',
134
- tx_page: 'https://cosmos.explorer.canto.io/transactions/${txHash}'
135
- },
136
- {
137
- kind: 'blockscout',
138
- url: 'https://evm.explorer.canto.io/',
139
- tx_page: 'https://evm.explorer.canto.io/tx/${txHash}'
140
- },
141
131
  {
142
132
  kind: 'ping.pub',
143
133
  url: 'https://cosmos-explorers.neobase.one/canto',
@@ -96,6 +96,7 @@ import * as _migaloo from './migaloo';
96
96
  import * as _mises from './mises';
97
97
  import * as _mun from './mun';
98
98
  import * as _mythos from './mythos';
99
+ import * as _neura from './neura';
99
100
  import * as _neutaro from './neutaro';
100
101
  import * as _neutron from './neutron';
101
102
  import * as _nibiru from './nibiru';
@@ -264,6 +265,7 @@ const chains = [
264
265
  _mises.chain,
265
266
  _mun.chain,
266
267
  _mythos.chain,
268
+ _neura.chain,
267
269
  _neutaro.chain,
268
270
  _neutron.chain,
269
271
  _nibiru.chain,
@@ -59,6 +59,10 @@ const info = {
59
59
  address: 'https://rpc-cosmoshub.ecostake.com',
60
60
  provider: 'ecostake'
61
61
  },
62
+ {
63
+ address: 'https://go.getblock.io/17515cb3ec0e43b7817f182e5de6066a',
64
+ provider: 'GetBlock RPC Nodes'
65
+ },
62
66
  {
63
67
  address: 'https://rpc-cosmoshub.pupmos.network',
64
68
  provider: 'PUPMØS'
@@ -96,6 +96,7 @@ export * as migaloo from './migaloo';
96
96
  export * as mises from './mises';
97
97
  export * as mun from './mun';
98
98
  export * as mythos from './mythos';
99
+ export * as neura from './neura';
99
100
  export * as neutaro from './neutaro';
100
101
  export * as neutron from './neutron';
101
102
  export * as nibiru from './nibiru';
@@ -0,0 +1,39 @@
1
+ const info = {
2
+ $schema: '../assetlist.schema.json',
3
+ chain_name: 'neura',
4
+ assets: [{
5
+ description: 'ANKR: The native EVM, governance, and staking token for Neura, enabling secure transactions, and seamless GPU resourcing within the ecosystem.',
6
+ denom_units: [{
7
+ denom: 'atankr',
8
+ exponent: 0
9
+ }, {
10
+ denom: 'ankr',
11
+ exponent: 18
12
+ }],
13
+ base: 'atankr',
14
+ name: 'Neura',
15
+ display: 'ankr',
16
+ symbol: 'ANKR',
17
+ traces: [{
18
+ type: 'additional-mintage',
19
+ counterparty: {
20
+ chain_name: 'ethereum',
21
+ base_denom: '0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4'
22
+ },
23
+ provider: 'Neura'
24
+ }],
25
+ images: [{
26
+ image_sync: {
27
+ chain_name: 'ethereum',
28
+ base_denom: '0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4'
29
+ },
30
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ankr.svg'
31
+ }],
32
+ coingecko_id: 'ankr',
33
+ socials: {
34
+ website: 'https://www.ankr.com',
35
+ twitter: 'https://x.com/ankr'
36
+ }
37
+ }]
38
+ };
39
+ export default info;
@@ -0,0 +1,31 @@
1
+ const info = {
2
+ $schema: '../chain.schema.json',
3
+ chain_name: 'neura',
4
+ chain_id: 'neura_266-1',
5
+ bech32_prefix: 'neura',
6
+ pretty_name: 'Neura',
7
+ website: 'https://www.neuraprotocol.io/',
8
+ description: 'Neura is an AI-centric, EVM-compatible Layer 1 blockchain built on the Cosmos SDK. We democratize GPU access and revolutionize AI project funding with IMO’s to advance AI development.',
9
+ status: 'upcoming',
10
+ network_type: 'mainnet',
11
+ node_home: '$HOME/.neurad',
12
+ daemon_name: 'neurad',
13
+ key_algos: ['ethsecp256k1'],
14
+ extra_codecs: ['ethermint'],
15
+ slip44: 60,
16
+ fees: {
17
+ fee_tokens: [{
18
+ denom: 'atankr'
19
+ }]
20
+ },
21
+ staking: {
22
+ staking_tokens: [{
23
+ denom: 'atankr'
24
+ }]
25
+ },
26
+ codebase: {},
27
+ images: [{
28
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neura/images/neura.png'
29
+ }]
30
+ };
31
+ export default info;
@@ -0,0 +1,4 @@
1
+ import _assets from './assets';
2
+ import _chain from './chain';
3
+ export const assets = _assets;
4
+ export const chain = _chain;
@@ -754,6 +754,35 @@ const info = [
754
754
  }
755
755
  }]
756
756
  },
757
+ {
758
+ $schema: '../ibc_data.schema.json',
759
+ chain_1: {
760
+ chain_name: 'noble',
761
+ client_id: '07-tendermint-104',
762
+ connection_id: 'connection-96'
763
+ },
764
+ chain_2: {
765
+ chain_name: 'regen',
766
+ client_id: '07-tendermint-177',
767
+ connection_id: 'connection-149'
768
+ },
769
+ channels: [{
770
+ chain_1: {
771
+ channel_id: 'channel-83',
772
+ port_id: 'transfer'
773
+ },
774
+ chain_2: {
775
+ channel_id: 'channel-165',
776
+ port_id: 'transfer'
777
+ },
778
+ ordering: 'unordered',
779
+ version: 'ics20-1',
780
+ tags: {
781
+ status: 'live',
782
+ preferred: true
783
+ }
784
+ }]
785
+ },
757
786
  {
758
787
  $schema: '../ibc_data.schema.json',
759
788
  chain_1: {
@@ -129,6 +129,35 @@ const info = [
129
129
  tags: {}
130
130
  }]
131
131
  },
132
+ {
133
+ $schema: '../ibc_data.schema.json',
134
+ chain_1: {
135
+ chain_name: 'noble',
136
+ client_id: '07-tendermint-104',
137
+ connection_id: 'connection-96'
138
+ },
139
+ chain_2: {
140
+ chain_name: 'regen',
141
+ client_id: '07-tendermint-177',
142
+ connection_id: 'connection-149'
143
+ },
144
+ channels: [{
145
+ chain_1: {
146
+ channel_id: 'channel-83',
147
+ port_id: 'transfer'
148
+ },
149
+ chain_2: {
150
+ channel_id: 'channel-165',
151
+ port_id: 'transfer'
152
+ },
153
+ ordering: 'unordered',
154
+ version: 'ics20-1',
155
+ tags: {
156
+ status: 'live',
157
+ preferred: true
158
+ }
159
+ }]
160
+ },
132
161
  {
133
162
  $schema: '../ibc_data.schema.json',
134
163
  chain_1: {
@@ -78,6 +78,10 @@ const info = {
78
78
  {
79
79
  address: 'https://seda-rpc.applejuice.256x25.tech:443',
80
80
  provider: 'Apple juice 🧃'
81
+ },
82
+ {
83
+ address: 'https://seda-rpc.bluestake.net:443',
84
+ provider: 'BlueStake 🚀'
81
85
  }
82
86
  ],
83
87
  rest: [
@@ -124,6 +128,10 @@ const info = {
124
128
  {
125
129
  address: 'https://seda-api.applejuice.256x25.tech:443',
126
130
  provider: 'Apple juice 🧃'
131
+ },
132
+ {
133
+ address: 'https://seda-api.bluestake.net',
134
+ provider: 'BlueStake 🚀'
127
135
  }
128
136
  ],
129
137
  grpc: [
@@ -49,6 +49,10 @@ const info = {
49
49
  {
50
50
  address: 'https://shido-rpc.applejuice.256x25.tech:443',
51
51
  provider: 'Apple juice 🧃'
52
+ },
53
+ {
54
+ address: 'https://rpc.shido.indonode.net:443',
55
+ provider: 'Indonode'
52
56
  }
53
57
  ],
54
58
  rest: [
@@ -63,6 +67,10 @@ const info = {
63
67
  {
64
68
  address: 'https://shido-api.applejuice.256x25.tech:443',
65
69
  provider: 'Apple juice 🧃'
70
+ },
71
+ {
72
+ address: 'https://api.shido.indonode.net',
73
+ provider: 'Indonode'
66
74
  }
67
75
  ],
68
76
  grpc: [{
@@ -115,6 +123,12 @@ const info = {
115
123
  url: 'https://explorer.mavnode.io/shido',
116
124
  tx_page: 'https://explorer.mavnode.io/shido/tx/${txHash}',
117
125
  account_page: 'https://explorer.mavnode.io/shido/account/${accountAddress}'
126
+ },
127
+ {
128
+ kind: 'Indonode',
129
+ url: 'https://explorer.indonode.net/shido',
130
+ tx_page: 'https://explorer.indonode.net/shido/tx/${txHash}',
131
+ account_page: 'https://explorer.indonode.net/shido/account/${accountAddress}'
118
132
  }
119
133
  ],
120
134
  images: [{
@@ -1308,6 +1308,31 @@ const info = {
1308
1308
  logo_URIs: {
1309
1309
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ezeth.png'
1310
1310
  }
1311
+ },
1312
+ {
1313
+ description: 'Ankr is a Web3 decentralized infrastructure provider that helps developers, dapps, and stakers easily interact with multiple blockchains. It allows you to create DApps using API and RPC, staking on Ankr Earn, and use customized blockchain solutions for businesses.',
1314
+ type_asset: 'erc20',
1315
+ address: '0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4',
1316
+ denom_units: [{
1317
+ denom: '0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4',
1318
+ exponent: 0,
1319
+ aliases: ['ankr-wei']
1320
+ }, {
1321
+ denom: 'ankr',
1322
+ exponent: 18
1323
+ }],
1324
+ base: '0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4',
1325
+ name: 'Ankr Network',
1326
+ display: 'ankr',
1327
+ symbol: 'ANKR',
1328
+ images: [{
1329
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ankr.svg'
1330
+ }],
1331
+ coingecko_id: 'ankr',
1332
+ socials: {
1333
+ website: 'https://www.ankr.com',
1334
+ twitter: 'https://x.com/ankr'
1335
+ }
1311
1336
  }
1312
1337
  ]
1313
1338
  };
@@ -51,6 +51,7 @@ import * as _lumenxtestnet from './lumenxtestnet';
51
51
  import * as _mantrachaintestnet from './mantrachaintestnet';
52
52
  import * as _marstestnet from './marstestnet';
53
53
  import * as _migalootestnet from './migalootestnet';
54
+ import * as _neuratestnet from './neuratestnet';
54
55
  import * as _neutrontestnet from './neutrontestnet';
55
56
  import * as _nibirutestnet from './nibirutestnet';
56
57
  import * as _nibirutestnet2 from './nibirutestnet2';
@@ -151,6 +152,7 @@ const assets = [
151
152
  _mantrachaintestnet.assets,
152
153
  _marstestnet.assets,
153
154
  _migalootestnet.assets,
155
+ _neuratestnet.assets,
154
156
  _neutrontestnet.assets,
155
157
  _nibirutestnet.assets,
156
158
  _nibirutestnet2.assets,
@@ -89,21 +89,21 @@ const info = [
89
89
  $schema: '../ibc_data.schema.json',
90
90
  chain_1: {
91
91
  chain_name: 'axelartestnet',
92
- client_id: '07-tendermint-949',
93
- connection_id: 'connection-731'
92
+ client_id: '07-tendermint-953',
93
+ connection_id: 'connection-734'
94
94
  },
95
95
  chain_2: {
96
96
  chain_name: 'mantrachaintestnet',
97
- client_id: '07-tendermint-2',
98
- connection_id: 'connection-2'
97
+ client_id: '07-tendermint-4',
98
+ connection_id: 'connection-4'
99
99
  },
100
100
  channels: [{
101
101
  chain_1: {
102
- channel_id: 'channel-503',
102
+ channel_id: 'channel-506',
103
103
  port_id: 'transfer'
104
104
  },
105
105
  chain_2: {
106
- channel_id: 'channel-2',
106
+ channel_id: 'channel-4',
107
107
  port_id: 'transfer'
108
108
  },
109
109
  ordering: 'unordered',
@@ -51,6 +51,7 @@ import * as _lumenxtestnet from './lumenxtestnet';
51
51
  import * as _mantrachaintestnet from './mantrachaintestnet';
52
52
  import * as _marstestnet from './marstestnet';
53
53
  import * as _migalootestnet from './migalootestnet';
54
+ import * as _neuratestnet from './neuratestnet';
54
55
  import * as _neutrontestnet from './neutrontestnet';
55
56
  import * as _nibirutestnet from './nibirutestnet';
56
57
  import * as _nibirutestnet2 from './nibirutestnet2';
@@ -151,6 +152,7 @@ const chains = [
151
152
  _mantrachaintestnet.chain,
152
153
  _marstestnet.chain,
153
154
  _migalootestnet.chain,
155
+ _neuratestnet.chain,
154
156
  _neutrontestnet.chain,
155
157
  _nibirutestnet.chain,
156
158
  _nibirutestnet2.chain,