Skip to content

Commit b4daf79

Browse files
committed
build 🛠 build-20251206-023753
1 parent 19245b6 commit b4daf79

File tree

10 files changed

+111
-25
lines changed

10 files changed

+111
-25
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,12 @@ const info: Chain = {
277277
url: 'https://injective.valopers.com/',
278278
txPage: 'https://injective.valopers.com/transactions/${txHash}',
279279
accountPage: 'https://injective.valopers.com/account/${accountAddress}'
280+
},
281+
{
282+
kind: 'moon-runners',
283+
url: 'https://moon-runners.net/injective/mainnet',
284+
txPage: 'https://moon-runners.net/injective/mainnet/finder?search=${txHash}',
285+
accountPage: 'https://moon-runners.net/injective/mainnet/finder?search=${accountAddress}'
280286
}
281287
],
282288
images: [{

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ const info: IBCData[] = [{
44
chain1: {
55
chainName: 'optio',
66
chainId: 'optio',
7-
clientId: '07-tendermint-1',
8-
connectionId: 'connection-5'
7+
clientId: '07-tendermint-4',
8+
connectionId: 'connection-10'
99
},
1010
chain2: {
1111
chainName: 'osmosis',
1212
chainId: 'osmosis-1',
13-
clientId: '07-tendermint-3608',
14-
connectionId: 'connection-10961'
13+
clientId: '07-tendermint-3640',
14+
connectionId: 'connection-10985'
1515
},
1616
channels: [{
1717
chain1: {
18-
channelId: 'channel-1',
18+
channelId: 'channel-5',
1919
portId: 'transfer'
2020
},
2121
chain2: {
22-
channelId: 'channel-107347',
22+
channelId: 'channel-108371',
2323
portId: 'transfer'
2424
},
2525
ordering: 'unordered',

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -827,6 +827,12 @@ const info: Chain = {
827827
url: 'https://validatorinfo.com/networks/osmosis/overview',
828828
validatorPage: 'https://validatorinfo.com/networks/osmosis/validators',
829829
proposalPage: 'https://validatorinfo.com/networks/osmosis/governance'
830+
},
831+
{
832+
kind: 'moon-runners',
833+
url: 'https://moon-runners.net/osmosis/mainnet',
834+
txPage: 'https://moon-runners.net/osmosis/mainnet/finder?search=${txHash}',
835+
accountPage: 'https://moon-runners.net/osmosis/mainnet/finder?search=${accountAddress}'
830836
}
831837
],
832838
keywords: ['dex']

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3596,22 +3596,22 @@ const info: IBCData[] = [
35963596
chain1: {
35973597
chainName: 'optio',
35983598
chainId: 'optio',
3599-
clientId: '07-tendermint-1',
3600-
connectionId: 'connection-5'
3599+
clientId: '07-tendermint-4',
3600+
connectionId: 'connection-10'
36013601
},
36023602
chain2: {
36033603
chainName: 'osmosis',
36043604
chainId: 'osmosis-1',
3605-
clientId: '07-tendermint-3608',
3606-
connectionId: 'connection-10961'
3605+
clientId: '07-tendermint-3640',
3606+
connectionId: 'connection-10985'
36073607
},
36083608
channels: [{
36093609
chain1: {
3610-
channelId: 'channel-1',
3610+
channelId: 'channel-5',
36113611
portId: 'transfer'
36123612
},
36133613
chain2: {
3614-
channelId: 'channel-107347',
3614+
channelId: 'channel-108371',
36153615
portId: 'transfer'
36163616
},
36173617
ordering: 'unordered',

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ const info: Chain = {
1616
fees: {
1717
feeTokens: [{
1818
denom: 'nhash',
19-
fixedMinGasPrice: 1905,
20-
lowGasPrice: 1905,
21-
averageGasPrice: 2100,
22-
highGasPrice: 2500
19+
fixedMinGasPrice: 1,
20+
lowGasPrice: 1,
21+
averageGasPrice: 1,
22+
highGasPrice: 1
2323
}]
2424
},
2525
staking: {
@@ -29,33 +29,33 @@ const info: Chain = {
2929
},
3030
codebase: {
3131
gitRepo: 'https://github.com/provenance-io/provenance',
32-
recommendedVersion: 'v1.17.0',
33-
compatibleVersions: ['v1.17.0'],
32+
recommendedVersion: 'v1.26.0',
33+
compatibleVersions: ['v1.26.0'],
3434
consensus: {
35-
type: 'tendermint',
36-
version: '0.34.29'
35+
type: 'cometbft',
36+
version: '0.38.19'
3737
},
3838
binaries: {
39-
"linux/amd64": 'https://github.com/provenance-io/provenance/releases/download/v1.17.0/provenance-linux-amd64-v1.17.0.zip'
39+
"linux/amd64": 'https://github.com/provenance-io/provenance/releases/download/v1.26.0/provenance-linux-amd64-v1.26.0.zip'
4040
},
4141
genesis: {
4242
name: 'v1.0.1',
4343
genesisUrl: 'https://raw.githubusercontent.com/provenance-io/mainnet/main/pio-mainnet-1/genesis.json'
4444
},
4545
sdk: {
4646
type: 'cosmos',
47-
version: '0.46.13'
47+
version: '0.50.14'
4848
},
4949
ibc: {
5050
type: 'go',
51-
version: '6.2.0',
51+
version: '8.6.1',
5252
icsEnabled: ['ics20-1', 'ics27-1']
5353
},
5454
cosmwasm: {
55-
version: '0.30',
55+
version: '0.52',
5656
enabled: true
5757
},
58-
tag: 'v1.17.0'
58+
tag: 'v1.26.0'
5959
},
6060
logoURIs: {
6161
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png',

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,12 @@ const info: Chain = {
279279
txPage: 'https://staking-explorer.com/transaction.php?chain=terra&tx=${txHash}',
280280
accountPage: 'https://staking-explorer.com/account.php?chain=terra&addr=${accountAddress}'
281281
},
282+
{
283+
kind: 'moon-runners',
284+
url: 'https://moon-runners.net/terra/mainnet',
285+
txPage: 'https://moon-runners.net/terra/mainnet/finder?search=${txHash}',
286+
accountPage: 'https://moon-runners.net/terra/mainnet/finder?search=${accountAddress}'
287+
},
282288
{
283289
kind: 'terraport-finder',
284290
url: 'https://finder.terraport.finance/',

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import * as _noistestnet from './noistestnet';
3535
import * as _nolustestnet from './nolustestnet';
3636
import * as _osmosistestnet from './osmosistestnet';
3737
import * as _persistencetestnet2 from './persistencetestnet2';
38+
import * as _qubeticstestnet from './qubeticstestnet';
3839
import * as _sagatestnet from './sagatestnet';
3940
import * as _seitestnet2 from './seitestnet2';
4041
import * as _sgetestnet from './sgetestnet';
@@ -87,6 +88,7 @@ const ibcData: IBCData[] = [
8788
..._nolustestnet.ibcData,
8889
..._osmosistestnet.ibcData,
8990
..._persistencetestnet2.ibcData,
91+
..._qubeticstestnet.ibcData,
9092
..._sagatestnet.ibcData,
9193
..._seitestnet2.ibcData,
9294
..._sgetestnet.ibcData,

v2/packages/chain-registry/src/testnet/osmosistestnet/ibc-data.ts

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,37 @@ const info: IBCData[] = [
10411041
}
10421042
}]
10431043
},
1044+
{
1045+
$schema: '../../ibc_data.schema.json',
1046+
chain1: {
1047+
chainName: 'osmosistestnet',
1048+
chainId: 'osmo-test-5',
1049+
clientId: '07-tendermint-4996',
1050+
connectionId: 'connection-4359'
1051+
},
1052+
chain2: {
1053+
chainName: 'qubeticstestnet',
1054+
chainId: 'qubetics_9029-1',
1055+
clientId: '07-tendermint-14',
1056+
connectionId: 'connection-12'
1057+
},
1058+
channels: [{
1059+
chain1: {
1060+
channelId: 'channel-11229',
1061+
portId: 'transfer'
1062+
},
1063+
chain2: {
1064+
channelId: 'channel-8',
1065+
portId: 'transfer'
1066+
},
1067+
ordering: 'unordered',
1068+
version: 'ics20-1',
1069+
tags: {
1070+
preferred: true,
1071+
status: 'ACTIVE'
1072+
}
1073+
}]
1074+
},
10441075
{
10451076
$schema: '../../ibc_data.schema.json',
10461077
chain1: {
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: 'osmosistestnet',
6+
chainId: 'osmo-test-5',
7+
clientId: '07-tendermint-4996',
8+
connectionId: 'connection-4359'
9+
},
10+
chain2: {
11+
chainName: 'qubeticstestnet',
12+
chainId: 'qubetics_9029-1',
13+
clientId: '07-tendermint-14',
14+
connectionId: 'connection-12'
15+
},
16+
channels: [{
17+
chain1: {
18+
channelId: 'channel-11229',
19+
portId: 'transfer'
20+
},
21+
chain2: {
22+
channelId: 'channel-8',
23+
portId: 'transfer'
24+
},
25+
ordering: 'unordered',
26+
version: 'ics20-1',
27+
tags: {
28+
preferred: true,
29+
status: 'ACTIVE'
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;

0 commit comments

Comments
 (0)