chain-registry
Version:
53 lines (52 loc) • 1.82 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const info = {
$schema: '../../chain.schema.json',
chain_name: 'statesettestnet',
status: 'live',
network_type: 'testnet',
pretty_name: 'Stateset Testnet',
chain_type: 'cosmos',
chain_id: 'stateset-1-testnet',
bech32_prefix: 'stateset',
daemon_name: 'statesetd',
node_home: '$HOME/.statesetd',
key_algos: ['secp256k1'],
slip44: 118,
fees: {
fee_tokens: [{
denom: 'ustate',
fixed_min_gas_price: 0
}]
},
codebase: {
git_repo: 'https://github.com/stateset/core',
recommended_version: 'v1.0.0',
compatible_versions: ['v1.0.0'],
binaries: {
"linux/amd64": 'https://github.com/stateset/core/releases/download/v1.0.0/statesetd-1.0.0-linux-amd64',
"linux/arm64": 'https://github.com/stateset/core/releases/download/v1.0.0/statesetd-1.0.0-linux-arm64',
"darwin/amd64": 'https://github.com/stateset/core/releases/download/v1.0.0/statesetd-1.0.0-darwin-amd64',
"windows/amd64": 'https://github.com/stateset/core/releases/download/v1.0.0/statesetd-1.0.0-windows-amd64.exe'
},
genesis: {
genesis_url: 'https://rpc.stateset.zone/genesis'
}
},
apis: {
rpc: [{
address: 'https://rpc.stateset.zone/',
provider: 'stateset'
}],
rest: [{
address: 'https://rest-api.stateset.zone',
provider: 'stateset'
}]
},
explorers: [{
kind: 'bigdipper',
url: 'https://explore.stateset.zone',
tx_page: 'https://explore.stateset.zone/transactions/${txHash}'
}]
};
exports.default = info;