Skip to content

Commit

Permalink
build 🛠 build-20250118-045524
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Jan 18, 2025
1 parent 8ba082f commit 8f45fbc
Show file tree
Hide file tree
Showing 11 changed files with 159 additions and 14 deletions.
29 changes: 29 additions & 0 deletions v1/packages/chain-registry/src/mainnet/allora/assets.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
import { AssetList } from '@chain-registry/types';
const info: AssetList = {
$schema: '../assetlist.schema.json',
chain_name: 'allora',
assets: [{
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.',
denom_units: [{
denom: 'uallo',
exponent: 0
}, {
denom: 'allo',
exponent: 18
}],
base: 'uallo',
name: 'Allora Network',
display: 'allo',
symbol: 'ALLO',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
}],
type_asset: 'sdk.coin'
}]
};
export default info;
61 changes: 61 additions & 0 deletions v1/packages/chain-registry/src/mainnet/allora/chain.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
import { Chain } from '@chain-registry/types';
const info: Chain = {
$schema: '../chain.schema.json',
chain_name: 'allora',
status: 'live',
network_type: 'mainnet',
website: 'https://allora.network',
pretty_name: 'Allora',
chain_type: 'cosmos',
chain_id: 'allora-mainnet-1',
bech32_prefix: 'allo',
daemon_name: 'allorad',
node_home: '$HOME/.allorad',
slip44: 118,
fees: {
fee_tokens: [{
denom: 'uallo',
fixed_min_gas_price: 10,
low_gas_price: 10,
average_gas_price: 10,
high_gas_price: 12
}]
},
staking: {
staking_tokens: [{
denom: 'uallo'
}]
},
codebase: {

},
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
},
apis: {
rpc: [{
address: 'https://allora-rpc.mainnet.allora.network',
provider: 'allora'
}],
rest: [{
address: 'https://allora-api.mainnet.allora.network',
provider: 'allora'
}],
grpc: [{
address: 'allora-grpc.mainnet.allora.network:443',
provider: 'allora'
}]
},
explorers: [{
kind: 'Allora Studio',
url: 'https://explorer.allora.network',
tx_page: 'https://explorer.allora.network/explorer/transactions/${txHash}',
account_page: 'https://explorer.allora.network/profile/${accountAddress}'
}],
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
}]
};
export default info;
5 changes: 5 additions & 0 deletions v1/packages/chain-registry/src/mainnet/allora/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import _assets from './assets';
import _chain from './chain';

export const assets = _assets;
export const chain = _chain;
2 changes: 2 additions & 0 deletions v1/packages/chain-registry/src/mainnet/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import * as _acrechain from './acrechain';
import * as _agoric from './agoric';
import * as _aioz from './aioz';
import * as _akash from './akash';
import * as _allora from './allora';
import * as _althea from './althea';
import * as _andromeda from './andromeda';
import * as _archway from './archway';
Expand Down Expand Up @@ -204,6 +205,7 @@ const assets: AssetList[] = [
_agoric.assets,
_aioz.assets,
_akash.assets,
_allora.assets,
_althea.assets,
_andromeda.assets,
_archway.assets,
Expand Down
2 changes: 2 additions & 0 deletions v1/packages/chain-registry/src/mainnet/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import * as _acrechain from './acrechain';
import * as _agoric from './agoric';
import * as _aioz from './aioz';
import * as _akash from './akash';
import * as _allora from './allora';
import * as _althea from './althea';
import * as _andromeda from './andromeda';
import * as _archway from './archway';
Expand Down Expand Up @@ -204,6 +205,7 @@ const chains: Chain[] = [
_agoric.chain,
_aioz.chain,
_akash.chain,
_allora.chain,
_althea.chain,
_andromeda.chain,
_archway.chain,
Expand Down
1 change: 1 addition & 0 deletions v1/packages/chain-registry/src/mainnet/named.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export * as acrechain from './acrechain';
export * as agoric from './agoric';
export * as aioz from './aioz';
export * as akash from './akash';
export * as allora from './allora';
export * as althea from './althea';
export * as andromeda from './andromeda';
export * as archway from './archway';
Expand Down
45 changes: 45 additions & 0 deletions v1/packages/chain-registry/src/mainnet/nolus/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,51 @@ const info: AssetList = {
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg'
}
},
{
description: 'OM transferred from the Osmosis mainnet that is supported on the Nolus chain',
denom_units: [{
denom: 'ibc/B92B80E837E4B1665024B7674D382AF07FE5D8D89797A0FEAF5356C8F173425C',
exponent: 0,
aliases: ['uom']
}, {
denom: 'om',
exponent: 6,
aliases: []
}],
type_asset: 'ics20',
base: 'ibc/B92B80E837E4B1665024B7674D382AF07FE5D8D89797A0FEAF5356C8F173425C',
name: 'Mantra OM',
display: 'om',
symbol: 'OM',
traces: [{
type: 'ibc',
counterparty: {
chain_name: 'osmosis',
base_denom: 'ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795',
channel_id: 'channel-783'
},
chain: {
channel_id: 'channel-0',
path: 'transfer/channel-0/transfer/channel-85077/uom'
}
}],
images: [{
image_sync: {
chain_name: 'osmosis',
base_denom: 'ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795'
},
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
theme: {
circle: true,
background_color_hex: '#fba0c1'
}
}],
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
}
},
{
description: 'NTRN transferred from the Neutron mainnet that is supported on the Nolus chain',
denom_units: [{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ const info: AssetList = {
display: 'allo',
symbol: 'ALLO',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/images/allora-token.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/images/allora-token.svg'
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
},
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/images/allora-token.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/images/allora-token.svg'
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
}],
type_asset: 'sdk.coin'
}]
Expand Down
10 changes: 5 additions & 5 deletions v1/packages/chain-registry/src/testnet/alloratestnet/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const info: Chain = {
status: 'live',
network_type: 'testnet',
website: 'https://allora.network',
pretty_name: 'Allora-Testnet-1',
pretty_name: 'Allora Testnet',
chain_type: 'cosmos',
chain_id: 'allora-testnet-1',
bech32_prefix: 'allo',
Expand All @@ -30,8 +30,8 @@ const info: Chain = {

},
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/images/allora-token.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/images/allora-token.svg'
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
},
apis: {
rpc: [
Expand Down Expand Up @@ -99,8 +99,8 @@ const info: Chain = {
}
],
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/alloratestnet/images/allora.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/alloratestnet/images/allora.svg'
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
}]
};
export default info;
8 changes: 4 additions & 4 deletions v1/packages/chain-registry/src/testnet/cheqdtestnet/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ const info: Chain = {
fees: {
fee_tokens: [{
denom: 'ncheq',
fixed_min_gas_price: 25,
low_gas_price: 50,
average_gas_price: 75,
high_gas_price: 100
fixed_min_gas_price: 5000,
low_gas_price: 10000,
average_gas_price: 15000,
high_gas_price: 20000
}]
},
codebase: {
Expand Down

0 comments on commit 8f45fbc

Please sign in to comment.