chain-registry 1.69.95 → 1.69.97
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 +1 -1
- package/README.md +28 -28
- package/esm/mainnet/allora/assets.js +28 -0
- package/esm/mainnet/allora/chain.js +58 -0
- package/esm/mainnet/allora/index.js +4 -0
- package/esm/mainnet/assets.js +2 -0
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/named.js +1 -0
- package/esm/mainnet/nolus/assets.js +45 -0
- package/esm/testnet/alloratestnet/assets.js +4 -4
- package/esm/testnet/alloratestnet/chain.js +5 -5
- package/esm/testnet/cheqdtestnet/chain.js +4 -4
- package/mainnet/allora/assets.d.ts +3 -0
- package/mainnet/allora/assets.js +30 -0
- package/mainnet/allora/chain.d.ts +3 -0
- package/mainnet/allora/chain.js +60 -0
- package/mainnet/allora/index.d.ts +2 -0
- package/mainnet/allora/index.js +10 -0
- package/mainnet/assets.js +2 -0
- package/mainnet/chains.js +2 -0
- package/mainnet/named.d.ts +1 -0
- package/mainnet/named.js +5 -4
- package/mainnet/nolus/assets.js +45 -0
- package/package.json +7 -7
- package/testnet/alloratestnet/assets.js +4 -4
- package/testnet/alloratestnet/chain.js +5 -5
- package/testnet/cheqdtestnet/chain.js +4 -4
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@
|
|
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/
|
|
9
|
-
<img height="20" src="https://github.com/
|
|
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/
|
|
12
|
-
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%
|
|
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/
|
|
15
|
-
<img height="20" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%
|
|
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/
|
|
19
|
-
<a href="https://www.npmjs.com/package/chain-registry"><img height="20" src="https://img.shields.io/github/package-json/v/
|
|
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/
|
|
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/
|
|
37
|
-
- 🌎 **Pre-generated Asset Lists with IBC Denominations for All Chains** - Access ready-to-use [asset lists](https://github.com/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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 `
|
|
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
|
-
* [
|
|
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/
|
|
262
|
-
* [cosmos-kit](https://github.com/
|
|
263
|
-
* [create-cosmos-app](https://github.com/
|
|
264
|
-
* [interchain-ui](https://github.com/
|
|
265
|
-
* [starship](https://github.com/
|
|
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
|
|
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;
|
package/esm/mainnet/assets.js
CHANGED
|
@@ -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,
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -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,
|
package/esm/mainnet/named.js
CHANGED
|
@@ -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/
|
|
19
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
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/
|
|
23
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
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
|
|
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/
|
|
31
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
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/
|
|
100
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
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:
|
|
17
|
-
low_gas_price:
|
|
18
|
-
average_gas_price:
|
|
19
|
-
high_gas_price:
|
|
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,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,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,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,
|
package/mainnet/named.d.ts
CHANGED
|
@@ -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.
|
|
27
|
-
exports.
|
|
28
|
-
exports.
|
|
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"));
|
package/mainnet/nolus/assets.js
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "1.69.97",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
|
-
"homepage": "https://github.com/
|
|
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/
|
|
17
|
+
"url": "https://github.com/hyperweb-io/chain-registry"
|
|
18
18
|
},
|
|
19
19
|
"bugs": {
|
|
20
|
-
"url": "https://github.com/
|
|
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.
|
|
32
|
+
"@chain-registry/utils": "^1.51.53",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.53"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "8ca3f9eb88cdc393b8ca13faae6c9c22fda8ab51"
|
|
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/
|
|
21
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
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/
|
|
25
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
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
|
|
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/
|
|
33
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
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/
|
|
102
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
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:
|
|
19
|
-
low_gas_price:
|
|
20
|
-
average_gas_price:
|
|
21
|
-
high_gas_price:
|
|
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: {},
|