chain-registry 1.69.95 → 1.69.96

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.
package/LICENSE CHANGED
@@ -1,7 +1,7 @@
1
1
  The MIT License (MIT)
2
2
 
3
3
  Copyright (c) 2022 Dan Lynch <pyramation@gmail.com>
4
- Copyright (c) 2024 Interweb, Inc. <developers@cosmology.zone>
4
+ Copyright (c) 2024 Interweb, Inc. <developers@hyperweb.io>
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -5,18 +5,18 @@
5
5
  </p>
6
6
 
7
7
  <p align="center" width="100%">
8
- <a href="https://github.com/cosmology-tech/chain-registry/actions/workflows/run-tests.yml">
9
- <img height="20" src="https://github.com/cosmology-tech/chain-registry/actions/workflows/run-tests.yml/badge.svg" />
8
+ <a href="https://github.com/hyperweb-io/chain-registry/actions/workflows/run-tests.yml">
9
+ <img height="20" src="https://github.com/hyperweb-io/chain-registry/actions/workflows/run-tests.yml/badge.svg" />
10
10
  </a>
11
- <a href="https://github.com/cosmology-tech/lib-count">
12
- <img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fcosmology-tech%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fchain-registry%2Ftotal.json" />
11
+ <a href="https://github.com/hyperweb-io/lib-count">
12
+ <img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhyperweb-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fchain-registry%2Ftotal.json" />
13
13
  </a>
14
- <a href="https://github.com/cosmology-tech/lib-count">
15
- <img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fcosmology-tech%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fchain-registry%2Fmonthly.json" />
14
+ <a href="https://github.com/hyperweb-io/lib-count">
15
+ <img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhyperweb-io%2Flib-count%2Fmain%2Foutput%2Fbadges%2Fproducts%2Fchain-registry%2Fmonthly.json" />
16
16
  </a>
17
17
  <br />
18
- <a href="https://github.com/cosmology-tech/chain-registry/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
19
- <a href="https://www.npmjs.com/package/chain-registry"><img height="20" src="https://img.shields.io/github/package-json/v/cosmology-tech/chain-registry?filename=v1%2Fpackages%2Fchain-registry%2Fpackage.json"></a>
18
+ <a href="https://github.com/hyperweb-io/chain-registry/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
19
+ <a href="https://www.npmjs.com/package/chain-registry"><img height="20" src="https://img.shields.io/github/package-json/v/hyperweb-io/chain-registry?filename=v1%2Fpackages%2Fchain-registry%2Fpackage.json"></a>
20
20
  </p>
21
21
 
22
22
  The npm package for the Official Cosmos [chain registry](https://github.com/cosmos/chain-registry)
@@ -30,11 +30,11 @@ A unified store of chains info, assets, asset lists, and IBC channels for the Co
30
30
 
31
31
  ## Features
32
32
 
33
- - 🌐 **Dynamic Loading via [ChainRegistryClient](https://github.com/cosmology-tech/chain-registry/tree/main/v1/packages/client)** - Utilize the client for dynamic data fetching.
33
+ - 🌐 **Dynamic Loading via [ChainRegistryClient](https://github.com/hyperweb-io/chain-registry/tree/main/v1/packages/client)** - Utilize the client for dynamic data fetching.
34
34
  - 📦 **Tree-Shaking Support** - Optimize your bundles and [include only what you need](#tree-shaking-imports-from-chain-registry).
35
35
  - 🔌 **Module Compatibility** - Supports both CommonJS and ES Module formats, ensuring compatibility with various JavaScript environments and tools.
36
- - 🛠 **Utilities for Working with Assets and Chains** - [Comprehensive tools](https://github.com/cosmology-tech/chain-registry/tree/main/v1/packages/client) to manage assets and chains efficiently.
37
- - 🌎 **Pre-generated Asset Lists with IBC Denominations for All Chains** - Access ready-to-use [asset lists](https://github.com/cosmology-tech/chain-registry/tree/main/v1/packages/assets) across all chains.
36
+ - 🛠 **Utilities for Working with Assets and Chains** - [Comprehensive tools](https://github.com/hyperweb-io/chain-registry/tree/main/v1/packages/client) to manage assets and chains efficiently.
37
+ - 🌎 **Pre-generated Asset Lists with IBC Denominations for All Chains** - Access ready-to-use [asset lists](https://github.com/hyperweb-io/chain-registry/tree/main/v1/packages/assets) across all chains.
38
38
  - 🔄 **Conversions for Keplr, Cosmostation** - Easily convert data for use with Keplr and Cosmostation wallets.
39
39
 
40
40
  ## Usage
@@ -162,35 +162,35 @@ import { assets } from 'chain-registry/noncosmos';
162
162
 
163
163
  ## Packages
164
164
 
165
- #### [chain-registry](https://github.com/cosmology-tech/chain-registry/tree/main/v1/packages/chain-registry)
165
+ #### [chain-registry](https://github.com/hyperweb-io/chain-registry/tree/main/v1/packages/chain-registry)
166
166
 
167
167
  An npm module for the Official `chain-registry` for the Cosmos ⚛️
168
168
 
169
- #### [@chain-registry/client](https://github.com/cosmology-tech/chain-registry/tree/main/v1/packages/client)
169
+ #### [@chain-registry/client](https://github.com/hyperweb-io/chain-registry/tree/main/v1/packages/client)
170
170
 
171
171
  A Client for `chain-registry` that allows you to dynamically fetch data.
172
172
 
173
- #### [@chain-registry/types](https://github.com/cosmology-tech/chain-registry/tree/main/v1/packages/types)
173
+ #### [@chain-registry/types](https://github.com/hyperweb-io/chain-registry/tree/main/v1/packages/types)
174
174
 
175
175
  Types for `chain-registry`.
176
176
 
177
- #### [@chain-registry/keplr](https://github.com/cosmology-tech/chain-registry/tree/main/v1/packages/keplr)
177
+ #### [@chain-registry/keplr](https://github.com/hyperweb-io/chain-registry/tree/main/v1/packages/keplr)
178
178
 
179
179
  Keplr integration for the chain-registry returning keplr's `ChainInfo` type from `@chain-registry/types` `Chain` type.
180
180
 
181
- #### [@chain-registry/assets](https://github.com/cosmology-tech/chain-registry/tree/main/v1/packages/assets)
181
+ #### [@chain-registry/assets](https://github.com/hyperweb-io/chain-registry/tree/main/v1/packages/assets)
182
182
 
183
183
  Asset lists for the Cosmos ⚛️
184
184
 
185
- #### [@chain-registry/osmosis](https://github.com/cosmology-tech/chain-registry/tree/main/v1/packages/osmosis)
185
+ #### [@chain-registry/osmosis](https://github.com/hyperweb-io/chain-registry/tree/main/v1/packages/osmosis)
186
186
 
187
187
  Chain Registry info for Osmosis, including asset lists.
188
188
 
189
- #### [@chain-registry/juno](https://github.com/cosmology-tech/chain-registry/tree/main/v1/packages/juno)
189
+ #### [@chain-registry/juno](https://github.com/hyperweb-io/chain-registry/tree/main/v1/packages/juno)
190
190
 
191
191
  Chain Registry info for Juno, including asset lists.
192
192
 
193
- #### [@chain-registry/utils](https://github.com/cosmology-tech/chain-registry/tree/main/v1/packages/utils)
193
+ #### [@chain-registry/utils](https://github.com/hyperweb-io/chain-registry/tree/main/v1/packages/utils)
194
194
 
195
195
  Utility functions for `chain-registry`.
196
196
 
@@ -200,7 +200,7 @@ Checkout the repository run yarn to initialize the workspace:
200
200
 
201
201
  ```sh
202
202
  # Clone the repo.
203
- git clone https://github.com/cosmology-tech/chain-registry
203
+ git clone https://github.com/hyperweb-io/chain-registry
204
204
  yarn
205
205
  ```
206
206
  ### Building
@@ -246,7 +246,7 @@ Use the following Makefile commands to update the data in the submodules. These
246
246
  make update-registry
247
247
  ```
248
248
 
249
- - **update-fixtures**: Updates the submodule to the latest commits of the `cosmology-tech/chain-registry-fixtures` repository. Use this for testing purposes to ensure that your tests are running against stable, controlled data sets.
249
+ - **update-fixtures**: Updates the submodule to the latest commits of the `hyperweb-io/chain-registry-fixtures` repository. Use this for testing purposes to ensure that your tests are running against stable, controlled data sets.
250
250
 
251
251
  ```
252
252
  make update-fixtures
@@ -256,17 +256,17 @@ make update-fixtures
256
256
 
257
257
  Checkout these related projects:
258
258
 
259
- * [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
259
+ * [telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
260
260
  * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
261
- * [chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
262
- * [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
263
- * [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
264
- * [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
265
- * [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
261
+ * [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
262
+ * [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
263
+ * [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
264
+ * [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
265
+ * [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
266
266
 
267
267
  ## Credits
268
268
 
269
- 🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
269
+ 🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
270
270
 
271
271
 
272
272
  ## Disclaimer
@@ -0,0 +1,28 @@
1
+ const info = {
2
+ $schema: '../assetlist.schema.json',
3
+ chain_name: 'allora',
4
+ assets: [{
5
+ description: 'Allora Token (ALLO) is the Allora Network\'s native utility token, used as the primary means to govern, secure the blockchain, and incentivize network participants.',
6
+ denom_units: [{
7
+ denom: 'uallo',
8
+ exponent: 0
9
+ }, {
10
+ denom: 'allo',
11
+ exponent: 18
12
+ }],
13
+ base: 'uallo',
14
+ name: 'Allora Network',
15
+ display: 'allo',
16
+ symbol: 'ALLO',
17
+ logo_URIs: {
18
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
19
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
20
+ },
21
+ images: [{
22
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
23
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
24
+ }],
25
+ type_asset: 'sdk.coin'
26
+ }]
27
+ };
28
+ export default info;
@@ -0,0 +1,58 @@
1
+ const info = {
2
+ $schema: '../chain.schema.json',
3
+ chain_name: 'allora',
4
+ status: 'live',
5
+ network_type: 'mainnet',
6
+ website: 'https://allora.network',
7
+ pretty_name: 'Allora',
8
+ chain_type: 'cosmos',
9
+ chain_id: 'allora-mainnet-1',
10
+ bech32_prefix: 'allo',
11
+ daemon_name: 'allorad',
12
+ node_home: '$HOME/.allorad',
13
+ slip44: 118,
14
+ fees: {
15
+ fee_tokens: [{
16
+ denom: 'uallo',
17
+ fixed_min_gas_price: 10,
18
+ low_gas_price: 10,
19
+ average_gas_price: 10,
20
+ high_gas_price: 12
21
+ }]
22
+ },
23
+ staking: {
24
+ staking_tokens: [{
25
+ denom: 'uallo'
26
+ }]
27
+ },
28
+ codebase: {},
29
+ logo_URIs: {
30
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
31
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
32
+ },
33
+ apis: {
34
+ rpc: [{
35
+ address: 'https://allora-rpc.mainnet.allora.network',
36
+ provider: 'allora'
37
+ }],
38
+ rest: [{
39
+ address: 'https://allora-api.mainnet.allora.network',
40
+ provider: 'allora'
41
+ }],
42
+ grpc: [{
43
+ address: 'allora-grpc.mainnet.allora.network:443',
44
+ provider: 'allora'
45
+ }]
46
+ },
47
+ explorers: [{
48
+ kind: 'Allora Studio',
49
+ url: 'https://explorer.allora.network',
50
+ tx_page: 'https://explorer.allora.network/explorer/transactions/${txHash}',
51
+ account_page: 'https://explorer.allora.network/profile/${accountAddress}'
52
+ }],
53
+ images: [{
54
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
55
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
56
+ }]
57
+ };
58
+ 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;
@@ -8,6 +8,7 @@ import * as _acrechain from './acrechain';
8
8
  import * as _agoric from './agoric';
9
9
  import * as _aioz from './aioz';
10
10
  import * as _akash from './akash';
11
+ import * as _allora from './allora';
11
12
  import * as _althea from './althea';
12
13
  import * as _andromeda from './andromeda';
13
14
  import * as _archway from './archway';
@@ -201,6 +202,7 @@ const assets = [
201
202
  _agoric.assets,
202
203
  _aioz.assets,
203
204
  _akash.assets,
205
+ _allora.assets,
204
206
  _althea.assets,
205
207
  _andromeda.assets,
206
208
  _archway.assets,
@@ -8,6 +8,7 @@ import * as _acrechain from './acrechain';
8
8
  import * as _agoric from './agoric';
9
9
  import * as _aioz from './aioz';
10
10
  import * as _akash from './akash';
11
+ import * as _allora from './allora';
11
12
  import * as _althea from './althea';
12
13
  import * as _andromeda from './andromeda';
13
14
  import * as _archway from './archway';
@@ -201,6 +202,7 @@ const chains = [
201
202
  _agoric.chain,
202
203
  _aioz.chain,
203
204
  _akash.chain,
205
+ _allora.chain,
204
206
  _althea.chain,
205
207
  _andromeda.chain,
206
208
  _archway.chain,
@@ -8,6 +8,7 @@ export * as acrechain from './acrechain';
8
8
  export * as agoric from './agoric';
9
9
  export * as aioz from './aioz';
10
10
  export * as akash from './akash';
11
+ export * as allora from './allora';
11
12
  export * as althea from './althea';
12
13
  export * as andromeda from './andromeda';
13
14
  export * as archway from './archway';
@@ -922,6 +922,51 @@ const info = {
922
922
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg'
923
923
  }
924
924
  },
925
+ {
926
+ description: 'OM transferred from the Osmosis mainnet that is supported on the Nolus chain',
927
+ denom_units: [{
928
+ denom: 'ibc/B92B80E837E4B1665024B7674D382AF07FE5D8D89797A0FEAF5356C8F173425C',
929
+ exponent: 0,
930
+ aliases: ['uom']
931
+ }, {
932
+ denom: 'om',
933
+ exponent: 6,
934
+ aliases: []
935
+ }],
936
+ type_asset: 'ics20',
937
+ base: 'ibc/B92B80E837E4B1665024B7674D382AF07FE5D8D89797A0FEAF5356C8F173425C',
938
+ name: 'Mantra OM',
939
+ display: 'om',
940
+ symbol: 'OM',
941
+ traces: [{
942
+ type: 'ibc',
943
+ counterparty: {
944
+ chain_name: 'osmosis',
945
+ base_denom: 'ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795',
946
+ channel_id: 'channel-783'
947
+ },
948
+ chain: {
949
+ channel_id: 'channel-0',
950
+ path: 'transfer/channel-0/transfer/channel-85077/uom'
951
+ }
952
+ }],
953
+ images: [{
954
+ image_sync: {
955
+ chain_name: 'osmosis',
956
+ base_denom: 'ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795'
957
+ },
958
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
959
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
960
+ theme: {
961
+ circle: true,
962
+ background_color_hex: '#fba0c1'
963
+ }
964
+ }],
965
+ logo_URIs: {
966
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
967
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
968
+ }
969
+ },
925
970
  {
926
971
  description: 'NTRN transferred from the Neutron mainnet that is supported on the Nolus chain',
927
972
  denom_units: [{
@@ -15,12 +15,12 @@ const info = {
15
15
  display: 'allo',
16
16
  symbol: 'ALLO',
17
17
  logo_URIs: {
18
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/images/allora-token.png',
19
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/images/allora-token.svg'
18
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
19
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
20
20
  },
21
21
  images: [{
22
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/images/allora-token.png',
23
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/images/allora-token.svg'
22
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
23
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
24
24
  }],
25
25
  type_asset: 'sdk.coin'
26
26
  }]
@@ -4,7 +4,7 @@ const info = {
4
4
  status: 'live',
5
5
  network_type: 'testnet',
6
6
  website: 'https://allora.network',
7
- pretty_name: 'Allora-Testnet-1',
7
+ pretty_name: 'Allora Testnet',
8
8
  chain_type: 'cosmos',
9
9
  chain_id: 'allora-testnet-1',
10
10
  bech32_prefix: 'allo',
@@ -27,8 +27,8 @@ const info = {
27
27
  },
28
28
  codebase: {},
29
29
  logo_URIs: {
30
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/images/allora-token.png',
31
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/images/allora-token.svg'
30
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
31
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
32
32
  },
33
33
  apis: {
34
34
  rpc: [
@@ -96,8 +96,8 @@ const info = {
96
96
  }
97
97
  ],
98
98
  images: [{
99
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/alloratestnet/images/allora.png',
100
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/alloratestnet/images/allora.svg'
99
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
100
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
101
101
  }]
102
102
  };
103
103
  export default info;
@@ -13,10 +13,10 @@ const info = {
13
13
  fees: {
14
14
  fee_tokens: [{
15
15
  denom: 'ncheq',
16
- fixed_min_gas_price: 25,
17
- low_gas_price: 50,
18
- average_gas_price: 75,
19
- high_gas_price: 100
16
+ fixed_min_gas_price: 5000,
17
+ low_gas_price: 10000,
18
+ average_gas_price: 15000,
19
+ high_gas_price: 20000
20
20
  }]
21
21
  },
22
22
  codebase: {},
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../assetlist.schema.json',
5
+ chain_name: 'allora',
6
+ assets: [{
7
+ description: 'Allora Token (ALLO) is the Allora Network\'s native utility token, used as the primary means to govern, secure the blockchain, and incentivize network participants.',
8
+ denom_units: [{
9
+ denom: 'uallo',
10
+ exponent: 0
11
+ }, {
12
+ denom: 'allo',
13
+ exponent: 18
14
+ }],
15
+ base: 'uallo',
16
+ name: 'Allora Network',
17
+ display: 'allo',
18
+ symbol: 'ALLO',
19
+ logo_URIs: {
20
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
21
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
22
+ },
23
+ images: [{
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
26
+ }],
27
+ type_asset: 'sdk.coin'
28
+ }]
29
+ };
30
+ 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,60 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../chain.schema.json',
5
+ chain_name: 'allora',
6
+ status: 'live',
7
+ network_type: 'mainnet',
8
+ website: 'https://allora.network',
9
+ pretty_name: 'Allora',
10
+ chain_type: 'cosmos',
11
+ chain_id: 'allora-mainnet-1',
12
+ bech32_prefix: 'allo',
13
+ daemon_name: 'allorad',
14
+ node_home: '$HOME/.allorad',
15
+ slip44: 118,
16
+ fees: {
17
+ fee_tokens: [{
18
+ denom: 'uallo',
19
+ fixed_min_gas_price: 10,
20
+ low_gas_price: 10,
21
+ average_gas_price: 10,
22
+ high_gas_price: 12
23
+ }]
24
+ },
25
+ staking: {
26
+ staking_tokens: [{
27
+ denom: 'uallo'
28
+ }]
29
+ },
30
+ codebase: {},
31
+ logo_URIs: {
32
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
33
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
34
+ },
35
+ apis: {
36
+ rpc: [{
37
+ address: 'https://allora-rpc.mainnet.allora.network',
38
+ provider: 'allora'
39
+ }],
40
+ rest: [{
41
+ address: 'https://allora-api.mainnet.allora.network',
42
+ provider: 'allora'
43
+ }],
44
+ grpc: [{
45
+ address: 'allora-grpc.mainnet.allora.network:443',
46
+ provider: 'allora'
47
+ }]
48
+ },
49
+ explorers: [{
50
+ kind: 'Allora Studio',
51
+ url: 'https://explorer.allora.network',
52
+ tx_page: 'https://explorer.allora.network/explorer/transactions/${txHash}',
53
+ account_page: 'https://explorer.allora.network/profile/${accountAddress}'
54
+ }],
55
+ images: [{
56
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
57
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
58
+ }]
59
+ };
60
+ 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;
package/mainnet/assets.js CHANGED
@@ -33,6 +33,7 @@ const _acrechain = __importStar(require("./acrechain"));
33
33
  const _agoric = __importStar(require("./agoric"));
34
34
  const _aioz = __importStar(require("./aioz"));
35
35
  const _akash = __importStar(require("./akash"));
36
+ const _allora = __importStar(require("./allora"));
36
37
  const _althea = __importStar(require("./althea"));
37
38
  const _andromeda = __importStar(require("./andromeda"));
38
39
  const _archway = __importStar(require("./archway"));
@@ -226,6 +227,7 @@ const assets = [
226
227
  _agoric.assets,
227
228
  _aioz.assets,
228
229
  _akash.assets,
230
+ _allora.assets,
229
231
  _althea.assets,
230
232
  _andromeda.assets,
231
233
  _archway.assets,
package/mainnet/chains.js CHANGED
@@ -33,6 +33,7 @@ const _acrechain = __importStar(require("./acrechain"));
33
33
  const _agoric = __importStar(require("./agoric"));
34
34
  const _aioz = __importStar(require("./aioz"));
35
35
  const _akash = __importStar(require("./akash"));
36
+ const _allora = __importStar(require("./allora"));
36
37
  const _althea = __importStar(require("./althea"));
37
38
  const _andromeda = __importStar(require("./andromeda"));
38
39
  const _archway = __importStar(require("./archway"));
@@ -226,6 +227,7 @@ const chains = [
226
227
  _agoric.chain,
227
228
  _aioz.chain,
228
229
  _akash.chain,
230
+ _allora.chain,
229
231
  _althea.chain,
230
232
  _andromeda.chain,
231
233
  _archway.chain,
@@ -8,6 +8,7 @@ export * as acrechain from './acrechain';
8
8
  export * as agoric from './agoric';
9
9
  export * as aioz from './aioz';
10
10
  export * as akash from './akash';
11
+ export * as allora from './allora';
11
12
  export * as althea from './althea';
12
13
  export * as andromeda from './andromeda';
13
14
  export * as archway from './archway';
package/mainnet/named.js CHANGED
@@ -23,10 +23,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.dhealth = exports.desmos = exports.decentr = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.coss = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.commercionetwork = exports.comdex = exports.cnhostables = exports.cifer = exports.chimba = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.celestia = exports.carbon = exports.canto = exports.bouachain = exports.bostrom = exports.bluzelle = exports.bluechip = exports.blockx = exports.bitsong = exports.bitcanna = exports.bitbadges = exports.beezee = exports.bandchain = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.archway = exports.andromeda = exports.althea = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.tron = exports.ton = exports.solana = exports.rootstock = exports.ethereum = void 0;
27
- exports.lorenzo = exports.loop = exports.logos = exports.likecoin = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.int3face = exports.injective = exports.imversed = exports.impacthub = exports.idep = exports.humans = exports.highbury = exports.heli = exports.haqq = exports.gravitybridge = exports.govgen = exports.gitopia = exports.ggezchain = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = exports.finschia = exports.fetchhub = exports.evmos = exports.ethos = exports.epix = exports.empowerchain = exports.emoney = exports.elys = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = void 0;
28
- exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.qfs = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.paloma = exports.osmosis = exports.oraichain = exports.opct = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.octa = exports.nyx = exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.neutaro = exports.neura = exports.mythos = exports.mun = exports.mtgbp = exports.mises = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mayachain = exports.mars = exports.mantrachain = exports.mande = exports.lumnetwork = exports.loyal = void 0;
29
- exports.zetachain = exports.zenrock = exports.xpla = exports.xion = exports.vector = exports.uptick = exports.ununifi = exports.unification = exports.unicorn = exports.umee = exports.titan = exports.thorchain = exports.tgrade = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = exports.tenet = exports.taketitan = exports.synternet = exports.sunrise = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.six = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = void 0;
26
+ exports.desmos = exports.decentr = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.coss = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.commercionetwork = exports.comdex = exports.cnhostables = exports.cifer = exports.chimba = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.celestia = exports.carbon = exports.canto = exports.bouachain = exports.bostrom = exports.bluzelle = exports.bluechip = exports.blockx = exports.bitsong = exports.bitcanna = exports.bitbadges = exports.beezee = exports.bandchain = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.archway = exports.andromeda = exports.althea = exports.allora = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.tron = exports.ton = exports.solana = exports.rootstock = exports.ethereum = void 0;
27
+ exports.loop = exports.logos = exports.likecoin = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.int3face = exports.injective = exports.imversed = exports.impacthub = exports.idep = exports.humans = exports.highbury = exports.heli = exports.haqq = exports.gravitybridge = exports.govgen = exports.gitopia = exports.ggezchain = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = exports.finschia = exports.fetchhub = exports.evmos = exports.ethos = exports.epix = exports.empowerchain = exports.emoney = exports.elys = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = exports.dhealth = void 0;
28
+ exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.qfs = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.paloma = exports.osmosis = exports.oraichain = exports.opct = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.octa = exports.nyx = exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.neutaro = exports.neura = exports.mythos = exports.mun = exports.mtgbp = exports.mises = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mayachain = exports.mars = exports.mantrachain = exports.mande = exports.lumnetwork = exports.loyal = exports.lorenzo = void 0;
29
+ exports.zetachain = exports.zenrock = exports.xpla = exports.xion = exports.vector = exports.uptick = exports.ununifi = exports.unification = exports.unicorn = exports.umee = exports.titan = exports.thorchain = exports.tgrade = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = exports.tenet = exports.taketitan = exports.synternet = exports.sunrise = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.six = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = void 0;
30
30
  exports.ethereum = __importStar(require("./ethereum"));
31
31
  exports.rootstock = __importStar(require("./rootstock"));
32
32
  exports.solana = __importStar(require("./solana"));
@@ -37,6 +37,7 @@ exports.acrechain = __importStar(require("./acrechain"));
37
37
  exports.agoric = __importStar(require("./agoric"));
38
38
  exports.aioz = __importStar(require("./aioz"));
39
39
  exports.akash = __importStar(require("./akash"));
40
+ exports.allora = __importStar(require("./allora"));
40
41
  exports.althea = __importStar(require("./althea"));
41
42
  exports.andromeda = __importStar(require("./andromeda"));
42
43
  exports.archway = __importStar(require("./archway"));
@@ -924,6 +924,51 @@ const info = {
924
924
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg'
925
925
  }
926
926
  },
927
+ {
928
+ description: 'OM transferred from the Osmosis mainnet that is supported on the Nolus chain',
929
+ denom_units: [{
930
+ denom: 'ibc/B92B80E837E4B1665024B7674D382AF07FE5D8D89797A0FEAF5356C8F173425C',
931
+ exponent: 0,
932
+ aliases: ['uom']
933
+ }, {
934
+ denom: 'om',
935
+ exponent: 6,
936
+ aliases: []
937
+ }],
938
+ type_asset: 'ics20',
939
+ base: 'ibc/B92B80E837E4B1665024B7674D382AF07FE5D8D89797A0FEAF5356C8F173425C',
940
+ name: 'Mantra OM',
941
+ display: 'om',
942
+ symbol: 'OM',
943
+ traces: [{
944
+ type: 'ibc',
945
+ counterparty: {
946
+ chain_name: 'osmosis',
947
+ base_denom: 'ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795',
948
+ channel_id: 'channel-783'
949
+ },
950
+ chain: {
951
+ channel_id: 'channel-0',
952
+ path: 'transfer/channel-0/transfer/channel-85077/uom'
953
+ }
954
+ }],
955
+ images: [{
956
+ image_sync: {
957
+ chain_name: 'osmosis',
958
+ base_denom: 'ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795'
959
+ },
960
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
961
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
962
+ theme: {
963
+ circle: true,
964
+ background_color_hex: '#fba0c1'
965
+ }
966
+ }],
967
+ logo_URIs: {
968
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
969
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
970
+ }
971
+ },
927
972
  {
928
973
  description: 'NTRN transferred from the Neutron mainnet that is supported on the Nolus chain',
929
974
  denom_units: [{
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.95",
3
+ "version": "1.69.96",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
- "homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
6
+ "homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
7
7
  "license": "SEE LICENSE IN LICENSE",
8
8
  "main": "index.js",
9
9
  "module": "esm/index.js",
@@ -14,10 +14,10 @@
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "https://github.com/cosmology-tech/chain-registry"
17
+ "url": "https://github.com/hyperweb-io/chain-registry"
18
18
  },
19
19
  "bugs": {
20
- "url": "https://github.com/cosmology-tech/chain-registry/issues"
20
+ "url": "https://github.com/hyperweb-io/chain-registry/issues"
21
21
  },
22
22
  "scripts": {
23
23
  "copy": "copyfiles -f LICENSE README.md package.json dist",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.51",
32
+ "@chain-registry/utils": "^1.51.52",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.51"
36
+ "@chain-registry/types": "^0.50.52"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "26c73c48b24213661d651a1e196a3effe1907e08"
46
+ "gitHead": "dcba3310046958e2110c2175eb5024751173c4b9"
47
47
  }
@@ -17,12 +17,12 @@ const info = {
17
17
  display: 'allo',
18
18
  symbol: 'ALLO',
19
19
  logo_URIs: {
20
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/images/allora-token.png',
21
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/images/allora-token.svg'
20
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
21
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
22
22
  },
23
23
  images: [{
24
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/images/allora-token.png',
25
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/images/allora-token.svg'
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
26
26
  }],
27
27
  type_asset: 'sdk.coin'
28
28
  }]
@@ -6,7 +6,7 @@ const info = {
6
6
  status: 'live',
7
7
  network_type: 'testnet',
8
8
  website: 'https://allora.network',
9
- pretty_name: 'Allora-Testnet-1',
9
+ pretty_name: 'Allora Testnet',
10
10
  chain_type: 'cosmos',
11
11
  chain_id: 'allora-testnet-1',
12
12
  bech32_prefix: 'allo',
@@ -29,8 +29,8 @@ const info = {
29
29
  },
30
30
  codebase: {},
31
31
  logo_URIs: {
32
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/images/allora-token.png',
33
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/images/allora-token.svg'
32
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
33
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
34
34
  },
35
35
  apis: {
36
36
  rpc: [
@@ -98,8 +98,8 @@ const info = {
98
98
  }
99
99
  ],
100
100
  images: [{
101
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/alloratestnet/images/allora.png',
102
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/alloratestnet/images/allora.svg'
101
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
102
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
103
103
  }]
104
104
  };
105
105
  exports.default = info;
@@ -15,10 +15,10 @@ const info = {
15
15
  fees: {
16
16
  fee_tokens: [{
17
17
  denom: 'ncheq',
18
- fixed_min_gas_price: 25,
19
- low_gas_price: 50,
20
- average_gas_price: 75,
21
- high_gas_price: 100
18
+ fixed_min_gas_price: 5000,
19
+ low_gas_price: 10000,
20
+ average_gas_price: 15000,
21
+ high_gas_price: 20000
22
22
  }]
23
23
  },
24
24
  codebase: {},