chain-registry
Version:
62 lines (61 loc) • 1.93 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../chain.schema.json',
chainName: 'fetchhubtestnet',
status: 'live',
networkType: 'testnet',
prettyName: 'Fetch.ai Testnet',
chainType: 'cosmos',
chainId: 'dorado-1',
bech32Prefix: 'fetch',
daemonName: 'fetchd',
nodeHome: '$HOME/.fetchd',
slip44: 118,
fees: {
feeTokens: [{
denom: 'atestfet',
lowGasPrice: 1000000000,
averageGasPrice: 1000000000,
highGasPrice: 1000000000
}]
},
staking: {
stakingTokens: [{
denom: 'atestfet'
}]
},
codebase: {
gitRepo: 'https://github.com/fetchai/fetchd',
recommendedVersion: 'v0.10.5',
compatibleVersions: ['v0.10.5'],
genesis: {
genesisUrl: 'https://storage.googleapis.com/fetch-ai-testnet-genesis/genesis-dorado-827201.json'
}
},
apis: {
rpc: [{
address: 'https://rpc-dorado.fetch.ai:443',
provider: 'fetch.ai'
}],
rest: [{
address: 'https://rest-dorado.fetch.ai',
provider: 'fetch.ai'
}],
grpc: [{
address: 'grpc-dorado.fetch.ai:443',
provider: 'fetch.ai'
}]
},
explorers: [{
kind: 'bigdipper',
url: 'https://explore-dorado.fetch.ai',
txPage: 'https://explore-dorado.fetch.ai/transactions/${txHash}'
}, {
kind: 'azoyalabs',
url: 'https://fetchstation.azoyalabs.com/testnet',
txPage: 'https://fetchstation.azoyalabs.com/testnet/explorer/transactions/${txHash}',
accountPage: 'https://fetchstation.azoyalabs.com/testnet/explorer/address/${accountAddress}'
}]
};
exports.default = info;