Skip to content

Commit abc5cb6

Browse files
committed
build 🛠 build-20250919-023455
1 parent 7214899 commit abc5cb6

File tree

5 files changed

+71
-26
lines changed

5 files changed

+71
-26
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ const info: Chain = {
6868
address: 'https://composable-mainnet-rpc.autostake.com:443',
6969
provider: 'AutoStake 🛡️ Slash Protected'
7070
},
71-
{
72-
address: 'https://picasso-rpc.cogwheel.zone:443',
73-
provider: 'Cogwheel ⚙️'
74-
},
7571
{
7672
address: 'https://rpc.lavenderfive.com:443/picasso',
7773
provider: 'Lavender.Five Nodes 🐝'
@@ -122,10 +118,6 @@ const info: Chain = {
122118
address: 'https://composable-mainnet-lcd.autostake.com:443',
123119
provider: 'AutoStake 🛡️ Slash Protected'
124120
},
125-
{
126-
address: 'https://picasso-api.cogwheel.zone:443',
127-
provider: 'Cogwheel ⚙️'
128-
},
129121
{
130122
address: 'https://rest.lavenderfive.com:443/picasso',
131123
provider: 'Lavender.Five Nodes 🐝'
@@ -180,10 +172,6 @@ const info: Chain = {
180172
address: 'grpc-centauri.cosmos-spaces.cloud:1120',
181173
provider: 'Cosmos Spaces'
182174
},
183-
{
184-
address: 'https://picasso-grpc.cogwheel.zone:443',
185-
provider: 'Cogwheel ⚙️'
186-
},
187175
{
188176
address: 'picasso.lavenderfive.com:443',
189177
provider: 'Lavender.Five Nodes 🐝'

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

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,26 +54,30 @@ const info: Chain = {
5454
},
5555
apis: {
5656
rpc: [{
57-
address: 'https://epix.rpc.silknodes.io/',
58-
provider: 'Silk Nodes'
57+
address: 'https://rpc.epix.zone',
58+
provider: 'Epix'
5959
}],
6060
rest: [{
61-
address: 'https://epix.api.silknodes.io',
62-
provider: 'Silk Nodes'
61+
address: 'https://api.epix.zone',
62+
provider: 'Epix'
6363
}],
6464
grpc: [{
65-
address: 'https://epix.grpc.silknodes.io:443',
66-
provider: 'Silk Nodes'
65+
address: 'grpc.epix.zone:15067',
66+
provider: 'Epix'
6767
}],
6868
evmHttpJsonrpc: [{
69-
address: 'https://epix.emvrpc.silknodes.io/',
70-
provider: 'Silk Nodes'
69+
address: 'https://evmrpc.epix.zone/',
70+
provider: 'Epix'
7171
}]
7272
},
7373
explorers: [{
74-
kind: 'Silk Nodes Explorer',
75-
url: 'https://explorer.silknodes.io/epix',
76-
txPage: 'https://explorer.silknodes.io/osmosis/tx/${txHash}'
74+
kind: 'L1',
75+
url: 'https://explorer.epix.zone/',
76+
txPage: 'https://explorer.epix.zone/epix/tx/${txHash}'
77+
}, {
78+
kind: 'EVM',
79+
url: 'https://scan.epix.zone/',
80+
txPage: 'https://scan.epix.zone/tx/${txHash}'
7781
}],
7882
images: [{
7983
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.png',

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ const info: Chain = {
8080
{
8181
address: 'https://lumera-rpc.stakerhouse.com',
8282
provider: 'StakerHouse'
83+
},
84+
{
85+
address: 'https://lumera.archive.data.nexus',
86+
provider: 'Data Nexus'
8387
}
8488
],
8589
rest: [
@@ -94,11 +98,18 @@ const info: Chain = {
9498
{
9599
address: 'https://lumera-rest.stakerhouse.com',
96100
provider: 'StakerHouse'
101+
},
102+
{
103+
address: 'https://rest.lumera.archive.data.nexus',
104+
provider: 'Data Nexus'
97105
}
98106
],
99107
grpc: [{
100108
address: 'https://grpc.lumera.io:443',
101109
provider: 'LumeraProtocol'
110+
}, {
111+
address: 'https://grpc.lumera.archive.data.nexus:443',
112+
provider: 'Data Nexus'
102113
}]
103114
},
104115
explorers: [{

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4875,6 +4875,33 @@ const info: AssetList = {
48754875
images: [{
48764876
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/greenfriendlylabs.png'
48774877
}]
4878+
},
4879+
{
4880+
description: 'LuncToken ($LTK) is the community token of Lunctoken.org, designed to reward engagement, provide access to Web3 educational content, and strengthen the Terra Classic ecosystem.',
4881+
extendedDescription: 'LuncToken ($LTK) is a CW20 token deployed on Terra Classic (columbus-5). It powers the community platform Lunctoken.org, rewarding contributors with points and tokens, enabling on-chain claims, NFTs, and governance experiments. With a fixed max supply of 10,000,000 LTK, the project is focused on education, gamified participation, and real utility within the Terra Classic ecosystem.',
4882+
socials: {
4883+
website: 'https://www.lunctoken.org',
4884+
twitter: 'https://x.com/Lunctoken_org'
4885+
},
4886+
typeAsset: 'cw20',
4887+
address: 'terra1mm8tdp40r2slzwqxk8jsz66ayc4zp69muxeateq37x2xquttzsaqy7275a',
4888+
denomUnits: [{
4889+
denom: 'cw20:terra1mm8tdp40r2slzwqxk8jsz66ayc4zp69muxeateq37x2xquttzsaqy7275a',
4890+
exponent: 0
4891+
}, {
4892+
denom: 'ltk',
4893+
exponent: 6
4894+
}],
4895+
base: 'cw20:terra1mm8tdp40r2slzwqxk8jsz66ayc4zp69muxeateq37x2xquttzsaqy7275a',
4896+
name: 'Lunctoken',
4897+
display: 'ltk',
4898+
symbol: 'LTK',
4899+
logoURIs: {
4900+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunctoken.png'
4901+
},
4902+
images: [{
4903+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/lunctoken.png'
4904+
}]
48784905
}
48794906
]
48804907
};

v2/packages/chain-registry/src/testnet/atomonetestnet/chain.ts

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ const info: Chain = {
7878
{
7979
address: 'https://rpc.atomone-testnet-1.atomone.aviaone.com:443',
8080
provider: 'AVIAONE.com 🟢'
81+
},
82+
{
83+
address: 'https://atomone-testnet-rpc.cogwheel.zone',
84+
provider: 'Cogwheel ⚙️'
8185
}
8286
],
8387
rest: [
@@ -92,15 +96,26 @@ const info: Chain = {
9296
{
9397
address: 'https://api-test.atomone.vinjan.xyz',
9498
provider: 'Vinjan'
99+
},
100+
{
101+
address: 'https://atomone-testnet-api.cogwheel.zone',
102+
provider: 'Cogwheel ⚙️'
95103
}
96104
],
97-
grpc: [{
105+
grpc: [
106+
{
98107
address: 'grpc.atomone-1.atomone.aviaone.com:9102',
99108
provider: 'AVIAONE.com 🟢'
100-
}, {
109+
},
110+
{
101111
address: 'https://grpc-testnet-atomone.nodeist.net:443',
102112
provider: 'Nodeist'
103-
}]
113+
},
114+
{
115+
address: 'atomone-testnet-grpc.cogwheel.zone:443',
116+
provider: 'Cogwheel ⚙️'
117+
}
118+
]
104119
},
105120
explorers: [
106121
{

0 commit comments

Comments
 (0)