Skip to content

Commit

Permalink
Merge pull request #84 from nabla-studio/DavideSegullo/feat-bump_regi…
Browse files Browse the repository at this point in the history
…stry

Feat: bump registry
  • Loading branch information
DavideSegullo authored Mar 23, 2024
2 parents 96e6d3f + 231e2d5 commit fbe69e0
Show file tree
Hide file tree
Showing 130 changed files with 6,117 additions and 1,184 deletions.
2 changes: 1 addition & 1 deletion packages/chain-registry/chain-registry
Submodule chain-registry updated 340 files
4 changes: 4 additions & 0 deletions packages/chain-registry/src/mainnets/agoric.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,10 @@ export const agoricAssetList: AssetLists = {
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
},
],
socials: {
webiste: 'https://agoric.com/',
twitter: 'https://twitter.com/agoric',
},
},
{
description:
Expand Down
33 changes: 22 additions & 11 deletions packages/chain-registry/src/mainnets/aioz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ export const aioz: Chain = {
fee_tokens: [
{
denom: 'attoaioz',
fixed_min_gas_price: 1000000000,
low_gas_price: 1000000000,
average_gas_price: 1000000000,
high_gas_price: 1500000000,
fixed_min_gas_price: 7000000000,
low_gas_price: 7000000000,
average_gas_price: 7000000000,
high_gas_price: 10000000000,
},
],
},
Expand All @@ -37,15 +37,13 @@ export const aioz: Chain = {
},
codebase: {
git_repo: 'https://github.com/AIOZNetwork/go-aioz',
recommended_version: 'v1.4.1',
compatible_versions: ['v1.4.1', 'v1.4.0'],
recommended_version: 'v1.5.0',
compatible_versions: ['v1.5.0'],
binaries: {
'linux/amd64':
'https://archive.aioz.network/aiozd-v1.4.1-linux-amd64.tar.gz',
'darwin/amd64':
'https://archive.aioz.network/aiozd-v1.4.1-darwin-amd64.tar.gz',
'linux/amd64': 'https://archive.aioz.network/aiozd-v1.5.0-linux-amd64',
'darwin/amd64': 'https://archive.aioz.network/aiozd-v1.5.0-darwin-amd64',
'windows/amd64':
'https://archive.aioz.network/aiozd-v1.4.1-windows-amd64.zip',
'https://archive.aioz.network/aiozd-v1.5.0-windows-amd64.exe',
},
genesis: {
genesis_url: 'https://archive.aioz.network/aioz_168-1/genesis.json',
Expand Down Expand Up @@ -106,6 +104,19 @@ export const aioz: Chain = {
'https://archive.aioz.network/aiozd-v1.4.1-windows-amd64.zip',
},
},
{
name: 'v1.5',
recommended_version: 'v1.5.0',
compatible_versions: ['v1.5.0'],
binaries: {
'linux/amd64':
'https://archive.aioz.network/aiozd-v1.5.0-linux-amd64',
'darwin/amd64':
'https://archive.aioz.network/aiozd-v1.5.0-darwin-amd64',
'windows/amd64':
'https://archive.aioz.network/aiozd-v1.5.0-windows-amd64.exe',
},
},
],
},
logo_URIs: {
Expand Down
68 changes: 60 additions & 8 deletions packages/chain-registry/src/mainnets/akash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,19 @@ export const akash: Chain = {
},
codebase: {
git_repo: 'https://github.com/akash-network/node/',
recommended_version: 'v0.30.0',
compatible_versions: ['v0.30.0'],
recommended_version: 'v0.32.1.',
compatible_versions: ['v0.32.1'],
binaries: {
'linux/amd64':
'https://github.com/akash-network/node/releases/download/v0.30.0/akash_linux_amd64.zip',
'https://github.com/akash-network/node/releases/download/v0.32.1/akash_linux_amd64.zip',
'linux/arm64':
'https://github.com/akash-network/node/releases/download/v0.30.0/akash_linux_arm64.zip',
'https://github.com/akash-network/node/releases/download/v0.32.1/akash_linux_arm64.zip',
},
cosmos_sdk_version: 'v0.45.16',
ibc_go_version: 'v4.4.2',
consensus: {
type: 'cometbft',
version: 'akash-network/cometbft v0.34.27-akash',
},
genesis: {
genesis_url:
Expand Down Expand Up @@ -109,6 +115,26 @@ export const akash: Chain = {
'linux/arm64':
'https://github.com/akash-network/node/releases/download/v0.30.0/akash_linux_arm64.zip',
},
next_version_name: 'v0.32.0',
},
{
name: 'v0.32.0',
recommended_version: 'v0.32.1',
compatible_versions: ['v0.32.1'],
proposal: 249,
height: 15414427,
binaries: {
'linux/amd64':
'https://github.com/akash-network/node/releases/download/v0.32.1/akash_linux_amd64.zip',
'linux/arm64':
'https://github.com/akash-network/node/releases/download/v0.32.1238/akash_linux_arm64.zip',
},
cosmos_sdk_version: 'v0.45.16',
ibc_go_version: 'v4.4.2',
consensus: {
type: 'cometbft',
version: 'akash-network/cometbft v0.34.27-akash',
},
next_version_name: '',
},
],
Expand Down Expand Up @@ -199,6 +225,11 @@ export const akash: Chain = {
address: 'peer-akash-01.stakeflow.io:1506',
provider: 'Stakeflow',
},
{
id: '73ef1c0f9bc77fd925decf7fa41f22a35b5dc76d',
address: 'akash.declab.pro:26603',
provider: 'Decloud Nodes Lab',
},
],
},
apis: {
Expand Down Expand Up @@ -267,6 +298,10 @@ export const akash: Chain = {
address: 'https://public.stakewolle.com/cosmos/akash/rpc',
provider: 'Stakewolle',
},
{
address: 'https://akash.declab.pro:26601',
provider: 'Decloud Nodes Lab',
},
],
rest: [
{
Expand Down Expand Up @@ -333,6 +368,10 @@ export const akash: Chain = {
address: 'https://public.stakewolle.com/cosmos/akash/rest',
provider: 'Stakewolle',
},
{
address: 'https://akash.declab.pro:443',
provider: 'Decloud Nodes Lab',
},
],
grpc: [
{
Expand Down Expand Up @@ -367,14 +406,18 @@ export const akash: Chain = {
address: 'akash-grpc.publicnode.com:443',
provider: 'Allnodes ⚡️ Nodes & Staking',
},
{
address: 'https://akash.declab.pro:9001',
provider: 'Decloud Nodes Lab',
},
],
},
explorers: [
{
kind: 'EZ Staking',
url: 'https://app.ezstaking.io/akash',
tx_page: 'https://app.ezstaking.io/akash/txs/${txHash}',
account_page: 'https://app.ezstaking.io/akash/account/${accountAddress}',
kind: 'ezstaking',
url: 'https://ezstaking.app/akash',
tx_page: 'https://ezstaking.app/akash/txs/${txHash}',
account_page: 'https://ezstaking.app/akash/account/${accountAddress}',
},
{
kind: 'mintscan',
Expand Down Expand Up @@ -413,6 +456,11 @@ export const akash: Chain = {
url: 'https://explorer.validatornode.com/akash-network',
tx_page: 'https://explorer.validatornode.com/akash-network/tx/${txHash}',
},
{
kind: 'Decloud Nodes Lab',
url: 'https://explorer.declab.pro/Akash',
tx_page: 'https://explorer.declab.pro/Akash/tx/${txHash}',
},
],
images: [
{
Expand Down Expand Up @@ -454,6 +502,10 @@ export const akashAssetList: AssetLists = {
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg',
},
],
socials: {
webiste: 'https://akash.network/',
twitter: 'https://twitter.com/akashnet_',
},
},
{
description: 'Tether USDt on Akash',
Expand Down
143 changes: 143 additions & 0 deletions packages/chain-registry/src/mainnets/akiro.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,143 @@
import type { Chain, AssetLists, ChainVersions } from '../types';

export const akiro: Chain = {
$schema: '../chain.schema.json',
chain_name: 'akiro',
status: 'live',
network_type: 'mainnet',
pretty_name: 'AKIRO',
chain_id: 'akiro-1',
bech32_prefix: 'akiro',
daemon_name: 'akirod',
node_home: '$HOME/.akiro',
key_algos: ['secp256k1'],
slip44: 118,
fees: {
fee_tokens: [
{
denom: 'uakiro',
fixed_min_gas_price: 0.025,
low_gas_price: 0.025,
average_gas_price: 0.035,
high_gas_price: 0.045,
},
],
},
staking: {
staking_tokens: [
{
denom: 'uakiro',
},
],
},
codebase: {
git_repo: 'https://github.com/akiroinu/akiro/',
recommended_version: 'v0.2',
compatible_versions: ['v0.2'],
genesis: {
genesis_url:
'https://raw.githubusercontent.com/akiroinu/akiro/main/mainnet/genesis.json',
},
versions: [
{
name: 'v0.2',
recommended_version: 'v0.2',
compatible_versions: ['v0.2'],
cosmos_sdk_version: 'v0.45.4',
ibc_go_version: 'v3.0.0',
consensus: {
type: 'tendermint',
version: 'v0.34.19',
},
},
],
},
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akiro/images/akiro.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akiro/images/akiro.svg',
},
peers: {
seeds: [
{
id: 'ae1a5b5a94888d18a08fc64a9343b4450cc5cedc',
address: '213.199.36.82:26656',
provider: 'AKIRO',
},
],
persistent_peers: [
{
id: 'ae1a5b5a94888d18a08fc64a9343b4450cc5cedc',
address: '213.199.36.82:26656',
provider: 'AKIRO',
},
],
},
apis: {
rpc: [
{
address: 'http://213.199.36.82:26657',
provider: 'AKIRO',
},
],
rest: [
{
address: 'http://213.199.36.82:1317',
provider: 'AKIRO',
},
],
grpc: [
{
address: 'http://213.199.36.82:9090',
provider: 'AKIRO',
},
],
},
explorers: [
{
kind: 'ping.pub',
url: 'https://ping.pub/akiro',
tx_page: 'https://ping.pub/akiro/tx/${txHash}',
},
],
images: [
{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akiro/images/akiro.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akiro/images/akiro.svg',
},
],
};

export const akiroAssetList: AssetLists = {
$schema: '../assetlist.schema.json',
chain_name: 'akiro',
assets: [
{
description: 'AKIRO meme token',
denom_units: [
{
denom: 'uakiro',
exponent: 0,
},
{
denom: 'akiro',
exponent: 6,
},
],
base: 'uakiro',
name: 'AKIRO',
display: 'akiro',
symbol: 'AKIRO',
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akiro/images/akiro.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akiro/images/akiro.svg',
},
coingecko_id: '',
images: [
{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akiro/images/akiro.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akiro/images/akiro.svg',
},
],
},
],
};
Loading

0 comments on commit fbe69e0

Please sign in to comment.