chain-registry 1.69.112 → 1.69.114

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.
Files changed (43) hide show
  1. package/devnet/prysmdevnet/chain.js +12 -0
  2. package/esm/devnet/prysmdevnet/chain.js +12 -0
  3. package/esm/mainnet/elys/assets.js +327 -0
  4. package/esm/mainnet/mantrachain/assets.js +181 -2
  5. package/esm/mainnet/source/chain.js +0 -4
  6. package/esm/mainnet/stargaze/assets.js +21 -0
  7. package/esm/testnet/assets.js +2 -0
  8. package/esm/testnet/atomonetestnet/assets.js +32 -0
  9. package/esm/testnet/atomonetestnet/chain.js +134 -0
  10. package/esm/testnet/atomonetestnet/index.js +4 -0
  11. package/esm/testnet/axelartestnet/assets.js +1404 -0
  12. package/esm/testnet/chains.js +2 -0
  13. package/esm/testnet/cosmosicsprovidertestnet/chain.js +8 -0
  14. package/esm/testnet/elystestnet/chain.js +8 -0
  15. package/esm/testnet/manifesttestnet/assets.js +1288 -0
  16. package/esm/testnet/mantrachaintestnet2/assets.js +178 -2
  17. package/esm/testnet/named.js +1 -0
  18. package/esm/testnet/neutrontestnet/chain.js +14 -3
  19. package/esm/testnet/osmosistestnet/assets.js +1954 -4
  20. package/esm/testnet/pelltestnet/chain.js +8 -0
  21. package/mainnet/elys/assets.js +327 -0
  22. package/mainnet/mantrachain/assets.js +181 -2
  23. package/mainnet/source/chain.js +0 -4
  24. package/mainnet/stargaze/assets.js +21 -0
  25. package/package.json +4 -4
  26. package/testnet/assets.js +2 -0
  27. package/testnet/atomonetestnet/assets.d.ts +3 -0
  28. package/testnet/atomonetestnet/assets.js +34 -0
  29. package/testnet/atomonetestnet/chain.d.ts +3 -0
  30. package/testnet/atomonetestnet/chain.js +136 -0
  31. package/testnet/atomonetestnet/index.d.ts +2 -0
  32. package/testnet/atomonetestnet/index.js +10 -0
  33. package/testnet/axelartestnet/assets.js +1404 -0
  34. package/testnet/chains.js +2 -0
  35. package/testnet/cosmosicsprovidertestnet/chain.js +8 -0
  36. package/testnet/elystestnet/chain.js +8 -0
  37. package/testnet/manifesttestnet/assets.js +1288 -0
  38. package/testnet/mantrachaintestnet2/assets.js +178 -2
  39. package/testnet/named.d.ts +1 -0
  40. package/testnet/named.js +4 -3
  41. package/testnet/neutrontestnet/chain.js +14 -3
  42. package/testnet/osmosistestnet/assets.js +1954 -4
  43. package/testnet/pelltestnet/chain.js +8 -0
@@ -0,0 +1,3 @@
1
+ import { Chain } from '@chain-registry/types';
2
+ declare const info: Chain;
3
+ export default info;
@@ -0,0 +1,136 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../../chain.schema.json',
5
+ chain_name: 'atomonetestnet',
6
+ chain_type: 'cosmos',
7
+ chain_id: 'atomone-testnet-1',
8
+ website: 'https://github.com/atomone-hub/networks/tree/master/atomone-testnet-1',
9
+ pretty_name: 'AtomOne testnet-1',
10
+ status: 'live',
11
+ network_type: 'testnet',
12
+ bech32_prefix: 'atone',
13
+ daemon_name: 'atomoned',
14
+ node_home: '$HOME/.atomone',
15
+ key_algos: ['secp256k1'],
16
+ slip44: 118,
17
+ fees: {
18
+ fee_tokens: [{
19
+ denom: 'uatone',
20
+ fixed_min_gas_price: 0.001,
21
+ low_gas_price: 0.006,
22
+ average_gas_price: 0.006,
23
+ high_gas_price: 0.009
24
+ }]
25
+ },
26
+ staking: {
27
+ staking_tokens: [{
28
+ denom: 'uatone'
29
+ }]
30
+ },
31
+ codebase: {
32
+ git_repo: 'https://github.com/atomone-hub/atomone',
33
+ recommended_version: 'v1.0.0',
34
+ compatible_versions: ['v1.0.0'],
35
+ binaries: {
36
+ "linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.0/atomoned-v1.0.0-linux-amd64',
37
+ "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.0/atomoned-v1.0.0-linux-arm64',
38
+ "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.0/atomoned-v1.0.0-darwin-amd64',
39
+ "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.0/atomoned-v1.0.0-darwin-arm64',
40
+ "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.0/atomoned-v1.0.0-windows-amd64.exe',
41
+ "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.0.0/atomoned-v1.0.0-windows-arm64.exe'
42
+ },
43
+ genesis: {
44
+ genesis_url: 'https://atomone.fra1.digitaloceanspaces.com/atomone-testnet-1/genesis.json'
45
+ },
46
+ consensus: {
47
+ type: 'cometbft',
48
+ version: 'v0.37.5'
49
+ },
50
+ sdk: {
51
+ type: 'cosmos',
52
+ version: 'v0.47.13'
53
+ }
54
+ },
55
+ logo_URIs: {
56
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
57
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
58
+ },
59
+ description: 'The Cosmos community, at a crossroads, confronts divergent views on key aspects such as mission, tokenomics, and security philosophy. AtomOne emerges as a beacon, offering an alternative fork to navigate these waters, equipped to handle contingencies and embodying a bastion for diverse political thought.',
60
+ apis: {
61
+ rpc: [
62
+ {
63
+ address: 'https://rpc-testnet-atomone.nodeist.net',
64
+ provider: 'Nodeist'
65
+ },
66
+ {
67
+ address: 'https://atomone-testnet-rpc.ibs.team',
68
+ provider: 'Inter Blockchain Services'
69
+ },
70
+ {
71
+ address: 'https://rpc-test.atomone.vinjan.xyz',
72
+ provider: 'Vinjan'
73
+ },
74
+ {
75
+ address: 'https://atomone.test.rpc.nodeshub.online',
76
+ provider: 'Nodes Hub'
77
+ },
78
+ {
79
+ address: 'https://rpc.atomone-testnet-1.atomone.aviaone.com:443',
80
+ provider: 'AVIAONE.com 🟢'
81
+ }
82
+ ],
83
+ rest: [
84
+ {
85
+ address: 'https://api-testnet-atomone.nodeist.net',
86
+ provider: 'Nodeist'
87
+ },
88
+ {
89
+ address: 'https://atomone-testnet-api.ibs.team',
90
+ provider: 'Inter Blockchain Services'
91
+ },
92
+ {
93
+ address: 'https://api-test.atomone.vinjan.xyz',
94
+ provider: 'Vinjan'
95
+ }
96
+ ],
97
+ grpc: [{
98
+ address: 'grpc.atomone-1.atomone.aviaone.com:9102',
99
+ provider: 'AVIAONE.com 🟢'
100
+ }, {
101
+ address: 'https://grpc-testnet-atomone.nodeist.net:443',
102
+ provider: 'Nodeist'
103
+ }]
104
+ },
105
+ explorers: [
106
+ {
107
+ kind: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️',
108
+ url: 'https://testnet.explorer.nodeshub.online/atomone/',
109
+ tx_page: 'https://testnet.explorer.nodeshub.online/atomone/tx/${txHash}',
110
+ account_page: 'https://testnet.explorer.nodeshub.online/atomone/accounts/${accountAddress}'
111
+ },
112
+ {
113
+ kind: 'Nodeist Explorer',
114
+ url: 'https://explorer.ist/atomone',
115
+ tx_page: 'https://explorer.ist/atomone/tx/${txHash}',
116
+ account_page: 'https://explorer.ist/atomone/account/${accountAddress}'
117
+ },
118
+ {
119
+ kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
120
+ url: 'https://explorer.whenmoonwhenlambo.money/atomone-testnet',
121
+ tx_page: 'https://explorer.whenmoonwhenlambo.money/atomone-testnet/tx/${txHash}',
122
+ account_page: 'https://explorer.whenmoonwhenlambo.money/atomone-testnet/account/${accountAddress}'
123
+ },
124
+ {
125
+ kind: 'AVIAONE.com 🟢',
126
+ url: 'https://testnet.explorer.aviaone.com/atomone',
127
+ tx_page: 'https://testnet.explorer.aviaone.com/atomone/tx/${txHash}',
128
+ account_page: 'https://testnet.explorer.aviaone.com/atomone/account/${accountAddress}'
129
+ }
130
+ ],
131
+ images: [{
132
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
133
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
134
+ }]
135
+ };
136
+ exports.default = info;
@@ -0,0 +1,2 @@
1
+ export declare const assets: import("@chain-registry/types").AssetList;
2
+ export declare const chain: import("@chain-registry/types").Chain;
@@ -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.assets = void 0;
7
+ const assets_1 = __importDefault(require("./assets"));
8
+ const chain_1 = __importDefault(require("./chain"));
9
+ exports.assets = assets_1.default;
10
+ exports.chain = chain_1.default;