Skip to content

Commit

Permalink
build 🛠 build-20250107-023004
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Jan 7, 2025
1 parent f035ebc commit 2e42991
Show file tree
Hide file tree
Showing 24 changed files with 602 additions and 2 deletions.
4 changes: 4 additions & 0 deletions v2/packages/chain-registry/src/mainnet/akash/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@ const info: Chain = {
{
address: 'https://grpc.akash.bronbro.io:443',
provider: 'Bro_n_Bro'
},
{
address: 'akash-mainnet-grpc.cosmonautstakes.com:14090',
provider: 'Cosmonaut Stakes'
}
]
},
Expand Down
4 changes: 4 additions & 0 deletions v2/packages/chain-registry/src/mainnet/asset-lists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ import * as _okexchain from './okexchain';
import * as _omniflixhub from './omniflixhub';
import * as _onex from './onex';
import * as _onomy from './onomy';
import * as _opct from './opct';
import * as _oraichain from './oraichain';
import * as _osmosis from './osmosis';
import * as _paloma from './paloma';
Expand Down Expand Up @@ -185,6 +186,7 @@ import * as _unicorn from './unicorn';
import * as _unification from './unification';
import * as _ununifi from './ununifi';
import * as _uptick from './uptick';
import * as _vector from './vector';
import * as _xion from './xion';
import * as _xpla from './xpla';
import * as _zenrock from './zenrock';
Expand Down Expand Up @@ -319,6 +321,7 @@ const assetList: AssetList[] = [
_omniflixhub.assetList,
_onex.assetList,
_onomy.assetList,
_opct.assetList,
_oraichain.assetList,
_osmosis.assetList,
_paloma.assetList,
Expand Down Expand Up @@ -376,6 +379,7 @@ const assetList: AssetList[] = [
_unification.assetList,
_ununifi.assetList,
_uptick.assetList,
_vector.assetList,
_xion.assetList,
_xpla.assetList,
_zenrock.assetList,
Expand Down
28 changes: 28 additions & 0 deletions v2/packages/chain-registry/src/mainnet/atomone/ibc-data.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
import { IBCData } from '@chain-registry/v2-types';
const info: IBCData[] = [{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'atomone',
clientId: '07-tendermint-1',
connectionId: 'connection-1'
},
chain2: {
chainName: 'beezee',
clientId: '07-tendermint-23',
connectionId: 'connection-6'
},
channels: [{
chain1: {
channelId: 'channel-1',
portId: 'transfer'
},
chain2: {
channelId: 'channel-6',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}, {
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'atomone',
Expand Down
41 changes: 41 additions & 0 deletions v2/packages/chain-registry/src/mainnet/beezee/asset-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,47 @@ const info: AssetList = {
path: 'transfer/channel-0/factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/usherpa'
}
}]
},
{
description: 'AtomOne native coin',
denomUnits: [{
denom: 'ibc/B2219CA05421EA988F83E5E824BF69362E80A6A87503EFD18B92C91C9E03763D',
exponent: 0,
aliases: ['uatone']
}, {
denom: 'atone',
exponent: 6,
aliases: []
}],
typeAsset: 'ics20',
base: 'ibc/B2219CA05421EA988F83E5E824BF69362E80A6A87503EFD18B92C91C9E03763D',
name: 'Atone',
display: 'atone',
symbol: 'ATONE',
traces: [{
type: 'ibc',
counterparty: {
chainName: 'atomone',
baseDenom: 'uatone',
channelId: 'channel-1'
},
chain: {
channelId: 'channel-6',
path: 'transfer/channel-6/uatone'
}
}],
images: [{
imageSync: {
chainName: 'atomone',
baseDenom: 'uatone'
},
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'
}],
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'
}
}
]
};
Expand Down
29 changes: 29 additions & 0 deletions v2/packages/chain-registry/src/mainnet/beezee/ibc-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,35 @@ const info: IBCData[] = [
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'atomone',
clientId: '07-tendermint-1',
connectionId: 'connection-1'
},
chain2: {
chainName: 'beezee',
clientId: '07-tendermint-23',
connectionId: 'connection-6'
},
channels: [{
chain1: {
channelId: 'channel-1',
portId: 'transfer'
},
chain2: {
channelId: 'channel-6',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
Expand Down
4 changes: 4 additions & 0 deletions v2/packages/chain-registry/src/mainnet/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ import * as _okexchain from './okexchain';
import * as _omniflixhub from './omniflixhub';
import * as _onex from './onex';
import * as _onomy from './onomy';
import * as _opct from './opct';
import * as _oraichain from './oraichain';
import * as _osmosis from './osmosis';
import * as _paloma from './paloma';
Expand Down Expand Up @@ -185,6 +186,7 @@ import * as _unicorn from './unicorn';
import * as _unification from './unification';
import * as _ununifi from './ununifi';
import * as _uptick from './uptick';
import * as _vector from './vector';
import * as _xion from './xion';
import * as _xpla from './xpla';
import * as _zenrock from './zenrock';
Expand Down Expand Up @@ -319,6 +321,7 @@ const chains: Chain[] = [
_omniflixhub.chain,
_onex.chain,
_onomy.chain,
_opct.chain,
_oraichain.chain,
_osmosis.chain,
_paloma.chain,
Expand Down Expand Up @@ -376,6 +379,7 @@ const chains: Chain[] = [
_unification.chain,
_ununifi.chain,
_uptick.chain,
_vector.chain,
_xion.chain,
_xpla.chain,
_zenrock.chain,
Expand Down
18 changes: 18 additions & 0 deletions v2/packages/chain-registry/src/mainnet/chihuahua/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ const info: Chain = {
{
address: 'https://chihuahua.rpc.nodeshub.online:443',
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅'
},
{
address: 'https://chihuahua-rpc.chainroot.io',
provider: 'Chainroot'
}
],
rest: [
Expand Down Expand Up @@ -167,6 +171,10 @@ const info: Chain = {
{
address: 'https://chihuahua.api.nodeshub.online:443',
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅'
},
{
address: 'https://chihuahua-api.chainroot.io',
provider: 'Chainroot'
}
],
grpc: [
Expand Down Expand Up @@ -205,6 +213,10 @@ const info: Chain = {
{
address: 'chihuahua.grpc.nodeshub.online',
provider: 'Nodes Hub'
},
{
address: 'chihuahua-grpc.chainroot.io:443',
provider: 'Chainroot'
}
]
},
Expand Down Expand Up @@ -248,6 +260,12 @@ const info: Chain = {
url: 'https://explorer.nodeshub.online/chihuahua/',
txPage: 'https://explorer.nodeshub.online/chihuahua/tx/${txHash}',
accountPage: 'https://explorer.nodeshub.online/chihuahua/accounts/${accountAddress}'
},
{
kind: 'Chainroot',
url: 'https://explorer.chainroot.io/chihuahua',
txPage: 'https://explorer.chainroot.io/chihuahua/transactions/${txHash}',
accountPage: 'https://explorer.chainroot.io/chihuahua/accounts/${accountAddress}'
}
],
images: [{
Expand Down
4 changes: 2 additions & 2 deletions v2/packages/chain-registry/src/mainnet/dungeon/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const info: Chain = {
apis: {
rpc: [
{
address: 'https://dungeon.rpc.quasarstaking.ai',
address: 'https://dungeon-wallet.rpc.quasarstaking.ai',
provider: 'Quasar'
},
{
Expand All @@ -40,7 +40,7 @@ const info: Chain = {
],
rest: [
{
address: 'https://dungeon.api.quasarstaking.ai',
address: 'https://dungeon-wallet.api.quasarstaking.ai',
provider: 'Quasar'
},
{
Expand Down
16 changes: 16 additions & 0 deletions v2/packages/chain-registry/src/mainnet/elys/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ const info: Chain = {
enabled: false
}
},
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
},
description: 'Your premier DeFi proof-of-stake chain. Simplified, CEX-like interface with endless possibilities. Swap, stake, Derivative trading, all your DeFi needs, in one place.',
apis: {
rpc: [
{
Expand Down Expand Up @@ -129,6 +133,10 @@ const info: Chain = {
{
address: 'https://elys_mainnet_rpc.chain.whenmoonwhenlambo.money',
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
},
{
address: 'https://elys-mainnet-rpc.autostake.com:443',
provider: 'AutoStake'
}
],
rest: [
Expand Down Expand Up @@ -191,6 +199,10 @@ const info: Chain = {
{
address: 'https://elys_mainnet_api.chain.whenmoonwhenlambo.money',
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
},
{
address: 'https://elys-mainnet-lcd.autostake.com:443',
provider: 'AutoStaked'
}
],
grpc: [
Expand Down Expand Up @@ -233,6 +245,10 @@ const info: Chain = {
{
address: 'elys-grpc.moonbridge.org:443',
provider: 'Moonbridge'
},
{
address: 'elys-mainnet-grpc.autostake.com:443',
provider: 'AutoStake'
}
]
},
Expand Down
29 changes: 29 additions & 0 deletions v2/packages/chain-registry/src/mainnet/elys/ibc-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,35 @@ const info: IBCData[] = [
preferred: true
}
}]
},
{
$schema: '../ibc_data.schema.json',
chain1: {
chainName: 'elys',
clientId: '07-tendermint-12',
connectionId: 'connection-12'
},
chain2: {
chainName: 'saga',
clientId: '07-tendermint-26',
connectionId: 'connection-21'
},
channels: [{
chain1: {
channelId: 'channel-9',
portId: 'transfer'
},
chain2: {
channelId: 'channel-35',
portId: 'transfer'
},
ordering: 'unordered',
version: 'ics20-1',
tags: {
status: 'live',
preferred: true
}
}]
}
];
export default info;
24 changes: 24 additions & 0 deletions v2/packages/chain-registry/src/mainnet/opct/asset-list.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
import { AssetList } from '@chain-registry/v2-types';
const info: AssetList = {
$schema: '../assetlist.schema.json',
chainName: 'opct',
assets: [{
typeAsset: 'sdk.coin',
description: 'The native token of OPCT Chain for Web3 Fitness GRIT Protocol',
denomUnits: [{
denom: 'opct',
exponent: 0
}, {
denom: 'OPCT',
exponent: 6
}],
base: 'opct',
name: 'OPCT',
display: 'OPCT',
symbol: 'OPCT',
logoURIs: {
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/opct/images/opct.png'
}
}]
};
export default info;
Loading

0 comments on commit 2e42991

Please sign in to comment.