chain-registry 1.61.7 → 1.61.9

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 (81) 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/chihuahua/chain.js +1 -1
  21. package/esm/mainnet/cosmoshub/chain.js +4 -0
  22. package/esm/mainnet/lava/chain.js +0 -4
  23. package/esm/mainnet/named.js +1 -0
  24. package/esm/mainnet/neura/assets.js +39 -0
  25. package/esm/mainnet/neura/chain.js +31 -0
  26. package/esm/mainnet/neura/index.js +4 -0
  27. package/esm/mainnet/nibiru/chain.js +1 -1
  28. package/esm/mainnet/noble/ibc.js +29 -0
  29. package/esm/mainnet/omniflixhub/chain.js +1 -1
  30. package/esm/mainnet/osmosis/assets.js +2006 -543
  31. package/esm/mainnet/quicksilver/assets.js +34 -0
  32. package/esm/mainnet/regen/ibc.js +29 -0
  33. package/esm/mainnet/seda/chain.js +8 -0
  34. package/esm/mainnet/shido/chain.js +14 -0
  35. package/esm/mainnet/source/chain.js +2 -2
  36. package/esm/noncosmos/ethereum/assets.js +25 -0
  37. package/esm/testnet/assets.js +2 -0
  38. package/esm/testnet/axelartestnet/ibc.js +6 -6
  39. package/esm/testnet/chains.js +2 -0
  40. package/esm/testnet/mantrachaintestnet/ibc.js +6 -6
  41. package/esm/testnet/named.js +1 -0
  42. package/esm/testnet/neuratestnet/assets.js +34 -0
  43. package/esm/testnet/neuratestnet/chain.js +49 -0
  44. package/esm/testnet/neuratestnet/index.js +4 -0
  45. package/mainnet/assets.js +2 -0
  46. package/mainnet/canto/chain.js +0 -10
  47. package/mainnet/chains.js +2 -0
  48. package/mainnet/chihuahua/chain.js +1 -1
  49. package/mainnet/cosmoshub/chain.js +4 -0
  50. package/mainnet/lava/chain.js +0 -4
  51. package/mainnet/named.d.ts +1 -0
  52. package/mainnet/named.js +4 -3
  53. package/mainnet/neura/assets.d.ts +3 -0
  54. package/mainnet/neura/assets.js +41 -0
  55. package/mainnet/neura/chain.d.ts +3 -0
  56. package/mainnet/neura/chain.js +33 -0
  57. package/mainnet/neura/index.d.ts +2 -0
  58. package/mainnet/neura/index.js +10 -0
  59. package/mainnet/nibiru/chain.js +1 -1
  60. package/mainnet/noble/ibc.js +29 -0
  61. package/mainnet/omniflixhub/chain.js +1 -1
  62. package/mainnet/osmosis/assets.js +2006 -543
  63. package/mainnet/quicksilver/assets.js +34 -0
  64. package/mainnet/regen/ibc.js +29 -0
  65. package/mainnet/seda/chain.js +8 -0
  66. package/mainnet/shido/chain.js +14 -0
  67. package/mainnet/source/chain.js +2 -2
  68. package/noncosmos/ethereum/assets.js +25 -0
  69. package/package.json +4 -4
  70. package/testnet/assets.js +2 -0
  71. package/testnet/axelartestnet/ibc.js +6 -6
  72. package/testnet/chains.js +2 -0
  73. package/testnet/mantrachaintestnet/ibc.js +6 -6
  74. package/testnet/named.d.ts +1 -0
  75. package/testnet/named.js +2 -1
  76. package/testnet/neuratestnet/assets.d.ts +3 -0
  77. package/testnet/neuratestnet/assets.js +36 -0
  78. package/testnet/neuratestnet/chain.d.ts +3 -0
  79. package/testnet/neuratestnet/chain.js +51 -0
  80. package/testnet/neuratestnet/index.d.ts +2 -0
  81. 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,
@@ -26,7 +26,7 @@ const info = {
26
26
  }]
27
27
  },
28
28
  codebase: {
29
- cosmos_sdk_version: 'v0.47.5',
29
+ cosmos_sdk_version: 'v0.47.8',
30
30
  cosmwasm_enabled: true,
31
31
  cosmwasm_version: 'v0.41.0'
32
32
  },
@@ -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'
@@ -88,10 +88,6 @@ const info = {
88
88
  address: 'https://lava-api.w3coins.io:443',
89
89
  provider: 'w3coins'
90
90
  },
91
- {
92
- address: 'https://lava.api.staking-explorer.com',
93
- provider: 'Daily DROP'
94
- },
95
91
  {
96
92
  address: 'https://lava-api.ibs.team:443',
97
93
  provider: 'Inter Blockchain Services'
@@ -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;
@@ -40,7 +40,7 @@ const info = {
40
40
  description: 'A Web3 hub ushering in the next era of money',
41
41
  apis: {
42
42
  wss: [{
43
- address: 'wss://hm-graphql.nibiru.fi/query',
43
+ address: 'wss://rpc.nibiru.fi/websocket',
44
44
  provider: 'Nibiru Foundation'
45
45
  }],
46
46
  rpc: [
@@ -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: {
@@ -143,7 +143,7 @@ const info = {
143
143
  },
144
144
  {
145
145
  address: 'https://omniflix.api.staking-explorer.com',
146
- provider: 'Daily DROP | 1% Fee'
146
+ provider: 'Daily DROP | 3% Fee'
147
147
  },
148
148
  {
149
149
  address: 'https://api.omniflix.stakeup.tech',