Skip to content

Commit b751a9f

Browse files
committed
build 🛠 build-20251206-013704
1 parent 7a88cfd commit b751a9f

File tree

19 files changed

+226
-59
lines changed

19 files changed

+226
-59
lines changed

v1/packages/assets/src/mainnet/optio.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ const assets: AssetList = {
55
{
66
description: 'The native token of Osmosis',
77
denom_units: [{
8-
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
8+
denom: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
99
exponent: 0,
1010
aliases: ['uosmo']
1111
}, {
1212
denom: 'osmo',
1313
exponent: 6
1414
}],
1515
type_asset: 'sdk.coin',
16-
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
16+
base: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
1717
name: 'Osmosis',
1818
display: 'osmo',
1919
symbol: 'OSMO',
@@ -34,27 +34,27 @@ const assets: AssetList = {
3434
traces: [{
3535
type: 'ibc',
3636
counterparty: {
37-
channel_id: 'channel-107347',
37+
channel_id: 'channel-108371',
3838
base_denom: 'uosmo',
3939
chain_name: 'osmosis'
4040
},
4141
chain: {
42-
channel_id: 'channel-1'
42+
channel_id: 'channel-5'
4343
}
4444
}]
4545
},
4646
{
4747
description: 'ION is the second native token of Osmosis.',
4848
denom_units: [{
49-
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
49+
denom: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
5050
exponent: 0,
5151
aliases: ['uion']
5252
}, {
5353
denom: 'ion',
5454
exponent: 6
5555
}],
5656
type_asset: 'sdk.coin',
57-
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
57+
base: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
5858
name: 'Ion DAO',
5959
display: 'ion',
6060
symbol: 'ION',
@@ -75,27 +75,27 @@ const assets: AssetList = {
7575
traces: [{
7676
type: 'ibc',
7777
counterparty: {
78-
channel_id: 'channel-107347',
78+
channel_id: 'channel-108371',
7979
base_denom: 'uion',
8080
chain_name: 'osmosis'
8181
},
8282
chain: {
83-
channel_id: 'channel-1'
83+
channel_id: 'channel-5'
8484
}
8585
}]
8686
},
8787
{
8888
description: 'The native token of Osmosis',
8989
denom_units: [{
90-
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
90+
denom: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
9191
exponent: 0,
9292
aliases: ['uosmo']
9393
}, {
9494
denom: 'osmo',
9595
exponent: 6
9696
}],
9797
type_asset: 'sdk.coin',
98-
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
98+
base: 'ibc/D24B4564BCD51D3D02D9987D92571EAC5915676A9BD6D9B0C1D0254CB8A5EA34',
9999
name: 'Osmosis',
100100
display: 'osmo',
101101
symbol: 'OSMO',
@@ -116,27 +116,27 @@ const assets: AssetList = {
116116
traces: [{
117117
type: 'ibc',
118118
counterparty: {
119-
channel_id: 'channel-107347',
119+
channel_id: 'channel-108371',
120120
base_denom: 'uosmo',
121121
chain_name: 'osmosis'
122122
},
123123
chain: {
124-
channel_id: 'channel-1'
124+
channel_id: 'channel-5'
125125
}
126126
}]
127127
},
128128
{
129129
description: 'ION is the second native token of Osmosis.',
130130
denom_units: [{
131-
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
131+
denom: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
132132
exponent: 0,
133133
aliases: ['uion']
134134
}, {
135135
denom: 'ion',
136136
exponent: 6
137137
}],
138138
type_asset: 'sdk.coin',
139-
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
139+
base: 'ibc/07F71BEE7FA84450268B4F6895417F12FBCD1792B57C98431F5210E42117B206',
140140
name: 'Ion DAO',
141141
display: 'ion',
142142
symbol: 'ION',
@@ -157,12 +157,12 @@ const assets: AssetList = {
157157
traces: [{
158158
type: 'ibc',
159159
counterparty: {
160-
channel_id: 'channel-107347',
160+
channel_id: 'channel-108371',
161161
base_denom: 'uion',
162162
chain_name: 'osmosis'
163163
},
164164
chain: {
165-
channel_id: 'channel-1'
165+
channel_id: 'channel-5'
166166
}
167167
}]
168168
}

v1/packages/assets/src/mainnet/osmosis.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6280,15 +6280,15 @@ const assets: AssetList = {
62806280
{
62816281
description: 'The native token of Optio',
62826282
denom_units: [{
6283-
denom: 'ibc/60CFDF4D8367F6C29FE210CE1CA36BE8C21BB2B505DE0F0ABAC0855411CCDB37',
6283+
denom: 'ibc/6AA47B1A9F00CC9B127796717F4BE976C12EFC843387F22461152888E1365045',
62846284
exponent: 0,
62856285
aliases: ['uOPT']
62866286
}, {
62876287
denom: 'OPT',
62886288
exponent: 6
62896289
}],
62906290
type_asset: 'sdk.coin',
6291-
base: 'ibc/60CFDF4D8367F6C29FE210CE1CA36BE8C21BB2B505DE0F0ABAC0855411CCDB37',
6291+
base: 'ibc/6AA47B1A9F00CC9B127796717F4BE976C12EFC843387F22461152888E1365045',
62926292
name: 'OPT',
62936293
display: 'OPT',
62946294
symbol: 'OPT',
@@ -6299,12 +6299,12 @@ const assets: AssetList = {
62996299
traces: [{
63006300
type: 'ibc',
63016301
counterparty: {
6302-
channel_id: 'channel-1',
6302+
channel_id: 'channel-5',
63036303
base_denom: 'uOPT',
63046304
chain_name: 'optio'
63056305
},
63066306
chain: {
6307-
channel_id: 'channel-107347'
6307+
channel_id: 'channel-108371'
63086308
}
63096309
}]
63106310
},
@@ -12609,15 +12609,15 @@ const assets: AssetList = {
1260912609
{
1261012610
description: 'The native token of Optio',
1261112611
denom_units: [{
12612-
denom: 'ibc/60CFDF4D8367F6C29FE210CE1CA36BE8C21BB2B505DE0F0ABAC0855411CCDB37',
12612+
denom: 'ibc/6AA47B1A9F00CC9B127796717F4BE976C12EFC843387F22461152888E1365045',
1261312613
exponent: 0,
1261412614
aliases: ['uOPT']
1261512615
}, {
1261612616
denom: 'OPT',
1261712617
exponent: 6
1261812618
}],
1261912619
type_asset: 'sdk.coin',
12620-
base: 'ibc/60CFDF4D8367F6C29FE210CE1CA36BE8C21BB2B505DE0F0ABAC0855411CCDB37',
12620+
base: 'ibc/6AA47B1A9F00CC9B127796717F4BE976C12EFC843387F22461152888E1365045',
1262112621
name: 'OPT',
1262212622
display: 'OPT',
1262312623
symbol: 'OPT',
@@ -12628,12 +12628,12 @@ const assets: AssetList = {
1262812628
traces: [{
1262912629
type: 'ibc',
1263012630
counterparty: {
12631-
channel_id: 'channel-1',
12631+
channel_id: 'channel-5',
1263212632
base_denom: 'uOPT',
1263312633
chain_name: 'optio'
1263412634
},
1263512635
chain: {
12636-
channel_id: 'channel-107347'
12636+
channel_id: 'channel-108371'
1263712637
}
1263812638
}]
1263912639
},

v1/packages/assets/src/testnet/assets.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import _noistestnet from './noistestnet';
3535
import _nolustestnet from './nolustestnet';
3636
import _osmosistestnet from './osmosistestnet';
3737
import _persistencetestnet2 from './persistencetestnet2';
38+
import _qubeticstestnet from './qubeticstestnet';
3839
import _sagatestnet from './sagatestnet';
3940
import _seitestnet2 from './seitestnet2';
4041
import _sgetestnet from './sgetestnet';
@@ -51,6 +52,6 @@ import _xiontestnet2 from './xiontestnet2';
5152
import _xrplevmtestnet from './xrplevmtestnet';
5253
import _zigchaintestnet from './zigchaintestnet'
5354

54-
const assets: AssetList[] = [_agoricdevnet,_archwaytestnet,_atomonetestnet,_axelartestnet,_babylontestnet,_celestiatestnet3,_chain4energytestnet,_composabletestnet,_coreumtestnet,_cosmoshubtestnet,_cosmosicsprovidertestnet,_doravotatestnet,_dydxtestnet,_elystestnet,_empowertestnet,_hippoprotocoltestnet,_impacthubtestnet,_injectivetestnet,_int3facetestnet,_jackaltestnet2,_kimanetworktestnet,_kujiratestnet,_kyvetestnet,_lavatestnet,_likecointestnet,_lumeratestnet,_manifesttestnet,_mantrachaintestnet2,_marstestnet,_neutrontestnet,_nobletestnet,_noistestnet,_nolustestnet,_osmosistestnet,_persistencetestnet2,_sagatestnet,_seitestnet2,_sgetestnet,_stargazetestnet,_stridetestnet,_swisstroniktestnet,_symphonytestnet,_synternettestnet,_terra2testnet,_titannettestnet,_titantestnet,_wardenprotocoltestnet,_xiontestnet2,_xrplevmtestnet,_zigchaintestnet];
55+
const assets: AssetList[] = [_agoricdevnet,_archwaytestnet,_atomonetestnet,_axelartestnet,_babylontestnet,_celestiatestnet3,_chain4energytestnet,_composabletestnet,_coreumtestnet,_cosmoshubtestnet,_cosmosicsprovidertestnet,_doravotatestnet,_dydxtestnet,_elystestnet,_empowertestnet,_hippoprotocoltestnet,_impacthubtestnet,_injectivetestnet,_int3facetestnet,_jackaltestnet2,_kimanetworktestnet,_kujiratestnet,_kyvetestnet,_lavatestnet,_likecointestnet,_lumeratestnet,_manifesttestnet,_mantrachaintestnet2,_marstestnet,_neutrontestnet,_nobletestnet,_noistestnet,_nolustestnet,_osmosistestnet,_persistencetestnet2,_qubeticstestnet,_sagatestnet,_seitestnet2,_sgetestnet,_stargazetestnet,_stridetestnet,_swisstroniktestnet,_symphonytestnet,_synternettestnet,_terra2testnet,_titannettestnet,_titantestnet,_wardenprotocoltestnet,_xiontestnet2,_xrplevmtestnet,_zigchaintestnet];
5556

5657
export default assets;

v1/packages/assets/src/testnet/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export * as noistestnet from './noistestnet';
3333
export * as nolustestnet from './nolustestnet';
3434
export * as osmosistestnet from './osmosistestnet';
3535
export * as persistencetestnet2 from './persistencetestnet2';
36+
export * as qubeticstestnet from './qubeticstestnet';
3637
export * as sagatestnet from './sagatestnet';
3738
export * as seitestnet2 from './seitestnet2';
3839
export * as sgetestnet from './sgetestnet';

v1/packages/assets/src/testnet/osmosistestnet.ts

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,6 +1609,39 @@ const assets: AssetList = {
16091609
}
16101610
}]
16111611
},
1612+
{
1613+
description: 'The native EVM, governance and staking token of the Qubetics Chain',
1614+
denom_units: [{
1615+
denom: 'ibc/3E5037EFB506F3F007D1CA1B5A436DDB32983B191B9F5730BE2BE46E16AC83B5',
1616+
exponent: 0,
1617+
aliases: ['tics']
1618+
}, {
1619+
denom: 'TICS',
1620+
exponent: 18
1621+
}],
1622+
base: 'ibc/3E5037EFB506F3F007D1CA1B5A436DDB32983B191B9F5730BE2BE46E16AC83B5',
1623+
name: 'Qubetics Testnet',
1624+
display: 'TICS',
1625+
symbol: 'TICS',
1626+
logo_URIs: {
1627+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/qubeticstestnet/images/qubetics.png'
1628+
},
1629+
images: [{
1630+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/qubeticstestnet/images/qubetics.png'
1631+
}],
1632+
type_asset: 'sdk.coin',
1633+
traces: [{
1634+
type: 'ibc',
1635+
counterparty: {
1636+
channel_id: 'channel-8',
1637+
base_denom: 'tics',
1638+
chain_name: 'qubeticstestnet'
1639+
},
1640+
chain: {
1641+
channel_id: 'channel-11229'
1642+
}
1643+
}]
1644+
},
16121645
{
16131646
description: 'The native token of Saga Testnet',
16141647
denom_units: [{
@@ -2166,6 +2199,39 @@ const assets: AssetList = {
21662199
}
21672200
}]
21682201
},
2202+
{
2203+
description: 'The native EVM, governance and staking token of the Qubetics Chain',
2204+
denom_units: [{
2205+
denom: 'ibc/3E5037EFB506F3F007D1CA1B5A436DDB32983B191B9F5730BE2BE46E16AC83B5',
2206+
exponent: 0,
2207+
aliases: ['tics']
2208+
}, {
2209+
denom: 'TICS',
2210+
exponent: 18
2211+
}],
2212+
base: 'ibc/3E5037EFB506F3F007D1CA1B5A436DDB32983B191B9F5730BE2BE46E16AC83B5',
2213+
name: 'Qubetics Testnet',
2214+
display: 'TICS',
2215+
symbol: 'TICS',
2216+
logo_URIs: {
2217+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/qubeticstestnet/images/qubetics.png'
2218+
},
2219+
images: [{
2220+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/qubeticstestnet/images/qubetics.png'
2221+
}],
2222+
type_asset: 'sdk.coin',
2223+
traces: [{
2224+
type: 'ibc',
2225+
counterparty: {
2226+
channel_id: 'channel-8',
2227+
base_denom: 'tics',
2228+
chain_name: 'qubeticstestnet'
2229+
},
2230+
chain: {
2231+
channel_id: 'channel-11229'
2232+
}
2233+
}]
2234+
},
21692235
{
21702236
description: 'The native token of Saga Testnet',
21712237
denom_units: [{
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import { AssetList } from '@chain-registry/types';
2+
const assets: AssetList = {
3+
chain_name: 'qubeticstestnet',
4+
assets: []
5+
};
6+
export default assets;
7+

v1/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
tx_page: 'https://injective.valopers.com/transactions/${txHash}',
279279
account_page: 'https://injective.valopers.com/account/${accountAddress}'
280+
},
281+
{
282+
kind: 'moon-runners',
283+
url: 'https://moon-runners.net/injective/mainnet',
284+
tx_page: 'https://moon-runners.net/injective/mainnet/finder?search=${txHash}',
285+
account_page: 'https://moon-runners.net/injective/mainnet/finder?search=${accountAddress}'
280286
}
281287
],
282288
images: [{

v1/packages/chain-registry/src/mainnet/optio/ibc.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ const info: IBCInfo[] = [{
44
chain_1: {
55
chain_name: 'optio',
66
chain_id: 'optio',
7-
client_id: '07-tendermint-1',
8-
connection_id: 'connection-5'
7+
client_id: '07-tendermint-4',
8+
connection_id: 'connection-10'
99
},
1010
chain_2: {
1111
chain_name: 'osmosis',
1212
chain_id: 'osmosis-1',
13-
client_id: '07-tendermint-3608',
14-
connection_id: 'connection-10961'
13+
client_id: '07-tendermint-3640',
14+
connection_id: 'connection-10985'
1515
},
1616
channels: [{
1717
chain_1: {
18-
channel_id: 'channel-1',
18+
channel_id: 'channel-5',
1919
port_id: 'transfer'
2020
},
2121
chain_2: {
22-
channel_id: 'channel-107347',
22+
channel_id: 'channel-108371',
2323
port_id: 'transfer'
2424
},
2525
ordering: 'unordered',

v1/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
validator_page: 'https://validatorinfo.com/networks/osmosis/validators',
829829
proposal_page: 'https://validatorinfo.com/networks/osmosis/governance'
830+
},
831+
{
832+
kind: 'moon-runners',
833+
url: 'https://moon-runners.net/osmosis/mainnet',
834+
tx_page: 'https://moon-runners.net/osmosis/mainnet/finder?search=${txHash}',
835+
account_page: 'https://moon-runners.net/osmosis/mainnet/finder?search=${accountAddress}'
830836
}
831837
],
832838
keywords: ['dex']

0 commit comments

Comments
 (0)