Skip to content

Commit 2197048

Browse files
committed
build 🛠 build-20250903-023145
1 parent a0ddbc2 commit 2197048

File tree

4 files changed

+96
-0
lines changed

4 files changed

+96
-0
lines changed

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,35 @@ const info: IBCData[] = [
144144
}
145145
}]
146146
},
147+
{
148+
$schema: '../ibc_data.schema.json',
149+
chain1: {
150+
chainName: 'bitsong',
151+
clientId: '07-tendermint-83',
152+
connectionId: 'connection-58'
153+
},
154+
chain2: {
155+
chainName: 'neutron',
156+
clientId: '07-tendermint-182',
157+
connectionId: 'connection-136'
158+
},
159+
channels: [{
160+
chain1: {
161+
channelId: 'channel-39',
162+
portId: 'transfer'
163+
},
164+
chain2: {
165+
channelId: 'channel-7232',
166+
portId: 'transfer'
167+
},
168+
ordering: 'unordered',
169+
version: 'ics20-1',
170+
tags: {
171+
status: 'live',
172+
preferred: true
173+
}
174+
}]
175+
},
147176
{
148177
$schema: '../ibc_data.schema.json',
149178
chain1: {

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,26 @@ const info: AssetList = {
734734
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
735735
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
736736
}
737+
},
738+
{
739+
description: 'Quark ($QUARK) is the first permissionless CosmWasm token launched on the Cosmos Hub.',
740+
denomUnits: [{
741+
denom: 'factory/cosmos1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/quark',
742+
exponent: 0
743+
}, {
744+
denom: 'quark',
745+
exponent: 6
746+
}],
747+
typeAsset: 'sdk.coin',
748+
base: 'factory/cosmos1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/quark',
749+
name: 'Quark',
750+
display: 'quark',
751+
symbol: 'QUARK',
752+
logoURIs: {
753+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/quark.png',
754+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/quark.svg'
755+
},
756+
keywords: ['memecoin']
737757
}
738758
]
739759
};

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,35 @@ const info: IBCData[] = [
116116
}
117117
}]
118118
},
119+
{
120+
$schema: '../ibc_data.schema.json',
121+
chain1: {
122+
chainName: 'bitsong',
123+
clientId: '07-tendermint-83',
124+
connectionId: 'connection-58'
125+
},
126+
chain2: {
127+
chainName: 'neutron',
128+
clientId: '07-tendermint-182',
129+
connectionId: 'connection-136'
130+
},
131+
channels: [{
132+
chain1: {
133+
channelId: 'channel-39',
134+
portId: 'transfer'
135+
},
136+
chain2: {
137+
channelId: 'channel-7232',
138+
portId: 'transfer'
139+
},
140+
ordering: 'unordered',
141+
version: 'ics20-1',
142+
tags: {
143+
status: 'live',
144+
preferred: true
145+
}
146+
}]
147+
},
119148
{
120149
$schema: '../ibc_data.schema.json',
121150
chain1: {

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ const info: Chain = {
8888
address: 'https://sunrise-rpc-2.krews.xyz',
8989
provider: 'Krews'
9090
},
91+
{
92+
address: 'https://sunrise-mainnet-rpc.denodes.xyz/',
93+
provider: 'deNodes'
94+
},
9195
{
9296
address: 'http://sunrise.rpc.decentrio.ventures',
9397
provider: 'Decentrio'
@@ -138,6 +142,10 @@ const info: Chain = {
138142
address: 'https://sunrise-api-2.krews.xyz',
139143
provider: 'Krews'
140144
},
145+
{
146+
address: 'https://sunrise-mainnet-api.denodes.xyz/',
147+
provider: 'deNodes'
148+
},
141149
{
142150
address: 'https://sunrise.api.decentrio.ventures',
143151
provider: 'Decentrio'
@@ -172,6 +180,10 @@ const info: Chain = {
172180
address: 'https://grpc.sunrise.nodestake.org:443',
173181
provider: 'NodeStake'
174182
},
183+
{
184+
address: 'https://sunrise-mainnet-grpc.denodes.xyz:443',
185+
provider: 'deNodes'
186+
},
175187
{
176188
address: 'https://sunrise.grpc.decentrio.ventures:443',
177189
provider: 'Decentrio'
@@ -226,6 +238,12 @@ const info: Chain = {
226238
txPage: 'https://risescan.krews.xyz/sunrise/tx/${txHash}',
227239
accountPage: 'https://risescan.krews.xyz/sunrise/account/${accountAddress}'
228240
},
241+
{
242+
kind: 'deNodes',
243+
url: 'https://risescan.denodes.app/',
244+
txPage: 'https://risescan.denodes.app/sunrise/tx/${txHash}',
245+
accountPage: 'https://risescan.denodes.app/sunrise/account/${accountAddress}'
246+
},
229247
{
230248
kind: 'Synergy Nodes Explorer',
231249
url: 'https://cosmosrun.info/sunrise',

0 commit comments

Comments
 (0)