chain-registry 2.0.14 → 2.0.16
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/esm/mainnet/asset-lists.js +2 -0
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/dydx/chain.js +4 -11
- package/esm/mainnet/noble/asset-list.js +2 -0
- package/esm/mainnet/osmosis/asset-list.js +181 -489
- package/esm/mainnet/xarchain/asset-list.js +33 -0
- package/esm/mainnet/xarchain/chain.js +89 -0
- package/esm/mainnet/xarchain/index.js +4 -0
- package/esm/testnet/lumeratestnet/chain.js +1 -1
- package/mainnet/asset-lists.js +2 -0
- package/mainnet/chains.js +2 -0
- package/mainnet/dydx/chain.js +4 -11
- package/mainnet/noble/asset-list.js +2 -0
- package/mainnet/osmosis/asset-list.js +181 -489
- package/mainnet/xarchain/asset-list.d.ts +3 -0
- package/mainnet/xarchain/asset-list.js +35 -0
- package/mainnet/xarchain/chain.d.ts +3 -0
- package/mainnet/xarchain/chain.js +91 -0
- package/mainnet/xarchain/index.d.ts +2 -0
- package/mainnet/xarchain/index.js +10 -0
- package/package.json +3 -3
- package/testnet/lumeratestnet/chain.js +1 -1
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../assetlist.schema.json',
|
|
5
|
+
chainName: 'xarchain',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'Xarchain stXar is the native cryptocurrency of the Arcana app chain (ceries), designed to orchestrate bridge-less interoperability between multiple blockchains',
|
|
8
|
+
extendedDescription: 'Xarchain stXar powers the Arcana app chain by supporting network consensus through staking, ensuring security and trustless coordination across chains.',
|
|
9
|
+
denomUnits: [{
|
|
10
|
+
denom: 'stxar',
|
|
11
|
+
exponent: 0
|
|
12
|
+
}],
|
|
13
|
+
base: 'stxar',
|
|
14
|
+
name: 'XarchainSTAKE',
|
|
15
|
+
display: 'stxar',
|
|
16
|
+
symbol: 'STXAR',
|
|
17
|
+
logoURIs: {
|
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xarchain/images/arcana_logo.png',
|
|
19
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xarchain/images/arcana_logo.svg'
|
|
20
|
+
},
|
|
21
|
+
images: [{
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xarchain/images/arcana_logo.png',
|
|
23
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xarchain/images/arcana_logo.svg',
|
|
24
|
+
theme: {
|
|
25
|
+
primaryColorHex: '#000000'
|
|
26
|
+
}
|
|
27
|
+
}],
|
|
28
|
+
socials: {
|
|
29
|
+
website: 'https://arcana.network',
|
|
30
|
+
twitter: 'https://x.com/ArcanaNetwork'
|
|
31
|
+
},
|
|
32
|
+
typeAsset: 'sdk.coin'
|
|
33
|
+
}]
|
|
34
|
+
};
|
|
35
|
+
exports.default = info;
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../chain.schema.json',
|
|
5
|
+
chainName: 'xarchain',
|
|
6
|
+
chainType: 'cosmos',
|
|
7
|
+
chainId: 'xarchain',
|
|
8
|
+
website: 'https://arcana.network/',
|
|
9
|
+
prettyName: 'XarChain Coral',
|
|
10
|
+
status: 'live',
|
|
11
|
+
networkType: 'mainnet',
|
|
12
|
+
bech32Prefix: 'arcana',
|
|
13
|
+
daemonName: 'xarchaind',
|
|
14
|
+
nodeHome: '$HOME/.xarchain',
|
|
15
|
+
keyAlgos: ['secp256k1'],
|
|
16
|
+
slip44: 118,
|
|
17
|
+
fees: {
|
|
18
|
+
feeTokens: [{
|
|
19
|
+
denom: 'stxar',
|
|
20
|
+
fixedMinGasPrice: 0,
|
|
21
|
+
lowGasPrice: 0,
|
|
22
|
+
averageGasPrice: 0,
|
|
23
|
+
highGasPrice: 0
|
|
24
|
+
}]
|
|
25
|
+
},
|
|
26
|
+
staking: {
|
|
27
|
+
stakingTokens: [{
|
|
28
|
+
denom: 'stxar'
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
31
|
+
codebase: {
|
|
32
|
+
gitRepo: 'https://github.com/arcana/xarchain',
|
|
33
|
+
recommendedVersion: 'v0.0.4-rc.2',
|
|
34
|
+
compatibleVersions: ['v0.0.4-rc.2'],
|
|
35
|
+
consensus: {
|
|
36
|
+
type: 'cometbft',
|
|
37
|
+
version: 'v0.38.15'
|
|
38
|
+
},
|
|
39
|
+
binaries: {
|
|
40
|
+
"linux/amd64": 'https://github.com/arcana-network/xarchain/releases/download/v0.0.4-rc.2/v0.0.4-rc.2_linux_amd64.tar.gz:checksum=sha256:9d141b09ddfe9cbb8c5ccbb5c5e38f5bbd381444efecc96166af8419f5a48465'
|
|
41
|
+
},
|
|
42
|
+
genesis: {
|
|
43
|
+
genesisUrl: 'https://cosmos01-testnet.arcana.network:26650/genesis'
|
|
44
|
+
},
|
|
45
|
+
sdk: {
|
|
46
|
+
type: 'cosmos',
|
|
47
|
+
version: 'v0.50.10',
|
|
48
|
+
tag: 'v0.50.10'
|
|
49
|
+
},
|
|
50
|
+
ibc: {
|
|
51
|
+
type: 'go',
|
|
52
|
+
version: 'v8.5.2'
|
|
53
|
+
},
|
|
54
|
+
cosmwasm: {
|
|
55
|
+
version: 'v0.53.0',
|
|
56
|
+
repo: 'https://github.com/CosmWasm/wasmd',
|
|
57
|
+
tag: 'v0.53.0'
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
logoURIs: {
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xarchain/images/arcana_logo.png',
|
|
62
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xarchain/images/arcana_logo.svg'
|
|
63
|
+
},
|
|
64
|
+
description: 'Arcana\'s Chain Abstraction provides a unified balance on apps to spend on any chain, without swapping, bridging, or refuelling gas',
|
|
65
|
+
apis: {
|
|
66
|
+
rpc: [{
|
|
67
|
+
address: 'https://cosmos01-testnet.arcana.network:26650',
|
|
68
|
+
provider: 'arcana'
|
|
69
|
+
}],
|
|
70
|
+
rest: [{
|
|
71
|
+
address: 'https://cosmos01-testnet.arcana.network',
|
|
72
|
+
provider: 'arcana'
|
|
73
|
+
}],
|
|
74
|
+
grpc: [{
|
|
75
|
+
address: 'https://cosmos01-testnet.arcana.network:9091',
|
|
76
|
+
provider: 'arcana'
|
|
77
|
+
}]
|
|
78
|
+
},
|
|
79
|
+
explorers: [{
|
|
80
|
+
kind: 'arcana ceries intent explorer',
|
|
81
|
+
url: 'https://explorer.arcana.network'
|
|
82
|
+
}],
|
|
83
|
+
images: [{
|
|
84
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xarchain/images/arcana_logo.png',
|
|
85
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xarchain/images/arcana_logo.svg',
|
|
86
|
+
theme: {
|
|
87
|
+
primaryColorHex: '#FF4E9F'
|
|
88
|
+
}
|
|
89
|
+
}]
|
|
90
|
+
};
|
|
91
|
+
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.assetList = void 0;
|
|
7
|
+
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
exports.assetList = asset_list_1.default;
|
|
10
|
+
exports.chain = chain_1.default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.16",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.16"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "5d1c7b42c100e9a5ec7cf18bb1c79e4a09d5046e"
|
|
43
43
|
}
|