chain-registry 1.69.125 → 1.69.127
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/acrechain/assets.js +0 -1
- package/esm/mainnet/archway/assets.js +8 -0
- package/esm/mainnet/cosmoshub/ibc.js +29 -0
- package/esm/mainnet/highbury/assets.js +8 -0
- package/esm/mainnet/injective/ibc.js +29 -0
- package/esm/mainnet/neutron/ibc.js +29 -0
- package/esm/mainnet/nibiru/assets.js +58 -31
- package/esm/mainnet/sidechain/ibc.js +93 -3
- package/esm/mainnet/terra/assets.js +8 -0
- package/esm/testnet/empetestnet/chain.js +1 -1
- package/mainnet/acrechain/assets.js +0 -1
- package/mainnet/archway/assets.js +8 -0
- package/mainnet/cosmoshub/ibc.js +29 -0
- package/mainnet/highbury/assets.js +8 -0
- package/mainnet/injective/ibc.js +29 -0
- package/mainnet/neutron/ibc.js +29 -0
- package/mainnet/nibiru/assets.js +58 -31
- package/mainnet/sidechain/ibc.js +93 -3
- package/mainnet/terra/assets.js +8 -0
- package/package.json +4 -4
- package/testnet/empetestnet/chain.js +1 -1
|
@@ -19,7 +19,6 @@ const info = {
|
|
|
19
19
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
20
20
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
21
21
|
},
|
|
22
|
-
coingecko_id: 'arable-protocol',
|
|
23
22
|
images: [{
|
|
24
23
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
25
24
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg',
|
|
@@ -176,6 +176,14 @@ const info = {
|
|
|
176
176
|
name: 'Astrovault AXV',
|
|
177
177
|
display: 'AXV',
|
|
178
178
|
symbol: 'AXV',
|
|
179
|
+
traces: [{
|
|
180
|
+
type: 'additional-mintage',
|
|
181
|
+
counterparty: {
|
|
182
|
+
chain_name: 'neutron',
|
|
183
|
+
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
184
|
+
},
|
|
185
|
+
provider: 'Astrovault'
|
|
186
|
+
}],
|
|
179
187
|
logo_URIs: {
|
|
180
188
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/axv.png',
|
|
181
189
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/axv.svg'
|
|
@@ -1640,6 +1640,35 @@ const info = [
|
|
|
1640
1640
|
tags: {}
|
|
1641
1641
|
}]
|
|
1642
1642
|
},
|
|
1643
|
+
{
|
|
1644
|
+
$schema: '../ibc_data.schema.json',
|
|
1645
|
+
chain_1: {
|
|
1646
|
+
chain_name: 'cosmoshub',
|
|
1647
|
+
client_id: '07-tendermint-1353',
|
|
1648
|
+
connection_id: 'connection-1090'
|
|
1649
|
+
},
|
|
1650
|
+
chain_2: {
|
|
1651
|
+
chain_name: 'sidechain',
|
|
1652
|
+
client_id: '07-tendermint-12',
|
|
1653
|
+
connection_id: 'connection-3'
|
|
1654
|
+
},
|
|
1655
|
+
channels: [{
|
|
1656
|
+
chain_1: {
|
|
1657
|
+
channel_id: 'channel-1318',
|
|
1658
|
+
port_id: 'transfer'
|
|
1659
|
+
},
|
|
1660
|
+
chain_2: {
|
|
1661
|
+
channel_id: 'channel-2',
|
|
1662
|
+
port_id: 'transfer'
|
|
1663
|
+
},
|
|
1664
|
+
ordering: 'unordered',
|
|
1665
|
+
version: 'ics20-1',
|
|
1666
|
+
tags: {
|
|
1667
|
+
status: 'live',
|
|
1668
|
+
preferred: true
|
|
1669
|
+
}
|
|
1670
|
+
}]
|
|
1671
|
+
},
|
|
1643
1672
|
{
|
|
1644
1673
|
$schema: '../ibc_data.schema.json',
|
|
1645
1674
|
chain_1: {
|
|
@@ -15,6 +15,14 @@ const info = {
|
|
|
15
15
|
name: 'Fury',
|
|
16
16
|
display: 'fury',
|
|
17
17
|
symbol: 'FURY',
|
|
18
|
+
traces: [{
|
|
19
|
+
type: 'legacy-mintage',
|
|
20
|
+
counterparty: {
|
|
21
|
+
chain_name: 'furya',
|
|
22
|
+
base_denom: 'ufury'
|
|
23
|
+
},
|
|
24
|
+
provider: 'Furya'
|
|
25
|
+
}],
|
|
18
26
|
logo_URIs: {
|
|
19
27
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.png',
|
|
20
28
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.svg'
|
|
@@ -768,6 +768,35 @@ const info = [
|
|
|
768
768
|
}
|
|
769
769
|
}]
|
|
770
770
|
},
|
|
771
|
+
{
|
|
772
|
+
$schema: '../ibc_data.schema.json',
|
|
773
|
+
chain_1: {
|
|
774
|
+
chain_name: 'injective',
|
|
775
|
+
client_id: '07-tendermint-293',
|
|
776
|
+
connection_id: 'connection-299'
|
|
777
|
+
},
|
|
778
|
+
chain_2: {
|
|
779
|
+
chain_name: 'sidechain',
|
|
780
|
+
client_id: '07-tendermint-17',
|
|
781
|
+
connection_id: 'connection-5'
|
|
782
|
+
},
|
|
783
|
+
channels: [{
|
|
784
|
+
chain_1: {
|
|
785
|
+
channel_id: 'channel-429',
|
|
786
|
+
port_id: 'transfer'
|
|
787
|
+
},
|
|
788
|
+
chain_2: {
|
|
789
|
+
channel_id: 'channel-4',
|
|
790
|
+
port_id: 'transfer'
|
|
791
|
+
},
|
|
792
|
+
ordering: 'unordered',
|
|
793
|
+
version: 'ics20-1',
|
|
794
|
+
tags: {
|
|
795
|
+
status: 'live',
|
|
796
|
+
preferred: true
|
|
797
|
+
}
|
|
798
|
+
}]
|
|
799
|
+
},
|
|
771
800
|
{
|
|
772
801
|
$schema: '../ibc_data.schema.json',
|
|
773
802
|
chain_1: {
|
|
@@ -858,6 +858,35 @@ const info = [
|
|
|
858
858
|
}
|
|
859
859
|
}]
|
|
860
860
|
},
|
|
861
|
+
{
|
|
862
|
+
$schema: '../ibc_data.schema.json',
|
|
863
|
+
chain_1: {
|
|
864
|
+
chain_name: 'neutron',
|
|
865
|
+
client_id: '07-tendermint-156',
|
|
866
|
+
connection_id: 'connection-116'
|
|
867
|
+
},
|
|
868
|
+
chain_2: {
|
|
869
|
+
chain_name: 'sidechain',
|
|
870
|
+
client_id: '07-tendermint-16',
|
|
871
|
+
connection_id: 'connection-4'
|
|
872
|
+
},
|
|
873
|
+
channels: [{
|
|
874
|
+
chain_1: {
|
|
875
|
+
channel_id: 'channel-6561',
|
|
876
|
+
port_id: 'transfer'
|
|
877
|
+
},
|
|
878
|
+
chain_2: {
|
|
879
|
+
channel_id: 'channel-3',
|
|
880
|
+
port_id: 'transfer'
|
|
881
|
+
},
|
|
882
|
+
ordering: 'unordered',
|
|
883
|
+
version: 'ics20-1',
|
|
884
|
+
tags: {
|
|
885
|
+
status: 'live',
|
|
886
|
+
preferred: true
|
|
887
|
+
}
|
|
888
|
+
}]
|
|
889
|
+
},
|
|
861
890
|
{
|
|
862
891
|
$schema: '../ibc_data.schema.json',
|
|
863
892
|
chain_1: {
|
|
@@ -3,7 +3,8 @@ const info = {
|
|
|
3
3
|
chain_name: 'nibiru',
|
|
4
4
|
assets: [
|
|
5
5
|
{
|
|
6
|
-
|
|
6
|
+
name: 'Nibiru',
|
|
7
|
+
description: 'The native token of Nibiru blockchain',
|
|
7
8
|
extended_description: 'Nibiru is a smart contract ecosystem with a high-performance, EVM-equivalent execution layer. Nibiru is engineered to meet the growing demand for versatile, scalable, and easy-to-use Web3 applications.',
|
|
8
9
|
socials: {
|
|
9
10
|
website: 'https://nibiru.fi',
|
|
@@ -24,7 +25,6 @@ const info = {
|
|
|
24
25
|
}
|
|
25
26
|
],
|
|
26
27
|
base: 'unibi',
|
|
27
|
-
name: 'Nibiru',
|
|
28
28
|
display: 'nibi',
|
|
29
29
|
symbol: 'NIBI',
|
|
30
30
|
logo_URIs: {
|
|
@@ -42,6 +42,7 @@ const info = {
|
|
|
42
42
|
type_asset: 'sdk.coin'
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
|
+
name: 'Liquid Staked Nibiru (Eris)',
|
|
45
46
|
description: 'Liquid Staked Nibiru (Eris)',
|
|
46
47
|
extended_description: 'Liquid Staked Nibiru, powered by Eris Protocol\'s amplifier contracts. Nibiru is a smart contract ecosystem with a high-performance, EVM-equivalent execution layer. Nibiru is engineered to meet the growing demand for versatile, scalable, and easy-to-use Web3 applications.',
|
|
47
48
|
socials: {
|
|
@@ -56,7 +57,6 @@ const info = {
|
|
|
56
57
|
exponent: 6
|
|
57
58
|
}],
|
|
58
59
|
base: 'tf/nibi1udqqx30cw8nwjxtl4l28ym9hhrp933zlq8dqxfjzcdhvl8y24zcqpzmh8m/ampNIBI',
|
|
59
|
-
name: 'Liquid Staked Nibiru (Eris)',
|
|
60
60
|
display: 'stNIBI',
|
|
61
61
|
symbol: 'stNIBI',
|
|
62
62
|
logo_URIs: {
|
|
@@ -70,6 +70,7 @@ const info = {
|
|
|
70
70
|
primary_color_hex: '#14c0ce'
|
|
71
71
|
}
|
|
72
72
|
}],
|
|
73
|
+
type_asset: 'sdk.coin',
|
|
73
74
|
traces: [{
|
|
74
75
|
type: 'liquid-stake',
|
|
75
76
|
counterparty: {
|
|
@@ -77,10 +78,10 @@ const info = {
|
|
|
77
78
|
base_denom: 'unibi'
|
|
78
79
|
},
|
|
79
80
|
provider: 'Eris Protocol'
|
|
80
|
-
}]
|
|
81
|
-
type_asset: 'sdk.coin'
|
|
81
|
+
}]
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
|
+
name: 'Noble USDC',
|
|
84
85
|
description: 'Noble USDC on Nibiru',
|
|
85
86
|
denom_units: [{
|
|
86
87
|
denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
|
|
@@ -89,11 +90,26 @@ const info = {
|
|
|
89
90
|
denom: 'usdc',
|
|
90
91
|
exponent: 6
|
|
91
92
|
}],
|
|
92
|
-
type_asset: 'ics20',
|
|
93
93
|
base: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
|
|
94
|
-
name: 'Noble USDC',
|
|
95
94
|
display: 'usdc',
|
|
96
95
|
symbol: 'USDC',
|
|
96
|
+
logo_URIs: {
|
|
97
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
98
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
99
|
+
},
|
|
100
|
+
images: [{
|
|
101
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
102
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
103
|
+
theme: {
|
|
104
|
+
circle: true,
|
|
105
|
+
primary_color_hex: '#2775CA'
|
|
106
|
+
},
|
|
107
|
+
image_sync: {
|
|
108
|
+
chain_name: 'noble',
|
|
109
|
+
base_denom: 'uusdc'
|
|
110
|
+
}
|
|
111
|
+
}],
|
|
112
|
+
type_asset: 'ics20',
|
|
97
113
|
traces: [{
|
|
98
114
|
type: 'ibc',
|
|
99
115
|
counterparty: {
|
|
@@ -105,25 +121,10 @@ const info = {
|
|
|
105
121
|
channel_id: 'channel-2',
|
|
106
122
|
path: 'transfer/channel-2/uusdc'
|
|
107
123
|
}
|
|
108
|
-
}]
|
|
109
|
-
images: [{
|
|
110
|
-
image_sync: {
|
|
111
|
-
chain_name: 'noble',
|
|
112
|
-
base_denom: 'uusdc'
|
|
113
|
-
},
|
|
114
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
115
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
116
|
-
theme: {
|
|
117
|
-
circle: true,
|
|
118
|
-
primary_color_hex: '#2775CA'
|
|
119
|
-
}
|
|
120
|
-
}],
|
|
121
|
-
logo_URIs: {
|
|
122
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
123
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
124
|
-
}
|
|
124
|
+
}]
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
|
+
name: 'Astrovault token',
|
|
127
128
|
description: 'AXV',
|
|
128
129
|
extended_description: 'AXV is the Astrovault token.',
|
|
129
130
|
socials: {
|
|
@@ -138,7 +139,6 @@ const info = {
|
|
|
138
139
|
exponent: 6
|
|
139
140
|
}],
|
|
140
141
|
base: 'tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv',
|
|
141
|
-
name: 'AXV',
|
|
142
142
|
display: 'AXV',
|
|
143
143
|
symbol: 'AXV',
|
|
144
144
|
logo_URIs: {
|
|
@@ -146,47 +146,74 @@ const info = {
|
|
|
146
146
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
147
147
|
},
|
|
148
148
|
images: [{
|
|
149
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
150
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg',
|
|
149
151
|
image_sync: {
|
|
150
152
|
chain_name: 'neutron',
|
|
151
153
|
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
152
|
-
}
|
|
153
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
154
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
154
|
+
}
|
|
155
155
|
}],
|
|
156
156
|
type_asset: 'sdk.coin'
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
|
+
name: 'Astrovault Nibiru LST (xNIBI)',
|
|
160
|
+
description: 'Astrovault Nibiru LST (xNIBI)',
|
|
161
|
+
address: 'nibi1cehpv50vl90g9qkwwny8mw7txw79zs6f7wsfe8ey7dgp238gpy4qhdqjhm',
|
|
162
|
+
extended_description: 'xNIBI is a liquid staking derivative for NIBI created by Astrovault.',
|
|
163
|
+
socials: {
|
|
164
|
+
website: 'https://astrovault.io/',
|
|
165
|
+
twitter: 'https://x.com/axvdex'
|
|
166
|
+
},
|
|
167
|
+
denom_units: [{
|
|
168
|
+
denom: 'cw20:nibi1cehpv50vl90g9qkwwny8mw7txw79zs6f7wsfe8ey7dgp238gpy4qhdqjhm',
|
|
169
|
+
exponent: 0
|
|
170
|
+
}, {
|
|
171
|
+
denom: 'xNIBI',
|
|
172
|
+
exponent: 6
|
|
173
|
+
}],
|
|
174
|
+
base: 'cw20:nibi1cehpv50vl90g9qkwwny8mw7txw79zs6f7wsfe8ey7dgp238gpy4qhdqjhm',
|
|
175
|
+
display: 'xNIBI',
|
|
176
|
+
symbol: 'xNIBI',
|
|
177
|
+
logo_URIs: {
|
|
178
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/0004_astrovault-xnibi.svg'
|
|
179
|
+
},
|
|
180
|
+
images: [{
|
|
181
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/0004_astrovault-xnibi.svg'
|
|
182
|
+
}],
|
|
183
|
+
type_asset: 'cw20'
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
name: 'uoprek',
|
|
159
187
|
description: 'uoprek',
|
|
160
188
|
denom_units: [{
|
|
161
189
|
denom: 'tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek',
|
|
162
190
|
exponent: 0
|
|
163
191
|
}],
|
|
164
192
|
base: 'tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek',
|
|
165
|
-
name: 'uoprek',
|
|
166
193
|
display: 'tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek',
|
|
167
194
|
symbol: 'UOPREK',
|
|
168
195
|
type_asset: 'sdk.coin'
|
|
169
196
|
},
|
|
170
197
|
{
|
|
198
|
+
name: 'utestate',
|
|
171
199
|
description: 'utestate',
|
|
172
200
|
denom_units: [{
|
|
173
201
|
denom: 'tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate',
|
|
174
202
|
exponent: 0
|
|
175
203
|
}],
|
|
176
204
|
base: 'tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate',
|
|
177
|
-
name: 'utestate',
|
|
178
205
|
display: 'tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate',
|
|
179
206
|
symbol: 'UTESTATE',
|
|
180
207
|
type_asset: 'sdk.coin'
|
|
181
208
|
},
|
|
182
209
|
{
|
|
210
|
+
name: 'npp',
|
|
183
211
|
description: 'npp',
|
|
184
212
|
denom_units: [{
|
|
185
213
|
denom: 'tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP',
|
|
186
214
|
exponent: 0
|
|
187
215
|
}],
|
|
188
216
|
base: 'tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP',
|
|
189
|
-
name: 'npp',
|
|
190
217
|
display: 'tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP',
|
|
191
218
|
symbol: 'NPP',
|
|
192
219
|
type_asset: 'sdk.coin'
|
|
@@ -1,4 +1,92 @@
|
|
|
1
|
-
const info = [
|
|
1
|
+
const info = [
|
|
2
|
+
{
|
|
3
|
+
$schema: '../ibc_data.schema.json',
|
|
4
|
+
chain_1: {
|
|
5
|
+
chain_name: 'cosmoshub',
|
|
6
|
+
client_id: '07-tendermint-1353',
|
|
7
|
+
connection_id: 'connection-1090'
|
|
8
|
+
},
|
|
9
|
+
chain_2: {
|
|
10
|
+
chain_name: 'sidechain',
|
|
11
|
+
client_id: '07-tendermint-12',
|
|
12
|
+
connection_id: 'connection-3'
|
|
13
|
+
},
|
|
14
|
+
channels: [{
|
|
15
|
+
chain_1: {
|
|
16
|
+
channel_id: 'channel-1318',
|
|
17
|
+
port_id: 'transfer'
|
|
18
|
+
},
|
|
19
|
+
chain_2: {
|
|
20
|
+
channel_id: 'channel-2',
|
|
21
|
+
port_id: 'transfer'
|
|
22
|
+
},
|
|
23
|
+
ordering: 'unordered',
|
|
24
|
+
version: 'ics20-1',
|
|
25
|
+
tags: {
|
|
26
|
+
status: 'live',
|
|
27
|
+
preferred: true
|
|
28
|
+
}
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
$schema: '../ibc_data.schema.json',
|
|
33
|
+
chain_1: {
|
|
34
|
+
chain_name: 'injective',
|
|
35
|
+
client_id: '07-tendermint-293',
|
|
36
|
+
connection_id: 'connection-299'
|
|
37
|
+
},
|
|
38
|
+
chain_2: {
|
|
39
|
+
chain_name: 'sidechain',
|
|
40
|
+
client_id: '07-tendermint-17',
|
|
41
|
+
connection_id: 'connection-5'
|
|
42
|
+
},
|
|
43
|
+
channels: [{
|
|
44
|
+
chain_1: {
|
|
45
|
+
channel_id: 'channel-429',
|
|
46
|
+
port_id: 'transfer'
|
|
47
|
+
},
|
|
48
|
+
chain_2: {
|
|
49
|
+
channel_id: 'channel-4',
|
|
50
|
+
port_id: 'transfer'
|
|
51
|
+
},
|
|
52
|
+
ordering: 'unordered',
|
|
53
|
+
version: 'ics20-1',
|
|
54
|
+
tags: {
|
|
55
|
+
status: 'live',
|
|
56
|
+
preferred: true
|
|
57
|
+
}
|
|
58
|
+
}]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
$schema: '../ibc_data.schema.json',
|
|
62
|
+
chain_1: {
|
|
63
|
+
chain_name: 'neutron',
|
|
64
|
+
client_id: '07-tendermint-156',
|
|
65
|
+
connection_id: 'connection-116'
|
|
66
|
+
},
|
|
67
|
+
chain_2: {
|
|
68
|
+
chain_name: 'sidechain',
|
|
69
|
+
client_id: '07-tendermint-16',
|
|
70
|
+
connection_id: 'connection-4'
|
|
71
|
+
},
|
|
72
|
+
channels: [{
|
|
73
|
+
chain_1: {
|
|
74
|
+
channel_id: 'channel-6561',
|
|
75
|
+
port_id: 'transfer'
|
|
76
|
+
},
|
|
77
|
+
chain_2: {
|
|
78
|
+
channel_id: 'channel-3',
|
|
79
|
+
port_id: 'transfer'
|
|
80
|
+
},
|
|
81
|
+
ordering: 'unordered',
|
|
82
|
+
version: 'ics20-1',
|
|
83
|
+
tags: {
|
|
84
|
+
status: 'live',
|
|
85
|
+
preferred: true
|
|
86
|
+
}
|
|
87
|
+
}]
|
|
88
|
+
},
|
|
89
|
+
{
|
|
2
90
|
$schema: '../ibc_data.schema.json',
|
|
3
91
|
chain_1: {
|
|
4
92
|
chain_name: 'noble',
|
|
@@ -26,7 +114,8 @@ const info = [{
|
|
|
26
114
|
preferred: true
|
|
27
115
|
}
|
|
28
116
|
}]
|
|
29
|
-
},
|
|
117
|
+
},
|
|
118
|
+
{
|
|
30
119
|
$schema: '../ibc_data.schema.json',
|
|
31
120
|
chain_1: {
|
|
32
121
|
chain_name: 'osmosis',
|
|
@@ -54,5 +143,6 @@ const info = [{
|
|
|
54
143
|
preferred: true
|
|
55
144
|
}
|
|
56
145
|
}]
|
|
57
|
-
}
|
|
146
|
+
}
|
|
147
|
+
];
|
|
58
148
|
export default info;
|
|
@@ -128,6 +128,14 @@ const info = {
|
|
|
128
128
|
name: 'Whale Token',
|
|
129
129
|
display: 'whale',
|
|
130
130
|
symbol: 'WHALE',
|
|
131
|
+
traces: [{
|
|
132
|
+
type: 'legacy-mintage',
|
|
133
|
+
counterparty: {
|
|
134
|
+
chain_name: 'migaloo',
|
|
135
|
+
base_denom: 'uwhale'
|
|
136
|
+
},
|
|
137
|
+
provider: 'Migaloo'
|
|
138
|
+
}],
|
|
131
139
|
logo_URIs: {
|
|
132
140
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png'
|
|
133
141
|
},
|
|
@@ -21,7 +21,6 @@ const info = {
|
|
|
21
21
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
22
22
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg'
|
|
23
23
|
},
|
|
24
|
-
coingecko_id: 'arable-protocol',
|
|
25
24
|
images: [{
|
|
26
25
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png',
|
|
27
26
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg',
|
|
@@ -178,6 +178,14 @@ const info = {
|
|
|
178
178
|
name: 'Astrovault AXV',
|
|
179
179
|
display: 'AXV',
|
|
180
180
|
symbol: 'AXV',
|
|
181
|
+
traces: [{
|
|
182
|
+
type: 'additional-mintage',
|
|
183
|
+
counterparty: {
|
|
184
|
+
chain_name: 'neutron',
|
|
185
|
+
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
186
|
+
},
|
|
187
|
+
provider: 'Astrovault'
|
|
188
|
+
}],
|
|
181
189
|
logo_URIs: {
|
|
182
190
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/axv.png',
|
|
183
191
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/axv.svg'
|
package/mainnet/cosmoshub/ibc.js
CHANGED
|
@@ -1642,6 +1642,35 @@ const info = [
|
|
|
1642
1642
|
tags: {}
|
|
1643
1643
|
}]
|
|
1644
1644
|
},
|
|
1645
|
+
{
|
|
1646
|
+
$schema: '../ibc_data.schema.json',
|
|
1647
|
+
chain_1: {
|
|
1648
|
+
chain_name: 'cosmoshub',
|
|
1649
|
+
client_id: '07-tendermint-1353',
|
|
1650
|
+
connection_id: 'connection-1090'
|
|
1651
|
+
},
|
|
1652
|
+
chain_2: {
|
|
1653
|
+
chain_name: 'sidechain',
|
|
1654
|
+
client_id: '07-tendermint-12',
|
|
1655
|
+
connection_id: 'connection-3'
|
|
1656
|
+
},
|
|
1657
|
+
channels: [{
|
|
1658
|
+
chain_1: {
|
|
1659
|
+
channel_id: 'channel-1318',
|
|
1660
|
+
port_id: 'transfer'
|
|
1661
|
+
},
|
|
1662
|
+
chain_2: {
|
|
1663
|
+
channel_id: 'channel-2',
|
|
1664
|
+
port_id: 'transfer'
|
|
1665
|
+
},
|
|
1666
|
+
ordering: 'unordered',
|
|
1667
|
+
version: 'ics20-1',
|
|
1668
|
+
tags: {
|
|
1669
|
+
status: 'live',
|
|
1670
|
+
preferred: true
|
|
1671
|
+
}
|
|
1672
|
+
}]
|
|
1673
|
+
},
|
|
1645
1674
|
{
|
|
1646
1675
|
$schema: '../ibc_data.schema.json',
|
|
1647
1676
|
chain_1: {
|
|
@@ -17,6 +17,14 @@ const info = {
|
|
|
17
17
|
name: 'Fury',
|
|
18
18
|
display: 'fury',
|
|
19
19
|
symbol: 'FURY',
|
|
20
|
+
traces: [{
|
|
21
|
+
type: 'legacy-mintage',
|
|
22
|
+
counterparty: {
|
|
23
|
+
chain_name: 'furya',
|
|
24
|
+
base_denom: 'ufury'
|
|
25
|
+
},
|
|
26
|
+
provider: 'Furya'
|
|
27
|
+
}],
|
|
20
28
|
logo_URIs: {
|
|
21
29
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.png',
|
|
22
30
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.svg'
|
package/mainnet/injective/ibc.js
CHANGED
|
@@ -770,6 +770,35 @@ const info = [
|
|
|
770
770
|
}
|
|
771
771
|
}]
|
|
772
772
|
},
|
|
773
|
+
{
|
|
774
|
+
$schema: '../ibc_data.schema.json',
|
|
775
|
+
chain_1: {
|
|
776
|
+
chain_name: 'injective',
|
|
777
|
+
client_id: '07-tendermint-293',
|
|
778
|
+
connection_id: 'connection-299'
|
|
779
|
+
},
|
|
780
|
+
chain_2: {
|
|
781
|
+
chain_name: 'sidechain',
|
|
782
|
+
client_id: '07-tendermint-17',
|
|
783
|
+
connection_id: 'connection-5'
|
|
784
|
+
},
|
|
785
|
+
channels: [{
|
|
786
|
+
chain_1: {
|
|
787
|
+
channel_id: 'channel-429',
|
|
788
|
+
port_id: 'transfer'
|
|
789
|
+
},
|
|
790
|
+
chain_2: {
|
|
791
|
+
channel_id: 'channel-4',
|
|
792
|
+
port_id: 'transfer'
|
|
793
|
+
},
|
|
794
|
+
ordering: 'unordered',
|
|
795
|
+
version: 'ics20-1',
|
|
796
|
+
tags: {
|
|
797
|
+
status: 'live',
|
|
798
|
+
preferred: true
|
|
799
|
+
}
|
|
800
|
+
}]
|
|
801
|
+
},
|
|
773
802
|
{
|
|
774
803
|
$schema: '../ibc_data.schema.json',
|
|
775
804
|
chain_1: {
|
package/mainnet/neutron/ibc.js
CHANGED
|
@@ -860,6 +860,35 @@ const info = [
|
|
|
860
860
|
}
|
|
861
861
|
}]
|
|
862
862
|
},
|
|
863
|
+
{
|
|
864
|
+
$schema: '../ibc_data.schema.json',
|
|
865
|
+
chain_1: {
|
|
866
|
+
chain_name: 'neutron',
|
|
867
|
+
client_id: '07-tendermint-156',
|
|
868
|
+
connection_id: 'connection-116'
|
|
869
|
+
},
|
|
870
|
+
chain_2: {
|
|
871
|
+
chain_name: 'sidechain',
|
|
872
|
+
client_id: '07-tendermint-16',
|
|
873
|
+
connection_id: 'connection-4'
|
|
874
|
+
},
|
|
875
|
+
channels: [{
|
|
876
|
+
chain_1: {
|
|
877
|
+
channel_id: 'channel-6561',
|
|
878
|
+
port_id: 'transfer'
|
|
879
|
+
},
|
|
880
|
+
chain_2: {
|
|
881
|
+
channel_id: 'channel-3',
|
|
882
|
+
port_id: 'transfer'
|
|
883
|
+
},
|
|
884
|
+
ordering: 'unordered',
|
|
885
|
+
version: 'ics20-1',
|
|
886
|
+
tags: {
|
|
887
|
+
status: 'live',
|
|
888
|
+
preferred: true
|
|
889
|
+
}
|
|
890
|
+
}]
|
|
891
|
+
},
|
|
863
892
|
{
|
|
864
893
|
$schema: '../ibc_data.schema.json',
|
|
865
894
|
chain_1: {
|
package/mainnet/nibiru/assets.js
CHANGED
|
@@ -5,7 +5,8 @@ const info = {
|
|
|
5
5
|
chain_name: 'nibiru',
|
|
6
6
|
assets: [
|
|
7
7
|
{
|
|
8
|
-
|
|
8
|
+
name: 'Nibiru',
|
|
9
|
+
description: 'The native token of Nibiru blockchain',
|
|
9
10
|
extended_description: 'Nibiru is a smart contract ecosystem with a high-performance, EVM-equivalent execution layer. Nibiru is engineered to meet the growing demand for versatile, scalable, and easy-to-use Web3 applications.',
|
|
10
11
|
socials: {
|
|
11
12
|
website: 'https://nibiru.fi',
|
|
@@ -26,7 +27,6 @@ const info = {
|
|
|
26
27
|
}
|
|
27
28
|
],
|
|
28
29
|
base: 'unibi',
|
|
29
|
-
name: 'Nibiru',
|
|
30
30
|
display: 'nibi',
|
|
31
31
|
symbol: 'NIBI',
|
|
32
32
|
logo_URIs: {
|
|
@@ -44,6 +44,7 @@ const info = {
|
|
|
44
44
|
type_asset: 'sdk.coin'
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
|
+
name: 'Liquid Staked Nibiru (Eris)',
|
|
47
48
|
description: 'Liquid Staked Nibiru (Eris)',
|
|
48
49
|
extended_description: 'Liquid Staked Nibiru, powered by Eris Protocol\'s amplifier contracts. Nibiru is a smart contract ecosystem with a high-performance, EVM-equivalent execution layer. Nibiru is engineered to meet the growing demand for versatile, scalable, and easy-to-use Web3 applications.',
|
|
49
50
|
socials: {
|
|
@@ -58,7 +59,6 @@ const info = {
|
|
|
58
59
|
exponent: 6
|
|
59
60
|
}],
|
|
60
61
|
base: 'tf/nibi1udqqx30cw8nwjxtl4l28ym9hhrp933zlq8dqxfjzcdhvl8y24zcqpzmh8m/ampNIBI',
|
|
61
|
-
name: 'Liquid Staked Nibiru (Eris)',
|
|
62
62
|
display: 'stNIBI',
|
|
63
63
|
symbol: 'stNIBI',
|
|
64
64
|
logo_URIs: {
|
|
@@ -72,6 +72,7 @@ const info = {
|
|
|
72
72
|
primary_color_hex: '#14c0ce'
|
|
73
73
|
}
|
|
74
74
|
}],
|
|
75
|
+
type_asset: 'sdk.coin',
|
|
75
76
|
traces: [{
|
|
76
77
|
type: 'liquid-stake',
|
|
77
78
|
counterparty: {
|
|
@@ -79,10 +80,10 @@ const info = {
|
|
|
79
80
|
base_denom: 'unibi'
|
|
80
81
|
},
|
|
81
82
|
provider: 'Eris Protocol'
|
|
82
|
-
}]
|
|
83
|
-
type_asset: 'sdk.coin'
|
|
83
|
+
}]
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
|
+
name: 'Noble USDC',
|
|
86
87
|
description: 'Noble USDC on Nibiru',
|
|
87
88
|
denom_units: [{
|
|
88
89
|
denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
|
|
@@ -91,11 +92,26 @@ const info = {
|
|
|
91
92
|
denom: 'usdc',
|
|
92
93
|
exponent: 6
|
|
93
94
|
}],
|
|
94
|
-
type_asset: 'ics20',
|
|
95
95
|
base: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
|
|
96
|
-
name: 'Noble USDC',
|
|
97
96
|
display: 'usdc',
|
|
98
97
|
symbol: 'USDC',
|
|
98
|
+
logo_URIs: {
|
|
99
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
100
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
101
|
+
},
|
|
102
|
+
images: [{
|
|
103
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
104
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
105
|
+
theme: {
|
|
106
|
+
circle: true,
|
|
107
|
+
primary_color_hex: '#2775CA'
|
|
108
|
+
},
|
|
109
|
+
image_sync: {
|
|
110
|
+
chain_name: 'noble',
|
|
111
|
+
base_denom: 'uusdc'
|
|
112
|
+
}
|
|
113
|
+
}],
|
|
114
|
+
type_asset: 'ics20',
|
|
99
115
|
traces: [{
|
|
100
116
|
type: 'ibc',
|
|
101
117
|
counterparty: {
|
|
@@ -107,25 +123,10 @@ const info = {
|
|
|
107
123
|
channel_id: 'channel-2',
|
|
108
124
|
path: 'transfer/channel-2/uusdc'
|
|
109
125
|
}
|
|
110
|
-
}]
|
|
111
|
-
images: [{
|
|
112
|
-
image_sync: {
|
|
113
|
-
chain_name: 'noble',
|
|
114
|
-
base_denom: 'uusdc'
|
|
115
|
-
},
|
|
116
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
117
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
118
|
-
theme: {
|
|
119
|
-
circle: true,
|
|
120
|
-
primary_color_hex: '#2775CA'
|
|
121
|
-
}
|
|
122
|
-
}],
|
|
123
|
-
logo_URIs: {
|
|
124
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
125
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
126
|
-
}
|
|
126
|
+
}]
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
|
+
name: 'Astrovault token',
|
|
129
130
|
description: 'AXV',
|
|
130
131
|
extended_description: 'AXV is the Astrovault token.',
|
|
131
132
|
socials: {
|
|
@@ -140,7 +141,6 @@ const info = {
|
|
|
140
141
|
exponent: 6
|
|
141
142
|
}],
|
|
142
143
|
base: 'tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv',
|
|
143
|
-
name: 'AXV',
|
|
144
144
|
display: 'AXV',
|
|
145
145
|
symbol: 'AXV',
|
|
146
146
|
logo_URIs: {
|
|
@@ -148,47 +148,74 @@ const info = {
|
|
|
148
148
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
149
149
|
},
|
|
150
150
|
images: [{
|
|
151
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
152
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg',
|
|
151
153
|
image_sync: {
|
|
152
154
|
chain_name: 'neutron',
|
|
153
155
|
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
154
|
-
}
|
|
155
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
156
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
156
|
+
}
|
|
157
157
|
}],
|
|
158
158
|
type_asset: 'sdk.coin'
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
|
+
name: 'Astrovault Nibiru LST (xNIBI)',
|
|
162
|
+
description: 'Astrovault Nibiru LST (xNIBI)',
|
|
163
|
+
address: 'nibi1cehpv50vl90g9qkwwny8mw7txw79zs6f7wsfe8ey7dgp238gpy4qhdqjhm',
|
|
164
|
+
extended_description: 'xNIBI is a liquid staking derivative for NIBI created by Astrovault.',
|
|
165
|
+
socials: {
|
|
166
|
+
website: 'https://astrovault.io/',
|
|
167
|
+
twitter: 'https://x.com/axvdex'
|
|
168
|
+
},
|
|
169
|
+
denom_units: [{
|
|
170
|
+
denom: 'cw20:nibi1cehpv50vl90g9qkwwny8mw7txw79zs6f7wsfe8ey7dgp238gpy4qhdqjhm',
|
|
171
|
+
exponent: 0
|
|
172
|
+
}, {
|
|
173
|
+
denom: 'xNIBI',
|
|
174
|
+
exponent: 6
|
|
175
|
+
}],
|
|
176
|
+
base: 'cw20:nibi1cehpv50vl90g9qkwwny8mw7txw79zs6f7wsfe8ey7dgp238gpy4qhdqjhm',
|
|
177
|
+
display: 'xNIBI',
|
|
178
|
+
symbol: 'xNIBI',
|
|
179
|
+
logo_URIs: {
|
|
180
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/0004_astrovault-xnibi.svg'
|
|
181
|
+
},
|
|
182
|
+
images: [{
|
|
183
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/0004_astrovault-xnibi.svg'
|
|
184
|
+
}],
|
|
185
|
+
type_asset: 'cw20'
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
name: 'uoprek',
|
|
161
189
|
description: 'uoprek',
|
|
162
190
|
denom_units: [{
|
|
163
191
|
denom: 'tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek',
|
|
164
192
|
exponent: 0
|
|
165
193
|
}],
|
|
166
194
|
base: 'tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek',
|
|
167
|
-
name: 'uoprek',
|
|
168
195
|
display: 'tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek',
|
|
169
196
|
symbol: 'UOPREK',
|
|
170
197
|
type_asset: 'sdk.coin'
|
|
171
198
|
},
|
|
172
199
|
{
|
|
200
|
+
name: 'utestate',
|
|
173
201
|
description: 'utestate',
|
|
174
202
|
denom_units: [{
|
|
175
203
|
denom: 'tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate',
|
|
176
204
|
exponent: 0
|
|
177
205
|
}],
|
|
178
206
|
base: 'tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate',
|
|
179
|
-
name: 'utestate',
|
|
180
207
|
display: 'tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate',
|
|
181
208
|
symbol: 'UTESTATE',
|
|
182
209
|
type_asset: 'sdk.coin'
|
|
183
210
|
},
|
|
184
211
|
{
|
|
212
|
+
name: 'npp',
|
|
185
213
|
description: 'npp',
|
|
186
214
|
denom_units: [{
|
|
187
215
|
denom: 'tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP',
|
|
188
216
|
exponent: 0
|
|
189
217
|
}],
|
|
190
218
|
base: 'tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP',
|
|
191
|
-
name: 'npp',
|
|
192
219
|
display: 'tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP',
|
|
193
220
|
symbol: 'NPP',
|
|
194
221
|
type_asset: 'sdk.coin'
|
package/mainnet/sidechain/ibc.js
CHANGED
|
@@ -1,6 +1,94 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const info = [
|
|
3
|
+
const info = [
|
|
4
|
+
{
|
|
5
|
+
$schema: '../ibc_data.schema.json',
|
|
6
|
+
chain_1: {
|
|
7
|
+
chain_name: 'cosmoshub',
|
|
8
|
+
client_id: '07-tendermint-1353',
|
|
9
|
+
connection_id: 'connection-1090'
|
|
10
|
+
},
|
|
11
|
+
chain_2: {
|
|
12
|
+
chain_name: 'sidechain',
|
|
13
|
+
client_id: '07-tendermint-12',
|
|
14
|
+
connection_id: 'connection-3'
|
|
15
|
+
},
|
|
16
|
+
channels: [{
|
|
17
|
+
chain_1: {
|
|
18
|
+
channel_id: 'channel-1318',
|
|
19
|
+
port_id: 'transfer'
|
|
20
|
+
},
|
|
21
|
+
chain_2: {
|
|
22
|
+
channel_id: 'channel-2',
|
|
23
|
+
port_id: 'transfer'
|
|
24
|
+
},
|
|
25
|
+
ordering: 'unordered',
|
|
26
|
+
version: 'ics20-1',
|
|
27
|
+
tags: {
|
|
28
|
+
status: 'live',
|
|
29
|
+
preferred: true
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
$schema: '../ibc_data.schema.json',
|
|
35
|
+
chain_1: {
|
|
36
|
+
chain_name: 'injective',
|
|
37
|
+
client_id: '07-tendermint-293',
|
|
38
|
+
connection_id: 'connection-299'
|
|
39
|
+
},
|
|
40
|
+
chain_2: {
|
|
41
|
+
chain_name: 'sidechain',
|
|
42
|
+
client_id: '07-tendermint-17',
|
|
43
|
+
connection_id: 'connection-5'
|
|
44
|
+
},
|
|
45
|
+
channels: [{
|
|
46
|
+
chain_1: {
|
|
47
|
+
channel_id: 'channel-429',
|
|
48
|
+
port_id: 'transfer'
|
|
49
|
+
},
|
|
50
|
+
chain_2: {
|
|
51
|
+
channel_id: 'channel-4',
|
|
52
|
+
port_id: 'transfer'
|
|
53
|
+
},
|
|
54
|
+
ordering: 'unordered',
|
|
55
|
+
version: 'ics20-1',
|
|
56
|
+
tags: {
|
|
57
|
+
status: 'live',
|
|
58
|
+
preferred: true
|
|
59
|
+
}
|
|
60
|
+
}]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
$schema: '../ibc_data.schema.json',
|
|
64
|
+
chain_1: {
|
|
65
|
+
chain_name: 'neutron',
|
|
66
|
+
client_id: '07-tendermint-156',
|
|
67
|
+
connection_id: 'connection-116'
|
|
68
|
+
},
|
|
69
|
+
chain_2: {
|
|
70
|
+
chain_name: 'sidechain',
|
|
71
|
+
client_id: '07-tendermint-16',
|
|
72
|
+
connection_id: 'connection-4'
|
|
73
|
+
},
|
|
74
|
+
channels: [{
|
|
75
|
+
chain_1: {
|
|
76
|
+
channel_id: 'channel-6561',
|
|
77
|
+
port_id: 'transfer'
|
|
78
|
+
},
|
|
79
|
+
chain_2: {
|
|
80
|
+
channel_id: 'channel-3',
|
|
81
|
+
port_id: 'transfer'
|
|
82
|
+
},
|
|
83
|
+
ordering: 'unordered',
|
|
84
|
+
version: 'ics20-1',
|
|
85
|
+
tags: {
|
|
86
|
+
status: 'live',
|
|
87
|
+
preferred: true
|
|
88
|
+
}
|
|
89
|
+
}]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
4
92
|
$schema: '../ibc_data.schema.json',
|
|
5
93
|
chain_1: {
|
|
6
94
|
chain_name: 'noble',
|
|
@@ -28,7 +116,8 @@ const info = [{
|
|
|
28
116
|
preferred: true
|
|
29
117
|
}
|
|
30
118
|
}]
|
|
31
|
-
},
|
|
119
|
+
},
|
|
120
|
+
{
|
|
32
121
|
$schema: '../ibc_data.schema.json',
|
|
33
122
|
chain_1: {
|
|
34
123
|
chain_name: 'osmosis',
|
|
@@ -56,5 +145,6 @@ const info = [{
|
|
|
56
145
|
preferred: true
|
|
57
146
|
}
|
|
58
147
|
}]
|
|
59
|
-
}
|
|
148
|
+
}
|
|
149
|
+
];
|
|
60
150
|
exports.default = info;
|
package/mainnet/terra/assets.js
CHANGED
|
@@ -130,6 +130,14 @@ const info = {
|
|
|
130
130
|
name: 'Whale Token',
|
|
131
131
|
display: 'whale',
|
|
132
132
|
symbol: 'WHALE',
|
|
133
|
+
traces: [{
|
|
134
|
+
type: 'legacy-mintage',
|
|
135
|
+
counterparty: {
|
|
136
|
+
chain_name: 'migaloo',
|
|
137
|
+
base_denom: 'uwhale'
|
|
138
|
+
},
|
|
139
|
+
provider: 'Migaloo'
|
|
140
|
+
}],
|
|
133
141
|
logo_URIs: {
|
|
134
142
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/whale.png'
|
|
135
143
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.127",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.75",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.75"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "0e3cd21846c4d0b2d2bb656e6bad9eb01c444af9"
|
|
47
47
|
}
|