File tree Expand file tree Collapse file tree 21 files changed +653
-22
lines changed
v2/packages/chain-registry/src Expand file tree Collapse file tree 21 files changed +653
-22
lines changed Original file line number Diff line number Diff line change 11import { IBCData } from '@chain-registry/types' ;
22const info : IBCData [ ] = [
3+ {
4+ $schema : '../ibc_data.schema.json' ,
5+ chain1 : {
6+ chainName : 'atomone' ,
7+ chainId : 'atomone-1' ,
8+ clientId : '07-tendermint-38' ,
9+ connectionId : 'connection-40'
10+ } ,
11+ chain2 : {
12+ chainName : 'axelar' ,
13+ chainId : 'axelar-dojo-1' ,
14+ clientId : '07-tendermint-258' ,
15+ connectionId : 'connection-252'
16+ } ,
17+ channels : [ {
18+ chain1 : {
19+ channelId : 'channel-10' ,
20+ portId : 'transfer'
21+ } ,
22+ chain2 : {
23+ channelId : 'channel-190' ,
24+ portId : 'transfer'
25+ } ,
26+ ordering : 'unordered' ,
27+ version : 'ics20-1' ,
28+ tags : {
29+ preferred : true ,
30+ status : 'ACTIVE'
31+ }
32+ } ]
33+ } ,
334 {
435 $schema : '../ibc_data.schema.json' ,
536 chain1 : {
Original file line number Diff line number Diff line change @@ -119,6 +119,37 @@ const info: IBCData[] = [
119119 }
120120 } ]
121121 } ,
122+ {
123+ $schema : '../ibc_data.schema.json' ,
124+ chain1 : {
125+ chainName : 'atomone' ,
126+ chainId : 'atomone-1' ,
127+ clientId : '07-tendermint-38' ,
128+ connectionId : 'connection-40'
129+ } ,
130+ chain2 : {
131+ chainName : 'axelar' ,
132+ chainId : 'axelar-dojo-1' ,
133+ clientId : '07-tendermint-258' ,
134+ connectionId : 'connection-252'
135+ } ,
136+ channels : [ {
137+ chain1 : {
138+ channelId : 'channel-10' ,
139+ portId : 'transfer'
140+ } ,
141+ chain2 : {
142+ channelId : 'channel-190' ,
143+ portId : 'transfer'
144+ } ,
145+ ordering : 'unordered' ,
146+ version : 'ics20-1' ,
147+ tags : {
148+ preferred : true ,
149+ status : 'ACTIVE'
150+ }
151+ } ]
152+ } ,
122153 {
123154 $schema : '../ibc_data.schema.json' ,
124155 chain1 : {
Original file line number Diff line number Diff line change @@ -613,7 +613,7 @@ const info: AssetList = {
613613 aliases : [ 'wbtc-satoshi' ]
614614 } , {
615615 denom : 'wbtc' ,
616- exponent : 18
616+ exponent : 8
617617 } ] ,
618618 typeAsset : 'ics20' ,
619619 base : 'ibc/1507315B0C337368B85A7EC67C3956C508E1106EBD96336B1B092F7B2815B3E5' ,
Original file line number Diff line number Diff line change @@ -81,11 +81,14 @@ const info: AssetList = {
8181 denom : 'ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729' ,
8282 exponent : 0 ,
8383 aliases : [ 'FX' ]
84+ } , {
85+ denom : 'WFX' ,
86+ exponent : 18
8487 } ] ,
8588 typeAsset : 'ics20' ,
8689 base : 'ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729' ,
8790 name : 'Function X' ,
88- display : 'FX ' ,
91+ display : 'WFX ' ,
8992 symbol : 'FX' ,
9093 traces : [ {
9194 type : 'ibc' ,
@@ -896,6 +899,52 @@ const info: AssetList = {
896899 png : 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png' ,
897900 svg : 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
898901 } ]
902+ } ,
903+ {
904+ description : 'Tether Gold bridged via Eureka on Cosmos Hub.' ,
905+ denomUnits : [
906+ {
907+ denom : 'ibc/A96C4DBCB7E36F8D265E92240510DB0F29F39CE4AAF52DBDE686E448BA447886' ,
908+ exponent : 0 ,
909+ aliases : [ 'uxaut' ]
910+ } ,
911+ {
912+ denom : 'xaut' ,
913+ exponent : 6
914+ } ,
915+ {
916+ denom : 'xaut.atom' ,
917+ exponent : 6
918+ }
919+ ] ,
920+ typeAsset : 'ics20' ,
921+ base : 'ibc/A96C4DBCB7E36F8D265E92240510DB0F29F39CE4AAF52DBDE686E448BA447886' ,
922+ name : 'Eureka Bridged Tether Gold (ATOM)' ,
923+ display : 'xaut' ,
924+ symbol : 'XAUt' ,
925+ traces : [ {
926+ type : 'ibc-bridge' ,
927+ counterparty : {
928+ chainName : 'ethereum' ,
929+ baseDenom : '0x68749665ff8d2d112fa859aa293f07a622782f38' ,
930+ channelId : 'channel-0'
931+ } ,
932+ chain : {
933+ channelId : '08-wasm-1369' ,
934+ path : 'transfer/08-wasm-1369/0x68749665ff8d2d112fa859aa293f07a622782f38'
935+ } ,
936+ provider : 'Eureka'
937+ } ] ,
938+ logoURIs : {
939+ png : 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
940+ } ,
941+ images : [ {
942+ imageSync : {
943+ chainName : 'ethereum' ,
944+ baseDenom : '0x68749665ff8d2d112fa859aa293f07a622782f38'
945+ } ,
946+ png : 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
947+ } ]
899948 }
900949 ]
901950} ;
Original file line number Diff line number Diff line change @@ -29,35 +29,35 @@ const info: Chain = {
2929 } ,
3030 codebase : {
3131 gitRepo : 'https://github.com/cosmos/gaia' ,
32- recommendedVersion : 'v21.0.0 ' ,
33- compatibleVersions : [ 'v21.0.0 ' ] ,
32+ recommendedVersion : 'v25.1.1 ' ,
33+ compatibleVersions : [ 'v25.1.1 ' ] ,
3434 consensus : {
3535 type : 'cometbft' ,
36- version : 'v0.38.11 '
36+ version : 'v0.38.19 '
3737 } ,
3838 binaries : {
39- "darwin/amd64" : 'https://github.com/cosmos/gaia/releases/download/v21.0.0 /gaiad-v21.0.0 -darwin-amd64' ,
40- "darwin/arm64" : 'https://github.com/cosmos/gaia/releases/download/v21.0.0 /gaiad-v21.0.0 -darwin-arm64' ,
41- "linux/amd64" : 'https://github.com/cosmos/gaia/releases/download/v21.0.0 /gaiad-v21.0.0 -linux-amd64'
39+ "darwin/amd64" : 'https://github.com/cosmos/gaia/releases/download/v25.1.1 /gaiad-v25.1.1 -darwin-amd64' ,
40+ "darwin/arm64" : 'https://github.com/cosmos/gaia/releases/download/v25.1.1 /gaiad-v25.1.1 -darwin-arm64' ,
41+ "linux/amd64" : 'https://github.com/cosmos/gaia/releases/download/v25.1.1 /gaiad-v25.1.1 -linux-amd64'
4242 } ,
4343 genesis : {
4444 genesisUrl : 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
4545 } ,
4646 sdk : {
4747 type : 'cosmos' ,
48- version : 'v0.50.9 ' ,
49- tag : 'v0.50.9-lsm '
48+ version : 'v0.53.3 ' ,
49+ tag : 'v0.53.3 '
5050 } ,
5151 ibc : {
5252 type : 'go' ,
53- version : 'v8.5.1 '
53+ version : 'v10.3.0 '
5454 } ,
5555 cosmwasm : {
56- version : 'v0.53.0 ' ,
56+ version : 'v0.60.1 ' ,
5757 repo : 'https://github.com/CosmWasm/wasmd' ,
58- tag : 'v0.53.0 '
58+ tag : 'v0.60.1 '
5959 } ,
60- tag : 'v21.0.0 '
60+ tag : 'v25.1.1 '
6161 } ,
6262 logoURIs : {
6363 png : 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png' ,
Original file line number Diff line number Diff line change @@ -31,6 +31,37 @@ const info: IBCData[] = [
3131 }
3232 } ]
3333 } ,
34+ {
35+ $schema : '../ibc_data.schema.json' ,
36+ chain1 : {
37+ chainName : 'dungeon' ,
38+ chainId : 'dungeon-1' ,
39+ clientId : '07-tendermint-32' ,
40+ connectionId : 'connection-8634'
41+ } ,
42+ chain2 : {
43+ chainName : 'neutron' ,
44+ chainId : 'neutron-1' ,
45+ clientId : '07-tendermint-188' ,
46+ connectionId : 'connection-149'
47+ } ,
48+ channels : [ {
49+ chain1 : {
50+ channelId : 'channel-5309' ,
51+ portId : 'transfer'
52+ } ,
53+ chain2 : {
54+ channelId : 'channel-7358' ,
55+ portId : 'transfer'
56+ } ,
57+ ordering : 'unordered' ,
58+ version : 'ics20-1' ,
59+ tags : {
60+ preferred : true ,
61+ status : 'ACTIVE'
62+ }
63+ } ]
64+ } ,
3465 {
3566 $schema : '../ibc_data.schema.json' ,
3667 chain1 : {
Original file line number Diff line number Diff line change @@ -2088,6 +2088,29 @@ const info: AssetList = {
20882088 png : 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png' ,
20892089 svg : 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
20902090 } ]
2091+ } ,
2092+ {
2093+ description : 'Tether Gold(XAUT)' ,
2094+ typeAsset : 'erc20' ,
2095+ address : '0x68749665ff8d2d112fa859aa293f07a622782f38' ,
2096+ denomUnits : [ {
2097+ denom : '0x68749665ff8d2d112fa859aa293f07a622782f38' ,
2098+ exponent : 0
2099+ } , {
2100+ denom : 'xaut' ,
2101+ exponent : 6
2102+ } ] ,
2103+ base : '0x68749665ff8d2d112fa859aa293f07a622782f38' ,
2104+ name : 'Tether Gold' ,
2105+ display : 'xaut' ,
2106+ symbol : 'XAUt' ,
2107+ coingeckoId : 'tether-gold' ,
2108+ images : [ {
2109+ png : 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
2110+ } ] ,
2111+ logoURIs : {
2112+ png : 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
2113+ }
20912114 }
20922115 ]
20932116} ;
Original file line number Diff line number Diff line change @@ -294,6 +294,37 @@ const info: IBCData[] = [
294294 }
295295 } ]
296296 } ,
297+ {
298+ $schema : '../ibc_data.schema.json' ,
299+ chain1 : {
300+ chainName : 'dungeon' ,
301+ chainId : 'dungeon-1' ,
302+ clientId : '07-tendermint-32' ,
303+ connectionId : 'connection-8634'
304+ } ,
305+ chain2 : {
306+ chainName : 'neutron' ,
307+ chainId : 'neutron-1' ,
308+ clientId : '07-tendermint-188' ,
309+ connectionId : 'connection-149'
310+ } ,
311+ channels : [ {
312+ chain1 : {
313+ channelId : 'channel-5309' ,
314+ portId : 'transfer'
315+ } ,
316+ chain2 : {
317+ channelId : 'channel-7358' ,
318+ portId : 'transfer'
319+ } ,
320+ ordering : 'unordered' ,
321+ version : 'ics20-1' ,
322+ tags : {
323+ preferred : true ,
324+ status : 'ACTIVE'
325+ }
326+ } ]
327+ } ,
297328 {
298329 $schema : '../ibc_data.schema.json' ,
299330 chain1 : {
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ const info: AssetList = {
139139 exponent : 0
140140 } , {
141141 denom : 'inj' ,
142- exponent : 6
142+ exponent : 18
143143 } ] ,
144144 typeAsset : 'ics20' ,
145145 base : 'ibc/49D820DFDE9F885D7081725A58202ABA2F465CAEE4AFBC683DFB79A8E013E83E' ,
Original file line number Diff line number Diff line change @@ -19146,7 +19146,7 @@ const info: AssetList = {
1914619146 typeAsset: 'ics20',
1914719147 base: 'ibc/3C85C44DCB6BCC4FFB9D295EE79ED412E1FAD5D775C99E6AA51CCEF5CA32409C',
1914819148 name: 'Quicksilver Liquid Staked INJ',
19149- display: 'qinj ',
19149+ display: 'qINJ ',
1915019150 symbol: 'qINJ',
1915119151 traces: [{
1915219152 type: 'ibc',
You can’t perform that action at this time.
0 commit comments