Skip to content

Commit 3d27e0c

Browse files
committed
build 🛠 build-20250118-050425
1 parent dcba331 commit 3d27e0c

File tree

10 files changed

+180
-23
lines changed

10 files changed

+180
-23
lines changed

v2/packages/chain-registry/src/mainnet/agoric/chain.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ const info: Chain = {
3636
genesis: {
3737
genesisUrl: 'https://main.agoric.net/genesis.json'
3838
},
39-
recommendedVersion: 'agoric-upgrade-17',
40-
compatibleVersions: ['agoric-upgrade-17'],
39+
recommendedVersion: 'agoric-upgrade-18',
40+
compatibleVersions: ['agoric-upgrade-18'],
4141
consensus: {
4242
type: 'cometbft',
4343
version: 'v0.34.30',
4444
repo: 'https://github.com/agoric-labs/cometbft',
45-
tag: 'v0.34.30-alpha.agoric.1'
45+
tag: 'v0.34.30-alpha.agoric.2'
4646
},
4747
cosmwasm: {
4848
enabled: false
@@ -55,7 +55,7 @@ const info: Chain = {
5555
type: 'cosmos',
5656
repo: 'https://github.com/agoric-labs/cosmos-sdk',
5757
version: 'v0.46.16',
58-
tag: 'v0.46.16-alpha.agoric.2.4'
58+
tag: 'v0.46.16-alpha.agoric.2.5'
5959
},
6060
ibc: {
6161
type: 'go',
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
import { AssetList } from '@chain-registry/v2-types';
2+
const info: AssetList = {
3+
$schema: '../assetlist.schema.json',
4+
chainName: 'allora',
5+
assets: [{
6+
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.',
7+
denomUnits: [{
8+
denom: 'uallo',
9+
exponent: 0
10+
}, {
11+
denom: 'allo',
12+
exponent: 18
13+
}],
14+
base: 'uallo',
15+
name: 'Allora Network',
16+
display: 'allo',
17+
symbol: 'ALLO',
18+
logoURIs: {
19+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
20+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
21+
},
22+
images: [{
23+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
24+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
25+
}],
26+
typeAsset: 'sdk.coin'
27+
}]
28+
};
29+
export default info;
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
import { Chain } from '@chain-registry/v2-types';
2+
const info: Chain = {
3+
$schema: '../chain.schema.json',
4+
chainName: 'allora',
5+
status: 'live',
6+
networkType: 'mainnet',
7+
website: 'https://allora.network',
8+
prettyName: 'Allora',
9+
chainType: 'cosmos',
10+
chainId: 'allora-mainnet-1',
11+
bech32Prefix: 'allo',
12+
daemonName: 'allorad',
13+
nodeHome: '$HOME/.allorad',
14+
slip44: 118,
15+
fees: {
16+
feeTokens: [{
17+
denom: 'uallo',
18+
fixedMinGasPrice: 10,
19+
lowGasPrice: 10,
20+
averageGasPrice: 10,
21+
highGasPrice: 12
22+
}]
23+
},
24+
staking: {
25+
stakingTokens: [{
26+
denom: 'uallo'
27+
}]
28+
},
29+
codebase: {
30+
gitRepo: 'https://github.com/allora-network/allora-chain',
31+
recommendedVersion: 'v0.8.0',
32+
compatibleVersions: ['v0.8.0'],
33+
binaries: {
34+
"linux/amd64": 'https://github.com/allora-network/allora-chain/releases/download/v0.8.0/allorad_linux_amd64',
35+
"linux/arm64": 'https://github.com/allora-network/allora-chain/releases/download/v0.8.0/allorad_linux_arm64',
36+
"darwin/amd64": 'https://github.com/allora-network/allora-chain/releases/download/v0.8.0/allorad_darwin_amd64',
37+
"darwin/arm64": 'https://github.com/allora-network/allora-chain/releases/download/v0.8.0/allorad_darwin_arm64',
38+
"windows/amd64": 'https://github.com/allora-network/allora-chain/releases/download/v0.8.0/allorad_windows_amd64.exe',
39+
"windows/arm64": 'https://github.com/allora-network/allora-chain/releases/download/v0.8.0/allorad_windows_arm64.exe'
40+
},
41+
genesis: {
42+
genesisUrl: 'https://github.com/allora-network/networks/blob/main/allora-mainnet-1/genesis.json'
43+
}
44+
},
45+
logoURIs: {
46+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
47+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
48+
},
49+
apis: {
50+
rpc: [{
51+
address: 'https://allora-rpc.mainnet.allora.network',
52+
provider: 'allora'
53+
}],
54+
rest: [{
55+
address: 'https://allora-api.mainnet.allora.network',
56+
provider: 'allora'
57+
}],
58+
grpc: [{
59+
address: 'allora-grpc.mainnet.allora.network:443',
60+
provider: 'allora'
61+
}]
62+
},
63+
explorers: [{
64+
kind: 'Allora Studio',
65+
url: 'https://explorer.allora.network',
66+
txPage: 'https://explorer.allora.network/explorer/transactions/${txHash}',
67+
accountPage: 'https://explorer.allora.network/profile/${accountAddress}'
68+
}],
69+
images: [{
70+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
71+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
72+
}]
73+
};
74+
export default info;
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import _assetList from './asset-list';
2+
import _chain from './chain';
3+
4+
export const assetList = _assetList;
5+
export const chain = _chain;

v2/packages/chain-registry/src/mainnet/asset-lists.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import * as _acrechain from './acrechain';
1010
import * as _agoric from './agoric';
1111
import * as _aioz from './aioz';
1212
import * as _akash from './akash';
13+
import * as _allora from './allora';
1314
import * as _althea from './althea';
1415
import * as _andromeda from './andromeda';
1516
import * as _archway from './archway';
@@ -204,6 +205,7 @@ const assetList: AssetList[] = [
204205
_agoric.assetList,
205206
_aioz.assetList,
206207
_akash.assetList,
208+
_allora.assetList,
207209
_althea.assetList,
208210
_andromeda.assetList,
209211
_archway.assetList,

v2/packages/chain-registry/src/mainnet/chains.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import * as _acrechain from './acrechain';
1010
import * as _agoric from './agoric';
1111
import * as _aioz from './aioz';
1212
import * as _akash from './akash';
13+
import * as _allora from './allora';
1314
import * as _althea from './althea';
1415
import * as _andromeda from './andromeda';
1516
import * as _archway from './archway';
@@ -204,6 +205,7 @@ const chains: Chain[] = [
204205
_agoric.chain,
205206
_aioz.chain,
206207
_akash.chain,
208+
_allora.chain,
207209
_althea.chain,
208210
_andromeda.chain,
209211
_archway.chain,

v2/packages/chain-registry/src/mainnet/nolus/asset-list.ts

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -923,6 +923,51 @@ const info: AssetList = {
923923
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg'
924924
}
925925
},
926+
{
927+
description: 'OM transferred from the Osmosis mainnet that is supported on the Nolus chain',
928+
denomUnits: [{
929+
denom: 'ibc/B92B80E837E4B1665024B7674D382AF07FE5D8D89797A0FEAF5356C8F173425C',
930+
exponent: 0,
931+
aliases: ['uom']
932+
}, {
933+
denom: 'om',
934+
exponent: 6,
935+
aliases: []
936+
}],
937+
typeAsset: 'ics20',
938+
base: 'ibc/B92B80E837E4B1665024B7674D382AF07FE5D8D89797A0FEAF5356C8F173425C',
939+
name: 'Mantra OM',
940+
display: 'om',
941+
symbol: 'OM',
942+
traces: [{
943+
type: 'ibc',
944+
counterparty: {
945+
chainName: 'osmosis',
946+
baseDenom: 'ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795',
947+
channelId: 'channel-783'
948+
},
949+
chain: {
950+
channelId: 'channel-0',
951+
path: 'transfer/channel-0/transfer/channel-85077/uom'
952+
}
953+
}],
954+
images: [{
955+
imageSync: {
956+
chainName: 'osmosis',
957+
baseDenom: 'ibc/164807F6226F91990F358C6467EEE8B162E437BDCD3DADEC3F0CE20693720795'
958+
},
959+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
960+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
961+
theme: {
962+
circle: true,
963+
backgroundColorHex: '#fba0c1'
964+
}
965+
}],
966+
logoURIs: {
967+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
968+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
969+
}
970+
},
926971
{
927972
description: 'NTRN transferred from the Neutron mainnet that is supported on the Nolus chain',
928973
denomUnits: [{

v2/packages/chain-registry/src/testnet/alloratestnet/asset-list.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ const info: AssetList = {
1616
display: 'allo',
1717
symbol: 'ALLO',
1818
logoURIs: {
19-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/images/allora-token.png',
20-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/images/allora-token.svg'
19+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
20+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
2121
},
2222
images: [{
23-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/images/allora-token.png',
24-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/images/allora-token.svg'
23+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
24+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
2525
}],
2626
typeAsset: 'sdk.coin'
2727
}]

v2/packages/chain-registry/src/testnet/alloratestnet/chain.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const info: Chain = {
55
status: 'live',
66
networkType: 'testnet',
77
website: 'https://allora.network',
8-
prettyName: 'Allora-Testnet-1',
8+
prettyName: 'Allora Testnet',
99
chainType: 'cosmos',
1010
chainId: 'allora-testnet-1',
1111
bech32Prefix: 'allo',
@@ -43,8 +43,8 @@ const info: Chain = {
4343
}
4444
},
4545
logoURIs: {
46-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/images/allora-token.png',
47-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/images/allora-token.svg'
46+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
47+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
4848
},
4949
apis: {
5050
rpc: [
@@ -112,8 +112,8 @@ const info: Chain = {
112112
}
113113
],
114114
images: [{
115-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/alloratestnet/images/allora.png',
116-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/alloratestnet/images/allora.svg'
115+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
116+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
117117
}]
118118
};
119119
export default info;

v2/packages/chain-registry/src/testnet/cheqdtestnet/chain.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ const info: Chain = {
1414
fees: {
1515
feeTokens: [{
1616
denom: 'ncheq',
17-
fixedMinGasPrice: 25,
18-
lowGasPrice: 50,
19-
averageGasPrice: 75,
20-
highGasPrice: 100
17+
fixedMinGasPrice: 5000,
18+
lowGasPrice: 10000,
19+
averageGasPrice: 15000,
20+
highGasPrice: 20000
2121
}]
2222
},
2323
codebase: {
2424
gitRepo: 'https://github.com/cheqd/cheqd-node',
25-
recommendedVersion: 'v3.0.1',
26-
compatibleVersions: ['v3.0.1'],
25+
recommendedVersion: 'v3.1.4',
26+
compatibleVersions: ['v3.1.4'],
2727
binaries: {
28-
"linux/amd64": 'https://github.com/cheqd/cheqd-node/releases/download/v3.0.1/cheqd-noded-3.0.1-linux-amd64.tar.gz',
29-
"linux/arm64": 'https://github.com/cheqd/cheqd-node/releases/download/v3.0.1/cheqd-noded-3.0.1-linux-arm64.tar.gz',
30-
"darwin/amd64": 'https://github.com/cheqd/cheqd-node/releases/download/v3.0.1/cheqd-noded-3.0.1-darwin-amd64.tar.gz',
31-
"darwin/arm64": 'https://github.com/cheqd/cheqd-node/releases/download/v3.0.1/cheqd-noded-3.0.1-darwin-arm64.tar.gz'
28+
"linux/amd64": 'https://github.com/cheqd/cheqd-node/releases/download/v3.1.4/cheqd-noded-3.1.4-linux-amd64.tar.gz',
29+
"linux/arm64": 'https://github.com/cheqd/cheqd-node/releases/download/v3.1.4/cheqd-noded-3.1.4-linux-arm64.tar.gz',
30+
"darwin/amd64": 'https://github.com/cheqd/cheqd-node/releases/download/v3.1.4/cheqd-noded-3.1.4-darwin-amd64.tar.gz',
31+
"darwin/arm64": 'https://github.com/cheqd/cheqd-node/releases/download/v3.1.4/cheqd-noded-3.1.4-darwin-arm64.tar.gz'
3232
},
3333
consensus: {
3434
type: 'cometbft',

0 commit comments

Comments
 (0)