chain-registry 2.0.201 → 2.0.202

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.
@@ -0,0 +1,32 @@
1
+ const info = {
2
+ $schema: '../assetlist.schema.json',
3
+ chainName: 'amitis',
4
+ assets: [{
5
+ description: 'The native token of the Amitis Network. AMTS powers the cooperative Layer 1 blockchain that returns 80% of transaction fees to users.',
6
+ typeAsset: 'sdk.coin',
7
+ denomUnits: [{
8
+ denom: 'uamts',
9
+ exponent: 0
10
+ }, {
11
+ denom: 'amts',
12
+ exponent: 6
13
+ }],
14
+ base: 'uamts',
15
+ name: 'Amitis',
16
+ display: 'amts',
17
+ symbol: 'AMTS',
18
+ logoURIs: {
19
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/amitis/images/amts.svg'
20
+ },
21
+ images: [{
22
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/amitis/images/amts.svg'
23
+ }],
24
+ keywords: [
25
+ 'native',
26
+ 'staking',
27
+ 'fee-rebate',
28
+ 'dex'
29
+ ]
30
+ }]
31
+ };
32
+ export default info;
@@ -0,0 +1,63 @@
1
+ const info = {
2
+ $schema: '../chain.schema.json',
3
+ chainName: 'amitis',
4
+ chainType: 'cosmos',
5
+ status: 'live',
6
+ networkType: 'mainnet',
7
+ prettyName: 'Amitis Network',
8
+ chainId: 'amitis-network',
9
+ bech32Prefix: 'amitis',
10
+ daemonName: 'amisd',
11
+ nodeHome: '$HOME/.amitis',
12
+ keyAlgos: ['secp256k1'],
13
+ slip44: 118,
14
+ fees: {
15
+ feeTokens: [{
16
+ denom: 'uamts',
17
+ fixedMinGasPrice: 0,
18
+ lowGasPrice: 0.01,
19
+ averageGasPrice: 0.025,
20
+ highGasPrice: 0.04
21
+ }]
22
+ },
23
+ staking: {
24
+ stakingTokens: [{
25
+ denom: 'uamts'
26
+ }],
27
+ lockDuration: {
28
+ time: '1814400s'
29
+ }
30
+ },
31
+ codebase: {
32
+ gitRepo: 'https://github.com/amitis-network/amitis-network',
33
+ recommendedVersion: 'v1.0.0',
34
+ compatibleVersions: ['v1.0.0'],
35
+ consensus: {
36
+ type: 'cometbft',
37
+ version: '0.38.11'
38
+ },
39
+ genesis: {
40
+ genesisUrl: 'https://rpc.amitis.network/genesis'
41
+ }
42
+ },
43
+ description: 'Amitis Network is a cooperative Layer 1 blockchain built on the Cosmos SDK. Our philosophy is friendship through shared prosperity — the network returns 80% of transaction fees directly to users at the protocol level, making it one of the most user-aligned blockchains in the Cosmos ecosystem. Amitis features 21 fixed validator slots, a native DEX, and native liquid staking built directly into the protocol.',
44
+ apis: {
45
+ rpc: [{
46
+ address: 'https://rpc.amitis.network',
47
+ provider: 'Amitis Network'
48
+ }],
49
+ rest: [{
50
+ address: 'https://rest.amitis.network',
51
+ provider: 'Amitis Network'
52
+ }]
53
+ },
54
+ explorers: [],
55
+ keywords: [
56
+ 'cosmos',
57
+ 'fee-rebate',
58
+ 'dex',
59
+ 'cooperative',
60
+ 'layer1'
61
+ ]
62
+ };
63
+ export default info;
@@ -0,0 +1,31 @@
1
+ const info = [{
2
+ $schema: '../ibc_data.schema.json',
3
+ chain1: {
4
+ chainName: 'amitis',
5
+ chainId: 'amitis-network',
6
+ clientId: '07-tendermint-0',
7
+ connectionId: 'connection-0'
8
+ },
9
+ chain2: {
10
+ chainName: 'osmosis',
11
+ chainId: 'osmosis-1',
12
+ clientId: '07-tendermint-3701',
13
+ connectionId: 'connection-11055'
14
+ },
15
+ channels: [{
16
+ chain1: {
17
+ channelId: 'channel-1',
18
+ portId: 'transfer'
19
+ },
20
+ chain2: {
21
+ channelId: 'channel-110089',
22
+ portId: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ preferred: true
28
+ }
29
+ }]
30
+ }];
31
+ export default info;
@@ -0,0 +1,6 @@
1
+ import _assetList from './asset-list';
2
+ import _chain from './chain';
3
+ import _ibcData from './ibc-data';
4
+ export const assetList = _assetList;
5
+ export const chain = _chain;
6
+ export const ibcData = _ibcData;
@@ -12,6 +12,7 @@ import * as _aioz from './aioz';
12
12
  import * as _akash from './akash';
13
13
  import * as _allora from './allora';
14
14
  import * as _althea from './althea';
15
+ import * as _amitis from './amitis';
15
16
  import * as _andromeda from './andromeda';
16
17
  import * as _archway from './archway';
17
18
  import * as _arkeo from './arkeo';
@@ -247,6 +248,7 @@ const assetList = [
247
248
  _akash.assetList,
248
249
  _allora.assetList,
249
250
  _althea.assetList,
251
+ _amitis.assetList,
250
252
  _andromeda.assetList,
251
253
  _archway.assetList,
252
254
  _arkeo.assetList,
@@ -12,6 +12,7 @@ import * as _aioz from './aioz';
12
12
  import * as _akash from './akash';
13
13
  import * as _allora from './allora';
14
14
  import * as _althea from './althea';
15
+ import * as _amitis from './amitis';
15
16
  import * as _andromeda from './andromeda';
16
17
  import * as _archway from './archway';
17
18
  import * as _arkeo from './arkeo';
@@ -247,6 +248,7 @@ const chains = [
247
248
  _akash.chain,
248
249
  _allora.chain,
249
250
  _althea.chain,
251
+ _amitis.chain,
250
252
  _andromeda.chain,
251
253
  _archway.chain,
252
254
  _arkeo.chain,
@@ -162,7 +162,6 @@ const info = {
162
162
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
163
163
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
164
164
  },
165
- coingeckoId: 'pulsara',
166
165
  keywords: [
167
166
  'dex',
168
167
  'staking',
@@ -8,6 +8,7 @@ import * as _agoric from './agoric';
8
8
  import * as _aioz from './aioz';
9
9
  import * as _akash from './akash';
10
10
  import * as _allora from './allora';
11
+ import * as _amitis from './amitis';
11
12
  import * as _andromeda from './andromeda';
12
13
  import * as _archway from './archway';
13
14
  import * as _arkeo from './arkeo';
@@ -188,6 +189,7 @@ const ibcData = [
188
189
  ..._aioz.ibcData,
189
190
  ..._akash.ibcData,
190
191
  ..._allora.ibcData,
192
+ ..._amitis.ibcData,
191
193
  ..._andromeda.ibcData,
192
194
  ..._archway.ibcData,
193
195
  ..._arkeo.ibcData,
@@ -185,6 +185,36 @@ const info = [
185
185
  }
186
186
  }]
187
187
  },
188
+ {
189
+ $schema: '../ibc_data.schema.json',
190
+ chain1: {
191
+ chainName: 'amitis',
192
+ chainId: 'amitis-network',
193
+ clientId: '07-tendermint-0',
194
+ connectionId: 'connection-0'
195
+ },
196
+ chain2: {
197
+ chainName: 'osmosis',
198
+ chainId: 'osmosis-1',
199
+ clientId: '07-tendermint-3701',
200
+ connectionId: 'connection-11055'
201
+ },
202
+ channels: [{
203
+ chain1: {
204
+ channelId: 'channel-1',
205
+ portId: 'transfer'
206
+ },
207
+ chain2: {
208
+ channelId: 'channel-110089',
209
+ portId: 'transfer'
210
+ },
211
+ ordering: 'unordered',
212
+ version: 'ics20-1',
213
+ tags: {
214
+ preferred: true
215
+ }
216
+ }]
217
+ },
188
218
  {
189
219
  $schema: '../ibc_data.schema.json',
190
220
  chain1: {
@@ -56,20 +56,34 @@ const info = {
56
56
  },
57
57
  description: 'The Jay Network is a Cosmos SDK-based blockchain providing fast, secure, and scalable infrastructure for decentralized applications.',
58
58
  apis: {
59
- rpc: [{
59
+ rpc: [
60
+ {
60
61
  address: 'https://jayscan.duckdns.org/rpc',
61
62
  provider: 'Jay Network'
62
- }, {
63
+ },
64
+ {
63
65
  address: 'http://34.67.101.201:26657',
64
66
  provider: 'Jay Network (direct)'
65
- }],
66
- rest: [{
67
+ },
68
+ {
69
+ address: 'https://rpc-jay.onenov.xyz',
70
+ provider: 'OneNov'
71
+ }
72
+ ],
73
+ rest: [
74
+ {
67
75
  address: 'https://jayscan.duckdns.org/api',
68
76
  provider: 'Jay Network'
69
- }, {
77
+ },
78
+ {
70
79
  address: 'http://34.67.101.201:1317',
71
80
  provider: 'Jay Network (direct)'
72
- }],
81
+ },
82
+ {
83
+ address: 'https://api-jay.onenov.xyz',
84
+ provider: 'OneNov'
85
+ }
86
+ ],
73
87
  grpc: [{
74
88
  address: '34.67.101.201:9090',
75
89
  provider: 'Jay Network'
@@ -83,6 +97,11 @@ const info = {
83
97
  url: 'https://jayscan.duckdns.org',
84
98
  txPage: 'https://jayscan.duckdns.org/?tx=${txHash}',
85
99
  accountPage: 'https://jayscan.duckdns.org/?account=${accountAddress}'
100
+ }, {
101
+ kind: 'Jay Network Explorer',
102
+ url: 'https://jay-explorer.onenov.xyz',
103
+ txPage: 'https://jay-explorer.onenov.xyz/transactions/${txHash}',
104
+ accountPage: 'https://jay-explorer.onenov.xyz/accounts/${accountAddress}'
86
105
  }],
87
106
  images: [{
88
107
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/thejaynetwork.png'
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../assetlist.schema.json',
5
+ chainName: 'amitis',
6
+ assets: [{
7
+ description: 'The native token of the Amitis Network. AMTS powers the cooperative Layer 1 blockchain that returns 80% of transaction fees to users.',
8
+ typeAsset: 'sdk.coin',
9
+ denomUnits: [{
10
+ denom: 'uamts',
11
+ exponent: 0
12
+ }, {
13
+ denom: 'amts',
14
+ exponent: 6
15
+ }],
16
+ base: 'uamts',
17
+ name: 'Amitis',
18
+ display: 'amts',
19
+ symbol: 'AMTS',
20
+ logoURIs: {
21
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/amitis/images/amts.svg'
22
+ },
23
+ images: [{
24
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/amitis/images/amts.svg'
25
+ }],
26
+ keywords: [
27
+ 'native',
28
+ 'staking',
29
+ 'fee-rebate',
30
+ 'dex'
31
+ ]
32
+ }]
33
+ };
34
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ import { Chain } from '@chain-registry/types';
2
+ declare const info: Chain;
3
+ export default info;
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../chain.schema.json',
5
+ chainName: 'amitis',
6
+ chainType: 'cosmos',
7
+ status: 'live',
8
+ networkType: 'mainnet',
9
+ prettyName: 'Amitis Network',
10
+ chainId: 'amitis-network',
11
+ bech32Prefix: 'amitis',
12
+ daemonName: 'amisd',
13
+ nodeHome: '$HOME/.amitis',
14
+ keyAlgos: ['secp256k1'],
15
+ slip44: 118,
16
+ fees: {
17
+ feeTokens: [{
18
+ denom: 'uamts',
19
+ fixedMinGasPrice: 0,
20
+ lowGasPrice: 0.01,
21
+ averageGasPrice: 0.025,
22
+ highGasPrice: 0.04
23
+ }]
24
+ },
25
+ staking: {
26
+ stakingTokens: [{
27
+ denom: 'uamts'
28
+ }],
29
+ lockDuration: {
30
+ time: '1814400s'
31
+ }
32
+ },
33
+ codebase: {
34
+ gitRepo: 'https://github.com/amitis-network/amitis-network',
35
+ recommendedVersion: 'v1.0.0',
36
+ compatibleVersions: ['v1.0.0'],
37
+ consensus: {
38
+ type: 'cometbft',
39
+ version: '0.38.11'
40
+ },
41
+ genesis: {
42
+ genesisUrl: 'https://rpc.amitis.network/genesis'
43
+ }
44
+ },
45
+ description: 'Amitis Network is a cooperative Layer 1 blockchain built on the Cosmos SDK. Our philosophy is friendship through shared prosperity — the network returns 80% of transaction fees directly to users at the protocol level, making it one of the most user-aligned blockchains in the Cosmos ecosystem. Amitis features 21 fixed validator slots, a native DEX, and native liquid staking built directly into the protocol.',
46
+ apis: {
47
+ rpc: [{
48
+ address: 'https://rpc.amitis.network',
49
+ provider: 'Amitis Network'
50
+ }],
51
+ rest: [{
52
+ address: 'https://rest.amitis.network',
53
+ provider: 'Amitis Network'
54
+ }]
55
+ },
56
+ explorers: [],
57
+ keywords: [
58
+ 'cosmos',
59
+ 'fee-rebate',
60
+ 'dex',
61
+ 'cooperative',
62
+ 'layer1'
63
+ ]
64
+ };
65
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ import { IBCData } from '@chain-registry/types';
2
+ declare const info: IBCData[];
3
+ export default info;
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = [{
4
+ $schema: '../ibc_data.schema.json',
5
+ chain1: {
6
+ chainName: 'amitis',
7
+ chainId: 'amitis-network',
8
+ clientId: '07-tendermint-0',
9
+ connectionId: 'connection-0'
10
+ },
11
+ chain2: {
12
+ chainName: 'osmosis',
13
+ chainId: 'osmosis-1',
14
+ clientId: '07-tendermint-3701',
15
+ connectionId: 'connection-11055'
16
+ },
17
+ channels: [{
18
+ chain1: {
19
+ channelId: 'channel-1',
20
+ portId: 'transfer'
21
+ },
22
+ chain2: {
23
+ channelId: 'channel-110089',
24
+ portId: 'transfer'
25
+ },
26
+ ordering: 'unordered',
27
+ version: 'ics20-1',
28
+ tags: {
29
+ preferred: true
30
+ }
31
+ }]
32
+ }];
33
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ export declare const assetList: import("@chain-registry/types").AssetList;
2
+ export declare const chain: import("@chain-registry/types").Chain;
3
+ export declare const ibcData: import("@chain-registry/types").IBCData[];
@@ -0,0 +1,12 @@
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.ibcData = exports.chain = exports.assetList = void 0;
7
+ const asset_list_1 = __importDefault(require("./asset-list"));
8
+ const chain_1 = __importDefault(require("./chain"));
9
+ const ibc_data_1 = __importDefault(require("./ibc-data"));
10
+ exports.assetList = asset_list_1.default;
11
+ exports.chain = chain_1.default;
12
+ exports.ibcData = ibc_data_1.default;
@@ -37,6 +37,7 @@ const _aioz = __importStar(require("./aioz"));
37
37
  const _akash = __importStar(require("./akash"));
38
38
  const _allora = __importStar(require("./allora"));
39
39
  const _althea = __importStar(require("./althea"));
40
+ const _amitis = __importStar(require("./amitis"));
40
41
  const _andromeda = __importStar(require("./andromeda"));
41
42
  const _archway = __importStar(require("./archway"));
42
43
  const _arkeo = __importStar(require("./arkeo"));
@@ -272,6 +273,7 @@ const assetList = [
272
273
  _akash.assetList,
273
274
  _allora.assetList,
274
275
  _althea.assetList,
276
+ _amitis.assetList,
275
277
  _andromeda.assetList,
276
278
  _archway.assetList,
277
279
  _arkeo.assetList,
package/mainnet/chains.js CHANGED
@@ -37,6 +37,7 @@ const _aioz = __importStar(require("./aioz"));
37
37
  const _akash = __importStar(require("./akash"));
38
38
  const _allora = __importStar(require("./allora"));
39
39
  const _althea = __importStar(require("./althea"));
40
+ const _amitis = __importStar(require("./amitis"));
40
41
  const _andromeda = __importStar(require("./andromeda"));
41
42
  const _archway = __importStar(require("./archway"));
42
43
  const _arkeo = __importStar(require("./arkeo"));
@@ -272,6 +273,7 @@ const chains = [
272
273
  _akash.chain,
273
274
  _allora.chain,
274
275
  _althea.chain,
276
+ _amitis.chain,
275
277
  _andromeda.chain,
276
278
  _archway.chain,
277
279
  _arkeo.chain,
@@ -164,7 +164,6 @@ const info = {
164
164
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
165
165
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
166
166
  },
167
- coingeckoId: 'pulsara',
168
167
  keywords: [
169
168
  'dex',
170
169
  'staking',
@@ -33,6 +33,7 @@ const _agoric = __importStar(require("./agoric"));
33
33
  const _aioz = __importStar(require("./aioz"));
34
34
  const _akash = __importStar(require("./akash"));
35
35
  const _allora = __importStar(require("./allora"));
36
+ const _amitis = __importStar(require("./amitis"));
36
37
  const _andromeda = __importStar(require("./andromeda"));
37
38
  const _archway = __importStar(require("./archway"));
38
39
  const _arkeo = __importStar(require("./arkeo"));
@@ -213,6 +214,7 @@ const ibcData = [
213
214
  ..._aioz.ibcData,
214
215
  ..._akash.ibcData,
215
216
  ..._allora.ibcData,
217
+ ..._amitis.ibcData,
216
218
  ..._andromeda.ibcData,
217
219
  ..._archway.ibcData,
218
220
  ..._arkeo.ibcData,
@@ -187,6 +187,36 @@ const info = [
187
187
  }
188
188
  }]
189
189
  },
190
+ {
191
+ $schema: '../ibc_data.schema.json',
192
+ chain1: {
193
+ chainName: 'amitis',
194
+ chainId: 'amitis-network',
195
+ clientId: '07-tendermint-0',
196
+ connectionId: 'connection-0'
197
+ },
198
+ chain2: {
199
+ chainName: 'osmosis',
200
+ chainId: 'osmosis-1',
201
+ clientId: '07-tendermint-3701',
202
+ connectionId: 'connection-11055'
203
+ },
204
+ channels: [{
205
+ chain1: {
206
+ channelId: 'channel-1',
207
+ portId: 'transfer'
208
+ },
209
+ chain2: {
210
+ channelId: 'channel-110089',
211
+ portId: 'transfer'
212
+ },
213
+ ordering: 'unordered',
214
+ version: 'ics20-1',
215
+ tags: {
216
+ preferred: true
217
+ }
218
+ }]
219
+ },
190
220
  {
191
221
  $schema: '../ibc_data.schema.json',
192
222
  chain1: {
@@ -58,20 +58,34 @@ const info = {
58
58
  },
59
59
  description: 'The Jay Network is a Cosmos SDK-based blockchain providing fast, secure, and scalable infrastructure for decentralized applications.',
60
60
  apis: {
61
- rpc: [{
61
+ rpc: [
62
+ {
62
63
  address: 'https://jayscan.duckdns.org/rpc',
63
64
  provider: 'Jay Network'
64
- }, {
65
+ },
66
+ {
65
67
  address: 'http://34.67.101.201:26657',
66
68
  provider: 'Jay Network (direct)'
67
- }],
68
- rest: [{
69
+ },
70
+ {
71
+ address: 'https://rpc-jay.onenov.xyz',
72
+ provider: 'OneNov'
73
+ }
74
+ ],
75
+ rest: [
76
+ {
69
77
  address: 'https://jayscan.duckdns.org/api',
70
78
  provider: 'Jay Network'
71
- }, {
79
+ },
80
+ {
72
81
  address: 'http://34.67.101.201:1317',
73
82
  provider: 'Jay Network (direct)'
74
- }],
83
+ },
84
+ {
85
+ address: 'https://api-jay.onenov.xyz',
86
+ provider: 'OneNov'
87
+ }
88
+ ],
75
89
  grpc: [{
76
90
  address: '34.67.101.201:9090',
77
91
  provider: 'Jay Network'
@@ -85,6 +99,11 @@ const info = {
85
99
  url: 'https://jayscan.duckdns.org',
86
100
  txPage: 'https://jayscan.duckdns.org/?tx=${txHash}',
87
101
  accountPage: 'https://jayscan.duckdns.org/?account=${accountAddress}'
102
+ }, {
103
+ kind: 'Jay Network Explorer',
104
+ url: 'https://jay-explorer.onenov.xyz',
105
+ txPage: 'https://jay-explorer.onenov.xyz/transactions/${txHash}',
106
+ accountPage: 'https://jay-explorer.onenov.xyz/accounts/${accountAddress}'
88
107
  }],
89
108
  images: [{
90
109
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/thejaynetwork.png'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.201",
3
+ "version": "2.0.202",
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.201"
32
+ "@chain-registry/types": "^2.0.202"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "44621821d90d7b731908f748b7b70ed1fb8fbaf1"
42
+ "gitHead": "e5e5c52631e877683477c3762fded9168305dc35"
43
43
  }