Skip to content

Commit 61cf5ea

Browse files
committed
build 🛠 build-20251211-024317
1 parent 791d46f commit 61cf5ea

File tree

7 files changed

+134
-1
lines changed

7 files changed

+134
-1
lines changed

v2/packages/chain-registry/src/mainnet/cosmoshub/chain.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ const info: Chain = {
230230
{
231231
address: 'https://rpc.cosmoshub-4-archive.citizenweb3.com:443',
232232
provider: 'Citizen Web3'
233+
},
234+
{
235+
address: 'https://cosmoshub-mainnet.chain.whenmoonwhenlambo.money',
236+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
233237
}
234238
],
235239
rest: [
@@ -369,6 +373,10 @@ const info: Chain = {
369373
{
370374
address: 'https://api.cosmoshub-4.citizenweb3.com:443',
371375
provider: 'Citizen Web3'
376+
},
377+
{
378+
address: 'https://cosmoshub-mainnet.chain.whenmoonwhenlambo.money',
379+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
372380
}
373381
],
374382
grpc: [
@@ -468,6 +476,10 @@ const info: Chain = {
468476
{
469477
address: 'grpc.cosmoshub-4.citizenweb3.com:443',
470478
provider: 'Citizen Web3'
479+
},
480+
{
481+
address: 'cosmoshub-mainnet.chain.whenmoonwhenlambo.money:443',
482+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
471483
}
472484
]
473485
},
@@ -591,6 +603,15 @@ const info: Chain = {
591603
url: 'https://validatorinfo.com/networks/cosmoshub/overview',
592604
validatorPage: 'https://validatorinfo.com/networks/cosmoshub/validators',
593605
proposalPage: 'https://validatorinfo.com/networks/cosmoshub/governance'
606+
},
607+
{
608+
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
609+
url: 'https://explorer.whenmoonwhenlambo.money/cosmos',
610+
txPage: 'https://explorer.whenmoonwhenlambo.money/cosmos/tx/${txHash}',
611+
accountPage: 'https://explorer.whenmoonwhenlambo.money/cosmos/account/${accountAddress}',
612+
validatorPage: 'https://explorer.whenmoonwhenlambo.money/cosmos/staking/${validatorAddress}',
613+
proposalPage: 'https://explorer.whenmoonwhenlambo.money/cosmos/gov/${proposalId}',
614+
blockPage: 'https://explorer.whenmoonwhenlambo.money/cosmos/block/${blockHeight}'
594615
}
595616
],
596617
images: [{
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
import { IBCData } from '@chain-registry/types';
2+
const info: IBCData[] = [{
3+
$schema: '../ibc_data.schema.json',
4+
chain1: {
5+
chainName: 'epix',
6+
chainId: 'epix_1916-1',
7+
clientId: '07-tendermint-0',
8+
connectionId: 'connection-1'
9+
},
10+
chain2: {
11+
chainName: 'osmosis',
12+
chainId: 'osmosis-1',
13+
clientId: '07-tendermint-3641',
14+
connectionId: 'connection-10988'
15+
},
16+
channels: [{
17+
chain1: {
18+
channelId: 'channel-0',
19+
portId: 'transfer'
20+
},
21+
chain2: {
22+
channelId: 'channel-108456',
23+
portId: 'transfer'
24+
},
25+
ordering: 'unordered',
26+
version: 'ics20-1',
27+
tags: {
28+
status: 'ACTIVE',
29+
preferred: true
30+
}
31+
}]
32+
}];
33+
export default info;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import _assetList from './asset-list';
22
import _chain from './chain';
3+
import _ibcData from './ibc-data';
34

45
export const assetList = _assetList;
56
export const chain = _chain;
7+
export const ibcData = _ibcData;

v2/packages/chain-registry/src/mainnet/ibc-data.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ import * as _echelon from './echelon';
5454
import * as _elys from './elys';
5555
import * as _emoney from './emoney';
5656
import * as _empowerchain from './empowerchain';
57+
import * as _epix from './epix';
5758
import * as _evmos from './evmos';
5859
import * as _fandomchain from './fandomchain';
5960
import * as _fetchhub from './fetchhub';
@@ -229,6 +230,7 @@ const ibcData: IBCData[] = [
229230
..._elys.ibcData,
230231
..._emoney.ibcData,
231232
..._empowerchain.ibcData,
233+
..._epix.ibcData,
232234
..._evmos.ibcData,
233235
..._fandomchain.ibcData,
234236
..._fetchhub.ibcData,

v2/packages/chain-registry/src/mainnet/injective/chain.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,11 @@ const info: Chain = {
218218
address: 'injective-grpc.noders.services:33090',
219219
provider: '[NODERS]TEAM'
220220
}
221-
]
221+
],
222+
evmHttpJsonrpc: [{
223+
address: 'https://injective.json-rpc.decentrio.ventures',
224+
provider: 'Decentrio'
225+
}]
222226
},
223227
explorers: [
224228
{

v2/packages/chain-registry/src/mainnet/osmosis/asset-list.ts

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22741,6 +22741,46 @@ const info: AssetList = {
2274122741
images: [{
2274222742
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/NINEDOLLERS.png'
2274322743
}]
22744+
},
22745+
{
22746+
description: 'The native token of EpixChain',
22747+
denomUnits: [{
22748+
denom: 'ibc/776917313EC3252954ED622945D4979651ACD909A18E528283F46D7B166F20BF',
22749+
exponent: 0,
22750+
aliases: ['aepix']
22751+
}, {
22752+
denom: 'epix',
22753+
exponent: 18
22754+
}],
22755+
typeAsset: 'ics20',
22756+
base: 'ibc/776917313EC3252954ED622945D4979651ACD909A18E528283F46D7B166F20BF',
22757+
name: 'Epix',
22758+
display: 'epix',
22759+
symbol: 'EPIX',
22760+
traces: [{
22761+
type: 'ibc',
22762+
counterparty: {
22763+
chainName: 'epix',
22764+
baseDenom: 'aepix',
22765+
channelId: 'channel-0'
22766+
},
22767+
chain: {
22768+
channelId: 'channel-108456',
22769+
path: 'transfer/channel-108456/aepix'
22770+
}
22771+
}],
22772+
logoURIs: {
22773+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.png',
22774+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
22775+
},
22776+
images: [{
22777+
imageSync: {
22778+
chainName: 'epix',
22779+
baseDenom: 'aepix'
22780+
},
22781+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.png',
22782+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
22783+
}]
2274422784
}
2274522785
]
2274622786
};

v2/packages/chain-registry/src/mainnet/osmosis/ibc-data.ts

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1672,6 +1672,37 @@ const info: IBCData[] = [
16721672
}
16731673
}]
16741674
},
1675+
{
1676+
$schema: '../ibc_data.schema.json',
1677+
chain1: {
1678+
chainName: 'epix',
1679+
chainId: 'epix_1916-1',
1680+
clientId: '07-tendermint-0',
1681+
connectionId: 'connection-1'
1682+
},
1683+
chain2: {
1684+
chainName: 'osmosis',
1685+
chainId: 'osmosis-1',
1686+
clientId: '07-tendermint-3641',
1687+
connectionId: 'connection-10988'
1688+
},
1689+
channels: [{
1690+
chain1: {
1691+
channelId: 'channel-0',
1692+
portId: 'transfer'
1693+
},
1694+
chain2: {
1695+
channelId: 'channel-108456',
1696+
portId: 'transfer'
1697+
},
1698+
ordering: 'unordered',
1699+
version: 'ics20-1',
1700+
tags: {
1701+
status: 'ACTIVE',
1702+
preferred: true
1703+
}
1704+
}]
1705+
},
16751706
{
16761707
$schema: '../ibc_data.schema.json',
16771708
chain1: {

0 commit comments

Comments
 (0)