Skip to content

Commit

Permalink
Merge pull request #55 from nabla-studio/DavideSegullo/improvement
Browse files Browse the repository at this point in the history
Feat: improvement
  • Loading branch information
DavideSegullo authored Jan 21, 2024
2 parents 903b6cb + 62bdb26 commit fccb876
Show file tree
Hide file tree
Showing 251 changed files with 6,619 additions and 1,116 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"utf-8-validate": "^6.0.3",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"zustand": "^4.4.4",
"zustand": "^4.5.0",
"zustand-vue": "1.0.0-beta.20"
}
}
2 changes: 1 addition & 1 deletion packages/chain-registry/chain-registry
Submodule chain-registry updated 224 files
8 changes: 6 additions & 2 deletions packages/chain-registry/scripts/utils.mts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export async function processChains(chains: Path[], outputPath: string) {
if (!chainDataMap.has(chainName)) {
await writeFile(
filename,
`import type { Chain, AssetLists } from '../types'\n\n`
`import type { Chain, AssetLists, ChainVersions } from '../types'\n\n`,
);
}

Expand All @@ -35,9 +35,13 @@ export async function processChains(chains: Path[], outputPath: string) {
suffix = 'AssetList: AssetLists';
}

if (chain.isNamed('versions.json')) {
suffix = 'Versions: ChainVersions';
}

await appendFile(
filename,
`export const ${camelCase(chainName)}${suffix} = ${data}\n\n`
`export const ${camelCase(chainName)}${suffix} = ${data}\n\n`,
);

chainDataMap.add(chainName);
Expand Down
2 changes: 1 addition & 1 deletion packages/chain-registry/src/mainnets/acrechain.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Chain, AssetLists } from '../types';
import type { Chain, AssetLists, ChainVersions } from '../types';

export const acrechain: Chain = {
$schema: '../chain.schema.json',
Expand Down
27 changes: 26 additions & 1 deletion packages/chain-registry/src/mainnets/agoric.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Chain, AssetLists } from '../types';
import type { Chain, AssetLists, ChainVersions } from '../types';

export const agoric: Chain = {
$schema: '../chain.schema.json',
Expand Down Expand Up @@ -147,6 +147,14 @@ export const agoric: Chain = {
address: 'https://rpc-agoric-ia.cosmosia.notional.ventures',
provider: 'Notional',
},
{
address: 'https://agoric-rpc.stakeandrelax.net',
provider: 'Stake&Relax 🦥',
},
{
address: 'https://rpc.agoric.bronbro.io:443',
provider: 'Bro_n_Bro',
},
],
rest: [
{
Expand Down Expand Up @@ -188,6 +196,14 @@ export const agoric: Chain = {
address: 'https://api-agoric-ia.cosmosia.notional.ventures',
provider: 'Notional',
},
{
address: 'https://agoric-api.stakeandrelax.net',
provider: 'Stake&Relax 🦥',
},
{
address: 'https://lcd.agoric.bronbro.io:443',
provider: 'Bro_n_Bro',
},
],
grpc: [
{
Expand Down Expand Up @@ -226,6 +242,14 @@ export const agoric: Chain = {
address: 'grpc-agoric-ia.cosmosia.notional.ventures:443',
provider: 'Notional',
},
{
address: 'agoric-grpc.stakeandrelax.net:14490',
provider: 'Stake&Relax 🦥',
},
{
address: 'https://grpc.agoric.bronbro.io:443',
provider: 'Bro_n_Bro',
},
],
},
explorers: [
Expand Down Expand Up @@ -315,6 +339,7 @@ export const agoricAssetList: AssetLists = {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg',
},
coingecko_id: 'inter-stable-token',
images: [
{
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
Expand Down
4 changes: 3 additions & 1 deletion packages/chain-registry/src/mainnets/aioz.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Chain, AssetLists } from '../types';
import type { Chain, AssetLists, ChainVersions } from '../types';

export const aioz: Chain = {
$schema: '../chain.schema.json',
Expand Down Expand Up @@ -112,6 +112,8 @@ export const aioz: Chain = {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png',
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg',
},
description:
'AIOZ Network is a DePIN for Web3 AI, Storage and Streaming.\n\nAIOZ empowers a faster, secure and decentralized future.\n\nPowered by a global network of DePINs, AIOZ rewards you for sharing your computational resources for storing, transcoding, and streaming digital media content and powering decentralized AI computation.',
peers: {
seeds: [
{
Expand Down
15 changes: 14 additions & 1 deletion packages/chain-registry/src/mainnets/akash.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Chain, AssetLists } from '../types';
import type { Chain, AssetLists, ChainVersions } from '../types';

export const akash: Chain = {
$schema: '../chain.schema.json',
Expand Down Expand Up @@ -166,6 +166,11 @@ export const akash: Chain = {
id: '61686e588f0af938484579adbc2093adff06c7aa',
address: 'europlots.com:26656',
},
{
id: 'c28827cb96c14c905b127b92065a3fb4cd77d7f6',
address: 'seeds.whispernode.com:12856',
provider: 'WhisperNode 🤐',
},
],
persistent_peers: [
{
Expand Down Expand Up @@ -254,6 +259,10 @@ export const akash: Chain = {
address: 'https://akash-rpc.validatornode.com',
provider: 'ValidatorNode',
},
{
address: 'https://rpc-akash.whispernode.com:443',
provider: 'WhisperNode 🤐',
},
],
rest: [
{
Expand Down Expand Up @@ -312,6 +321,10 @@ export const akash: Chain = {
address: 'https://akash-api.validatornode.com',
provider: 'ValidatorNode',
},
{
address: 'https://lcd-akash.whispernode.com:443',
provider: 'WhisperNode 🤐',
},
],
grpc: [
{
Expand Down
71 changes: 67 additions & 4 deletions packages/chain-registry/src/mainnets/andromeda.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Chain, AssetLists } from '../types';
import type { Chain, AssetLists, ChainVersions } from '../types';

export const andromeda: Chain = {
$schema: '../chain.schema.json',
Expand Down Expand Up @@ -37,6 +37,13 @@ export const andromeda: Chain = {
},
},
peers: {
seeds: [
{
id: 'df949a46ae6529ae1e09b034b49716468d5cc7e9',
address: 'seeds.stakerhouse.com:12156',
provider: 'StakerHouse',
},
],
persistent_peers: [
{
id: '17dda7b03ce866dbe36c048282fb742dd895a489',
Expand Down Expand Up @@ -68,6 +75,11 @@ export const andromeda: Chain = {
address: 'seeds.lavenderfive.com:14956',
provider: 'Lavender.Five Nodes 🐝',
},
{
id: '28876b3094518bef97a1250ef641c26b7d4a658d',
address: '88.99.208.54:39656',
provider: 'StakeTown',
},
],
},
apis: {
Expand All @@ -93,9 +105,25 @@ export const andromeda: Chain = {
provider: '🔥STAVR🔥',
},
{
address: 'https://cosmoshub-rpc.lavenderfive.com:443',
address: 'https://andromeda-rpc.lavenderfive.com:443',
provider: 'Lavender.Five Nodes 🐝',
},
{
address: 'https://andromeda-rpc.stake-town.com:443',
provider: 'StakeTown',
},
{
address: 'https://andromeda-rpc.stakerhouse.com:443',
provider: 'StakerHouse',
},
{
address: 'https://andromeda-rpc.highstakes.ch:26657',
provider: 'High Stakes 🇨🇭',
},
{
address: 'https://andromeda-rpc.genznodes.dev',
provider: 'genznodes',
},
],
rest: [
{
Expand All @@ -119,13 +147,29 @@ export const andromeda: Chain = {
provider: '🔥STAVR🔥',
},
{
address: 'https://cosmoshub-api.lavenderfive.com:443',
address: 'https://andromeda-api.lavenderfive.com:443',
provider: 'Lavender.Five Nodes 🐝',
},
{
address: 'https://andromeda-api.stake-town.com:443',
provider: 'StakeTown',
},
{
address: 'https://andromeda-rest.stakerhouse.com:443',
provider: 'StakerHouse',
},
{
address: 'https://andromeda-api.highstakes.ch:1317',
provider: 'High Stakes 🇨🇭',
},
{
address: 'https://andromeda-api.genznodes.dev',
provider: 'genznodes',
},
],
grpc: [
{
address: 'cosmoshub-grpc.lavenderfive.com:443',
address: 'andromeda-grpc.lavenderfive.com:443',
provider: 'Lavender.Five Nodes 🐝',
},
{
Expand All @@ -148,6 +192,18 @@ export const andromeda: Chain = {
address: 'http://andromedad.grpc.t.stavr.tech:132',
provider: '🔥STAVR🔥',
},
{
address: 'andromeda-grpc.stake-town.com:443',
provider: 'StakeTown',
},
{
address: 'andromeda-grpc.stakerhouse.com:443',
provider: 'StakerHouse',
},
{
address: 'andromeda-grpc.genznodes.dev:27090',
provider: 'genznodes',
},
],
},
explorers: [
Expand All @@ -164,6 +220,13 @@ export const andromeda: Chain = {
tx_page: 'https://andromeda.exploreme.pro/transaction/${txHash}',
account_page: 'https://andromeda.exploreme.pro/account/${accountAddress}',
},
{
kind: 'Cosmotracker',
url: 'https://cosmotracker.com/andromeda',
tx_page: 'https://cosmotracker.com/andromeda/tx/${txHash}',
account_page:
'https://cosmotracker.com/andromeda/account/${accountAddress}',
},
],
logo_URIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png',
Expand Down
Loading

0 comments on commit fccb876

Please sign in to comment.