@chain-registry/v2
Version:
143 lines (142 loc) • 5.94 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../chain.schema.json',
chainName: 'atomonetestnet',
chainType: 'cosmos',
chainId: 'atomone-testnet-1',
website: 'https://github.com/atomone-hub/networks/tree/master/atomone-testnet-1',
prettyName: 'AtomOne testnet-1',
status: 'live',
networkType: 'testnet',
bech32Prefix: 'atone',
daemonName: 'atomoned',
nodeHome: '$HOME/.atomone',
keyAlgos: ['secp256k1'],
slip44: 118,
fees: {
feeTokens: [{
denom: 'uphoton',
fixedMinGasPrice: 0.225,
lowGasPrice: 0.225,
averageGasPrice: 0.3,
highGasPrice: 0.5
}, {
denom: 'uatone',
fixedMinGasPrice: 0.025,
lowGasPrice: 0.01,
averageGasPrice: 0.025,
highGasPrice: 0.05
}]
},
staking: {
stakingTokens: [{
denom: 'uatone'
}]
},
codebase: {
gitRepo: 'https://github.com/atomone-hub/atomone',
recommendedVersion: 'v2.0.0-rc2',
compatibleVersions: ['v2.0.0-rc2'],
binaries: {
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0-rc2/atomoned-v2.0.0-rc2-linux-amd64',
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0-rc2/atomoned-v2.0.0-rc2-linux-arm64',
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0-rc2/atomoned-v2.0.0-rc2-darwin-amd64',
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0-rc2/atomoned-v2.0.0-rc2-darwin-arm64',
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0-rc2/atomoned-v2.0.0-rc2-windows-amd64.exe',
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0-rc2/atomoned-v2.0.0-rc2-windows-arm64.exe'
},
genesis: {
genesisUrl: 'https://atomone.fra1.digitaloceanspaces.com/atomone-testnet-1/genesis.json'
},
consensus: {
type: 'cometbft',
version: 'v0.37.15'
},
sdk: {
type: 'cosmos',
version: 'v0.47.17'
}
},
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
},
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.',
apis: {
rpc: [
{
address: 'https://rpc-testnet-atomone.nodeist.net',
provider: 'Nodeist'
},
{
address: 'https://atomone-testnet-rpc.ibs.team',
provider: 'Inter Blockchain Services'
},
{
address: 'https://rpc-test.atomone.vinjan.xyz',
provider: 'Vinjan'
},
{
address: 'https://atomone.test.rpc.nodeshub.online',
provider: 'Nodes Hub'
},
{
address: 'https://rpc.atomone-testnet-1.atomone.aviaone.com:443',
provider: 'AVIAONE.com 🟢'
}
],
rest: [
{
address: 'https://api-testnet-atomone.nodeist.net',
provider: 'Nodeist'
},
{
address: 'https://atomone-testnet-api.ibs.team',
provider: 'Inter Blockchain Services'
},
{
address: 'https://api-test.atomone.vinjan.xyz',
provider: 'Vinjan'
}
],
grpc: [{
address: 'grpc.atomone-1.atomone.aviaone.com:9102',
provider: 'AVIAONE.com 🟢'
}, {
address: 'https://grpc-testnet-atomone.nodeist.net:443',
provider: 'Nodeist'
}]
},
explorers: [
{
kind: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️',
url: 'https://testnet.explorer.nodeshub.online/atomone/',
txPage: 'https://testnet.explorer.nodeshub.online/atomone/tx/${txHash}',
accountPage: 'https://testnet.explorer.nodeshub.online/atomone/accounts/${accountAddress}'
},
{
kind: 'Nodeist Explorer',
url: 'https://explorer.ist/atomone',
txPage: 'https://explorer.ist/atomone/tx/${txHash}',
accountPage: 'https://explorer.ist/atomone/account/${accountAddress}'
},
{
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
url: 'https://explorer.whenmoonwhenlambo.money/atomone-testnet',
txPage: 'https://explorer.whenmoonwhenlambo.money/atomone-testnet/tx/${txHash}',
accountPage: 'https://explorer.whenmoonwhenlambo.money/atomone-testnet/account/${accountAddress}'
},
{
kind: 'AVIAONE.com 🟢',
url: 'https://testnet.explorer.aviaone.com/atomone',
txPage: 'https://testnet.explorer.aviaone.com/atomone/tx/${txHash}',
accountPage: 'https://testnet.explorer.aviaone.com/atomone/account/${accountAddress}'
}
],
images: [{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
}]
};
exports.default = info;