Skip to content

Commit bb2364f

Browse files
committed
build 🛠 build-20250610-023904
1 parent 6f9566f commit bb2364f

File tree

7 files changed

+138
-5
lines changed

7 files changed

+138
-5
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ const info: Chain = {
1515
fees: {
1616
feeTokens: [{
1717
denom: 'umfx',
18-
fixedMinGasPrice: 0.05,
19-
lowGasPrice: 0.5,
20-
averageGasPrice: 1,
21-
highGasPrice: 5
18+
fixedMinGasPrice: 1,
19+
lowGasPrice: 1.05,
20+
averageGasPrice: 1.1,
21+
highGasPrice: 3
2222
}]
2323
},
2424
staking: {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15409,7 +15409,7 @@ const info: AssetList = {
1540915409
}]
1541015410
},
1541115411
{
15412-
description: 'Bernese Mountain Dog. Thematic dog token to have fun and be friends with all other dog tokens. Fixed supply 132M',
15412+
description: 'Bernese Mountain Dog — a simple dog token with a fixed supply of 132M; non-mineable, non-stakeable, no inflation, no community pool, no dev allocation; initial genesis fairdrop was a tribute to stakers and LPs of the three-headed-dog chain before it stopped.',
1541315413
denomUnits: [{
1541415414
denom: 'factory/osmo1s6ht8qrm8x0eg8xag5x3ckx9mse9g4se248yss/BERNESE',
1541515415
exponent: 0

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ import * as _uniontestnet from './uniontestnet';
128128
import * as _upticktestnet from './upticktestnet';
129129
import * as _wardenprotocoltestnet from './wardenprotocoltestnet';
130130
import * as _wavehashtestnet from './wavehashtestnet';
131+
import * as _xarchaintestnet from './xarchaintestnet';
131132
import * as _xiontestnet2 from './xiontestnet2';
132133
import * as _xplatestnet from './xplatestnet';
133134
import * as _xrplevmtestnet from './xrplevmtestnet';
@@ -264,6 +265,7 @@ const assetList: AssetList[] = [
264265
_upticktestnet.assetList,
265266
_wardenprotocoltestnet.assetList,
266267
_wavehashtestnet.assetList,
268+
_xarchaintestnet.assetList,
267269
_xiontestnet2.assetList,
268270
_xplatestnet.assetList,
269271
_xrplevmtestnet.assetList,

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ import * as _uniontestnet from './uniontestnet';
128128
import * as _upticktestnet from './upticktestnet';
129129
import * as _wardenprotocoltestnet from './wardenprotocoltestnet';
130130
import * as _wavehashtestnet from './wavehashtestnet';
131+
import * as _xarchaintestnet from './xarchaintestnet';
131132
import * as _xiontestnet2 from './xiontestnet2';
132133
import * as _xplatestnet from './xplatestnet';
133134
import * as _xrplevmtestnet from './xrplevmtestnet';
@@ -264,6 +265,7 @@ const chains: Chain[] = [
264265
_upticktestnet.chain,
265266
_wardenprotocoltestnet.chain,
266267
_wavehashtestnet.chain,
268+
_xarchaintestnet.chain,
267269
_xiontestnet2.chain,
268270
_xplatestnet.chain,
269271
_xrplevmtestnet.chain,
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
import { AssetList } from '@chain-registry/v2-types';
2+
const info: AssetList = {
3+
$schema: '../../assetlist.schema.json',
4+
chainName: 'xarchaintestnet',
5+
assets: [{
6+
description: 'Xarchain Stake is the native cryptocurrency of the Arcana app chain (ceries), designed to orchestrate bridge-less interoperability between multiple blockchains',
7+
extendedDescription: 'Xarchain Stake powers the Arcana app chain by supporting network consensus through staking, ensuring security and trustless coordination across chains.',
8+
denomUnits: [{
9+
denom: 'stake',
10+
exponent: 0
11+
}],
12+
base: 'stake',
13+
name: 'XarchainSTAKE',
14+
display: 'stake',
15+
symbol: 'STAKE',
16+
logoURIs: {
17+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/xarchaintestnet/images/arcana_logo.png',
18+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/xarchaintestnet/images/arcana_logo.svg'
19+
},
20+
images: [{
21+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/xarchaintestnet/images/arcana_logo.png',
22+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/xarchaintestnet/images/arcana_logo.svg',
23+
theme: {
24+
primaryColorHex: '#000000'
25+
}
26+
}],
27+
socials: {
28+
website: 'https://arcana.network',
29+
twitter: 'https://x.com/ArcanaNetwork'
30+
},
31+
typeAsset: 'sdk.coin'
32+
}]
33+
};
34+
export default info;
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
import { Chain } from '@chain-registry/v2-types';
2+
const info: Chain = {
3+
$schema: '../../chain.schema.json',
4+
chainName: 'xarchaintestnet',
5+
chainType: 'cosmos',
6+
chainId: 'xardev',
7+
website: 'https://arcana.network/',
8+
prettyName: 'XarChain Ceries Testnet',
9+
status: 'live',
10+
networkType: 'testnet',
11+
bech32Prefix: 'arcana',
12+
daemonName: 'xarchaind',
13+
nodeHome: '$HOME/.xarchain',
14+
keyAlgos: ['secp256k1'],
15+
slip44: 118,
16+
fees: {
17+
feeTokens: [{
18+
denom: 'stake',
19+
fixedMinGasPrice: 0,
20+
lowGasPrice: 0,
21+
averageGasPrice: 0,
22+
highGasPrice: 0
23+
}]
24+
},
25+
staking: {
26+
stakingTokens: [{
27+
denom: 'stake'
28+
}]
29+
},
30+
codebase: {
31+
gitRepo: 'https://github.com/arcana/xarchain',
32+
recommendedVersion: 'v0.0.4-alpha.3',
33+
compatibleVersions: ['v0.0.4-alpha.3'],
34+
consensus: {
35+
type: 'cometbft',
36+
version: 'v0.38.15'
37+
},
38+
binaries: {
39+
"linux/amd64": 'https://github.com/arcana-network/xarchain/releases/download/v0.0.4-alpha.3/v0.0.4-alpha.3_linux_amd64.tar.gz:checksum=sha256:22b129d75c3824f8cefe58feeec559441952b78bda8c92addc3f55c82cfc88ce'
40+
},
41+
genesis: {
42+
genesisUrl: 'https://cosmos01-dev.arcana.network:26650/genesis'
43+
},
44+
sdk: {
45+
type: 'cosmos',
46+
version: 'v0.50.10',
47+
tag: 'v0.50.10'
48+
},
49+
ibc: {
50+
type: 'go',
51+
version: 'v8.5.2'
52+
},
53+
cosmwasm: {
54+
version: 'v0.53.0',
55+
repo: 'https://github.com/CosmWasm/wasmd',
56+
tag: 'v0.53.0'
57+
}
58+
},
59+
logoURIs: {
60+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/xarchaintestnet/images/arcana_logo.png',
61+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/xarchaintestnet/images/arcana_logo.svg'
62+
},
63+
description: 'Arcana\'s Chain Abstraction provides a unified balance on apps to spend on any chain, without swapping, bridging, or refuelling gas',
64+
apis: {
65+
rpc: [{
66+
address: 'https://cosmos01-dev.arcana.network',
67+
provider: 'arcana'
68+
}],
69+
rest: [{
70+
address: 'https://cosmos01-dev.arcana.network:26650',
71+
provider: 'arcana'
72+
}],
73+
grpc: [{
74+
address: 'https://cosmos01-dev.arcana.network:9091',
75+
provider: 'arcana'
76+
}]
77+
},
78+
explorers: [{
79+
kind: 'arcana ceries intent explorer',
80+
url: 'https://explorer.dev.arcana.network'
81+
}],
82+
images: [{
83+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/xarchaintestnet/images/arcana_logo.png',
84+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/xarchaintestnet/images/arcana_logo.svg',
85+
theme: {
86+
primaryColorHex: '#FF4E9F'
87+
}
88+
}]
89+
};
90+
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;

0 commit comments

Comments
 (0)