chain-registry 1.63.24 → 1.63.25
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/cheqd/chain.js +3 -3
- package/esm/mainnet/dymension/assets.js +55 -3
- package/esm/mainnet/ibc.js +2 -0
- package/esm/mainnet/neutaro/ibc.js +31 -0
- package/esm/mainnet/neutaro/index.js +2 -0
- package/esm/mainnet/osmosis/assets.js +61 -0
- package/esm/mainnet/osmosis/ibc.js +30 -0
- package/esm/mainnet/sentinel/assets.js +1 -1
- package/esm/mainnet/stargaze/chain.js +1 -1
- package/esm/noncosmos/ethereum/assets.js +1 -1
- package/esm/noncosmos/solana/assets.js +37 -0
- package/mainnet/cheqd/chain.js +3 -3
- package/mainnet/dymension/assets.js +55 -3
- package/mainnet/ibc.js +2 -0
- package/mainnet/neutaro/ibc.d.ts +3 -0
- package/mainnet/neutaro/ibc.js +33 -0
- package/mainnet/neutaro/index.d.ts +1 -0
- package/mainnet/neutaro/index.js +3 -1
- package/mainnet/osmosis/assets.js +61 -0
- package/mainnet/osmosis/ibc.js +30 -0
- package/mainnet/sentinel/assets.js +1 -1
- package/mainnet/stargaze/chain.js +1 -1
- package/noncosmos/ethereum/assets.js +1 -1
- package/noncosmos/solana/assets.js +37 -0
- package/package.json +4 -4
|
@@ -158,9 +158,9 @@ const info = {
|
|
|
158
158
|
explorers: [
|
|
159
159
|
{
|
|
160
160
|
kind: 'bigdipper',
|
|
161
|
-
url: 'https://
|
|
162
|
-
tx_page: 'https://
|
|
163
|
-
account_page: 'https://
|
|
161
|
+
url: 'https://explorer.cheqd.io',
|
|
162
|
+
tx_page: 'https://explorer.cheqd.io/transactions/${txHash}',
|
|
163
|
+
account_page: 'https://explorer.cheqd.io/accounts/${accountAddress}'
|
|
164
164
|
},
|
|
165
165
|
{
|
|
166
166
|
kind: 'ping.pub',
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const info = {
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chain_name: 'dymension',
|
|
4
|
-
assets: [
|
|
4
|
+
assets: [
|
|
5
|
+
{
|
|
5
6
|
description: 'The native governance and staking token of the Dymension Hub',
|
|
6
7
|
denom_units: [{
|
|
7
8
|
denom: 'adym',
|
|
@@ -31,7 +32,8 @@ const info = {
|
|
|
31
32
|
website: 'https://portal.dymension.xyz',
|
|
32
33
|
twitter: 'https://twitter.com/dymension'
|
|
33
34
|
}
|
|
34
|
-
},
|
|
35
|
+
},
|
|
36
|
+
{
|
|
35
37
|
description: 'The native token of Nim Network.',
|
|
36
38
|
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
37
39
|
denom_units: [{
|
|
@@ -79,6 +81,56 @@ const info = {
|
|
|
79
81
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png',
|
|
80
82
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg'
|
|
81
83
|
}
|
|
82
|
-
}
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
description: 'The native token of Mande Network.',
|
|
87
|
+
extended_description: 'Mande network is an open on-chain reputation layer on Web3',
|
|
88
|
+
denom_units: [{
|
|
89
|
+
denom: 'ibc/5A26C8DC8DA66F4DD94326E67F94510188F5F7AFE2DB3933A0C823670E56EABF',
|
|
90
|
+
exponent: 0,
|
|
91
|
+
aliases: ['amand']
|
|
92
|
+
}, {
|
|
93
|
+
denom: 'mand',
|
|
94
|
+
exponent: 18
|
|
95
|
+
}],
|
|
96
|
+
type_asset: 'ics20',
|
|
97
|
+
base: 'ibc/5A26C8DC8DA66F4DD94326E67F94510188F5F7AFE2DB3933A0C823670E56EABF',
|
|
98
|
+
name: 'Mande Network',
|
|
99
|
+
display: 'mand',
|
|
100
|
+
symbol: 'MAND',
|
|
101
|
+
traces: [{
|
|
102
|
+
type: 'ibc',
|
|
103
|
+
counterparty: {
|
|
104
|
+
chain_name: 'mande',
|
|
105
|
+
base_denom: 'amand',
|
|
106
|
+
channel_id: 'channel-0'
|
|
107
|
+
},
|
|
108
|
+
chain: {
|
|
109
|
+
channel_id: 'channel-51',
|
|
110
|
+
path: 'transfer/channel-51/amand'
|
|
111
|
+
}
|
|
112
|
+
}],
|
|
113
|
+
images: [{
|
|
114
|
+
image_sync: {
|
|
115
|
+
chain_name: 'mande',
|
|
116
|
+
base_denom: 'amand'
|
|
117
|
+
},
|
|
118
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png',
|
|
119
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg',
|
|
120
|
+
theme: {
|
|
121
|
+
primary_color_hex: '#274cbf'
|
|
122
|
+
}
|
|
123
|
+
}],
|
|
124
|
+
socials: {
|
|
125
|
+
website: 'https://mande.network/',
|
|
126
|
+
twitter: 'https://twitter.com/MandeNetwork'
|
|
127
|
+
},
|
|
128
|
+
keywords: ['credibility', 'identity'],
|
|
129
|
+
logo_URIs: {
|
|
130
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png',
|
|
131
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg'
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
]
|
|
83
135
|
};
|
|
84
136
|
export default info;
|
package/esm/mainnet/ibc.js
CHANGED
|
@@ -76,6 +76,7 @@ import * as _medasdigital from './medasdigital';
|
|
|
76
76
|
import * as _meme from './meme';
|
|
77
77
|
import * as _microtick from './microtick';
|
|
78
78
|
import * as _migaloo from './migaloo';
|
|
79
|
+
import * as _neutaro from './neutaro';
|
|
79
80
|
import * as _neutron from './neutron';
|
|
80
81
|
import * as _nibiru from './nibiru';
|
|
81
82
|
import * as _nim from './nim';
|
|
@@ -213,6 +214,7 @@ const ibc = [
|
|
|
213
214
|
..._meme.ibc,
|
|
214
215
|
..._microtick.ibc,
|
|
215
216
|
..._migaloo.ibc,
|
|
217
|
+
..._neutaro.ibc,
|
|
216
218
|
..._neutron.ibc,
|
|
217
219
|
..._nibiru.ibc,
|
|
218
220
|
..._nim.ibc,
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
const info = [{
|
|
2
|
+
$schema: '../ibc_data.schema.json',
|
|
3
|
+
chain_1: {
|
|
4
|
+
chain_name: 'neutaro',
|
|
5
|
+
client_id: '07-tendermint-3',
|
|
6
|
+
connection_id: 'connection-9'
|
|
7
|
+
},
|
|
8
|
+
chain_2: {
|
|
9
|
+
chain_name: 'osmosis',
|
|
10
|
+
client_id: '07-tendermint-3226',
|
|
11
|
+
connection_id: 'connection-2703'
|
|
12
|
+
},
|
|
13
|
+
channels: [{
|
|
14
|
+
chain_1: {
|
|
15
|
+
channel_id: 'channel-4',
|
|
16
|
+
port_id: 'transfer'
|
|
17
|
+
},
|
|
18
|
+
chain_2: {
|
|
19
|
+
channel_id: 'channel-79092',
|
|
20
|
+
port_id: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
ordering: 'unordered',
|
|
23
|
+
version: 'ics20-1',
|
|
24
|
+
tags: {
|
|
25
|
+
status: 'live',
|
|
26
|
+
preferred: true,
|
|
27
|
+
dex: 'osmosis'
|
|
28
|
+
}
|
|
29
|
+
}]
|
|
30
|
+
}];
|
|
31
|
+
export default info;
|
|
@@ -17642,6 +17642,67 @@ const info = {
|
|
|
17642
17642
|
primary_color_hex: '#0a0a0a'
|
|
17643
17643
|
}
|
|
17644
17644
|
}]
|
|
17645
|
+
},
|
|
17646
|
+
{
|
|
17647
|
+
description: 'The native token of Mande Network.',
|
|
17648
|
+
extended_description: 'Mande network is an open on-chain reputation layer on Web3',
|
|
17649
|
+
denom_units: [{
|
|
17650
|
+
denom: 'ibc/739D70CB432FE1C6D94AF306B68C14F4CFB0B9EDD1238D3A8718B1B0E84E8547',
|
|
17651
|
+
exponent: 0,
|
|
17652
|
+
aliases: ['amand', 'ibc/5A26C8DC8DA66F4DD94326E67F94510188F5F7AFE2DB3933A0C823670E56EABF']
|
|
17653
|
+
}, {
|
|
17654
|
+
denom: 'mand',
|
|
17655
|
+
exponent: 18
|
|
17656
|
+
}],
|
|
17657
|
+
type_asset: 'ics20',
|
|
17658
|
+
base: 'ibc/739D70CB432FE1C6D94AF306B68C14F4CFB0B9EDD1238D3A8718B1B0E84E8547',
|
|
17659
|
+
name: 'Mande Network',
|
|
17660
|
+
display: 'mand',
|
|
17661
|
+
symbol: 'MAND',
|
|
17662
|
+
traces: [{
|
|
17663
|
+
type: 'ibc',
|
|
17664
|
+
counterparty: {
|
|
17665
|
+
chain_name: 'mande',
|
|
17666
|
+
base_denom: 'amand',
|
|
17667
|
+
channel_id: 'channel-0'
|
|
17668
|
+
},
|
|
17669
|
+
chain: {
|
|
17670
|
+
channel_id: 'channel-51',
|
|
17671
|
+
path: 'transfer/channel-51/amand'
|
|
17672
|
+
}
|
|
17673
|
+
}, {
|
|
17674
|
+
type: 'ibc',
|
|
17675
|
+
counterparty: {
|
|
17676
|
+
chain_name: 'dymension',
|
|
17677
|
+
base_denom: 'ibc/5A26C8DC8DA66F4DD94326E67F94510188F5F7AFE2DB3933A0C823670E56EABF',
|
|
17678
|
+
channel_id: 'channel-2'
|
|
17679
|
+
},
|
|
17680
|
+
chain: {
|
|
17681
|
+
channel_id: 'channel-19774',
|
|
17682
|
+
path: 'transfer/channel-19774/transfer/channel-51/amand'
|
|
17683
|
+
}
|
|
17684
|
+
}],
|
|
17685
|
+
logo_URIs: {
|
|
17686
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png',
|
|
17687
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg'
|
|
17688
|
+
},
|
|
17689
|
+
images: [{
|
|
17690
|
+
image_sync: {
|
|
17691
|
+
chain_name: 'dymension',
|
|
17692
|
+
base_denom: 'ibc/5A26C8DC8DA66F4DD94326E67F94510188F5F7AFE2DB3933A0C823670E56EABF'
|
|
17693
|
+
},
|
|
17694
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png',
|
|
17695
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg'
|
|
17696
|
+
}],
|
|
17697
|
+
keywords: [
|
|
17698
|
+
'credibility',
|
|
17699
|
+
'identity',
|
|
17700
|
+
'osmosis_unstable'
|
|
17701
|
+
],
|
|
17702
|
+
socials: {
|
|
17703
|
+
website: 'https://mande.network/',
|
|
17704
|
+
twitter: 'https://twitter.com/MandeNetwork'
|
|
17705
|
+
}
|
|
17645
17706
|
}
|
|
17646
17707
|
]
|
|
17647
17708
|
};
|
|
@@ -2251,6 +2251,36 @@ const info = [
|
|
|
2251
2251
|
}
|
|
2252
2252
|
}]
|
|
2253
2253
|
},
|
|
2254
|
+
{
|
|
2255
|
+
$schema: '../ibc_data.schema.json',
|
|
2256
|
+
chain_1: {
|
|
2257
|
+
chain_name: 'neutaro',
|
|
2258
|
+
client_id: '07-tendermint-3',
|
|
2259
|
+
connection_id: 'connection-9'
|
|
2260
|
+
},
|
|
2261
|
+
chain_2: {
|
|
2262
|
+
chain_name: 'osmosis',
|
|
2263
|
+
client_id: '07-tendermint-3226',
|
|
2264
|
+
connection_id: 'connection-2703'
|
|
2265
|
+
},
|
|
2266
|
+
channels: [{
|
|
2267
|
+
chain_1: {
|
|
2268
|
+
channel_id: 'channel-4',
|
|
2269
|
+
port_id: 'transfer'
|
|
2270
|
+
},
|
|
2271
|
+
chain_2: {
|
|
2272
|
+
channel_id: 'channel-79092',
|
|
2273
|
+
port_id: 'transfer'
|
|
2274
|
+
},
|
|
2275
|
+
ordering: 'unordered',
|
|
2276
|
+
version: 'ics20-1',
|
|
2277
|
+
tags: {
|
|
2278
|
+
status: 'live',
|
|
2279
|
+
preferred: true,
|
|
2280
|
+
dex: 'osmosis'
|
|
2281
|
+
}
|
|
2282
|
+
}]
|
|
2283
|
+
},
|
|
2254
2284
|
{
|
|
2255
2285
|
$schema: '../ibc_data.schema.json',
|
|
2256
2286
|
chain_1: {
|
|
@@ -550,7 +550,7 @@ const info = {
|
|
|
550
550
|
},
|
|
551
551
|
{
|
|
552
552
|
description: 'USDC (USD Coin) is a stablecoin fully backed by US dollars, providing a transparent and regulated digital dollar solution.',
|
|
553
|
-
extended_description: 'USD Coin (USDC) was launched in 2018 as a joint effort between Coinbase and Circle
|
|
553
|
+
extended_description: 'USD Coin (USDC) was launched in 2018 as a joint effort between Coinbase and Circle. USDC is a fully reserved stablecoin, meaning each token is backed 1:1 by US dollars held in reserve. This structure is designed to provide transparency and trust, reinforced by regular audits from reputable third-party firms. Initially built on the Ethereum blockchain, USDC has expanded to support multiple blockchain networks, including Algorand, Solana, and more. It is widely used in DeFi protocols, as collateral, and for international transactions, offering a stable and compliant digital dollar solution.',
|
|
554
554
|
type_asset: 'erc20',
|
|
555
555
|
address: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48',
|
|
556
556
|
denom_units: [{
|
|
@@ -553,6 +553,43 @@ const info = {
|
|
|
553
553
|
website: 'https://whinecoin.com/',
|
|
554
554
|
twitter: 'https://twitter.com/whinecoin'
|
|
555
555
|
}
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
description: 'Pepe Bruce Jenner',
|
|
559
|
+
extended_description: '$PBJ is the culture coin for Solana, eat dis!',
|
|
560
|
+
type_asset: 'erc20',
|
|
561
|
+
address: 'ANu4Wuq86WzRU8tykszQUJ66eQzFNfkwap2HcQ5UaFaU',
|
|
562
|
+
denom_units: [{
|
|
563
|
+
denom: 'ANu4Wuq86WzRU8tykszQUJ66eQzFNfkwap2HcQ5UaFaU',
|
|
564
|
+
exponent: 0
|
|
565
|
+
}, {
|
|
566
|
+
denom: 'pbj',
|
|
567
|
+
exponent: 5
|
|
568
|
+
}],
|
|
569
|
+
base: 'ANu4Wuq86WzRU8tykszQUJ66eQzFNfkwap2HcQ5UaFaU',
|
|
570
|
+
name: 'Pepe Bruce Jenner',
|
|
571
|
+
display: 'pbj',
|
|
572
|
+
symbol: 'PBJ',
|
|
573
|
+
logo_URIs: {
|
|
574
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pbj.png'
|
|
575
|
+
},
|
|
576
|
+
images: [{
|
|
577
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pbj.png',
|
|
578
|
+
theme: {
|
|
579
|
+
primary_color_hex: '#488000',
|
|
580
|
+
background_color_hex: '#ee0000'
|
|
581
|
+
}
|
|
582
|
+
}],
|
|
583
|
+
socials: {
|
|
584
|
+
website: 'https://sandwichswap.io/',
|
|
585
|
+
twitter: 'https://twitter.com/pepebjenner_sol'
|
|
586
|
+
},
|
|
587
|
+
keywords: [
|
|
588
|
+
'meme',
|
|
589
|
+
'pump.fun',
|
|
590
|
+
'pumpdotfun',
|
|
591
|
+
'pepe'
|
|
592
|
+
]
|
|
556
593
|
}
|
|
557
594
|
]
|
|
558
595
|
};
|
package/mainnet/cheqd/chain.js
CHANGED
|
@@ -160,9 +160,9 @@ const info = {
|
|
|
160
160
|
explorers: [
|
|
161
161
|
{
|
|
162
162
|
kind: 'bigdipper',
|
|
163
|
-
url: 'https://
|
|
164
|
-
tx_page: 'https://
|
|
165
|
-
account_page: 'https://
|
|
163
|
+
url: 'https://explorer.cheqd.io',
|
|
164
|
+
tx_page: 'https://explorer.cheqd.io/transactions/${txHash}',
|
|
165
|
+
account_page: 'https://explorer.cheqd.io/accounts/${accountAddress}'
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
kind: 'ping.pub',
|
|
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const info = {
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chain_name: 'dymension',
|
|
6
|
-
assets: [
|
|
6
|
+
assets: [
|
|
7
|
+
{
|
|
7
8
|
description: 'The native governance and staking token of the Dymension Hub',
|
|
8
9
|
denom_units: [{
|
|
9
10
|
denom: 'adym',
|
|
@@ -33,7 +34,8 @@ const info = {
|
|
|
33
34
|
website: 'https://portal.dymension.xyz',
|
|
34
35
|
twitter: 'https://twitter.com/dymension'
|
|
35
36
|
}
|
|
36
|
-
},
|
|
37
|
+
},
|
|
38
|
+
{
|
|
37
39
|
description: 'The native token of Nim Network.',
|
|
38
40
|
extended_description: 'Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.',
|
|
39
41
|
denom_units: [{
|
|
@@ -81,6 +83,56 @@ const info = {
|
|
|
81
83
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png',
|
|
82
84
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg'
|
|
83
85
|
}
|
|
84
|
-
}
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
description: 'The native token of Mande Network.',
|
|
89
|
+
extended_description: 'Mande network is an open on-chain reputation layer on Web3',
|
|
90
|
+
denom_units: [{
|
|
91
|
+
denom: 'ibc/5A26C8DC8DA66F4DD94326E67F94510188F5F7AFE2DB3933A0C823670E56EABF',
|
|
92
|
+
exponent: 0,
|
|
93
|
+
aliases: ['amand']
|
|
94
|
+
}, {
|
|
95
|
+
denom: 'mand',
|
|
96
|
+
exponent: 18
|
|
97
|
+
}],
|
|
98
|
+
type_asset: 'ics20',
|
|
99
|
+
base: 'ibc/5A26C8DC8DA66F4DD94326E67F94510188F5F7AFE2DB3933A0C823670E56EABF',
|
|
100
|
+
name: 'Mande Network',
|
|
101
|
+
display: 'mand',
|
|
102
|
+
symbol: 'MAND',
|
|
103
|
+
traces: [{
|
|
104
|
+
type: 'ibc',
|
|
105
|
+
counterparty: {
|
|
106
|
+
chain_name: 'mande',
|
|
107
|
+
base_denom: 'amand',
|
|
108
|
+
channel_id: 'channel-0'
|
|
109
|
+
},
|
|
110
|
+
chain: {
|
|
111
|
+
channel_id: 'channel-51',
|
|
112
|
+
path: 'transfer/channel-51/amand'
|
|
113
|
+
}
|
|
114
|
+
}],
|
|
115
|
+
images: [{
|
|
116
|
+
image_sync: {
|
|
117
|
+
chain_name: 'mande',
|
|
118
|
+
base_denom: 'amand'
|
|
119
|
+
},
|
|
120
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png',
|
|
121
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg',
|
|
122
|
+
theme: {
|
|
123
|
+
primary_color_hex: '#274cbf'
|
|
124
|
+
}
|
|
125
|
+
}],
|
|
126
|
+
socials: {
|
|
127
|
+
website: 'https://mande.network/',
|
|
128
|
+
twitter: 'https://twitter.com/MandeNetwork'
|
|
129
|
+
},
|
|
130
|
+
keywords: ['credibility', 'identity'],
|
|
131
|
+
logo_URIs: {
|
|
132
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png',
|
|
133
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg'
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
]
|
|
85
137
|
};
|
|
86
138
|
exports.default = info;
|
package/mainnet/ibc.js
CHANGED
|
@@ -101,6 +101,7 @@ const _medasdigital = __importStar(require("./medasdigital"));
|
|
|
101
101
|
const _meme = __importStar(require("./meme"));
|
|
102
102
|
const _microtick = __importStar(require("./microtick"));
|
|
103
103
|
const _migaloo = __importStar(require("./migaloo"));
|
|
104
|
+
const _neutaro = __importStar(require("./neutaro"));
|
|
104
105
|
const _neutron = __importStar(require("./neutron"));
|
|
105
106
|
const _nibiru = __importStar(require("./nibiru"));
|
|
106
107
|
const _nim = __importStar(require("./nim"));
|
|
@@ -238,6 +239,7 @@ const ibc = [
|
|
|
238
239
|
..._meme.ibc,
|
|
239
240
|
..._microtick.ibc,
|
|
240
241
|
..._migaloo.ibc,
|
|
242
|
+
..._neutaro.ibc,
|
|
241
243
|
..._neutron.ibc,
|
|
242
244
|
..._nibiru.ibc,
|
|
243
245
|
..._nim.ibc,
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [{
|
|
4
|
+
$schema: '../ibc_data.schema.json',
|
|
5
|
+
chain_1: {
|
|
6
|
+
chain_name: 'neutaro',
|
|
7
|
+
client_id: '07-tendermint-3',
|
|
8
|
+
connection_id: 'connection-9'
|
|
9
|
+
},
|
|
10
|
+
chain_2: {
|
|
11
|
+
chain_name: 'osmosis',
|
|
12
|
+
client_id: '07-tendermint-3226',
|
|
13
|
+
connection_id: 'connection-2703'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain_1: {
|
|
17
|
+
channel_id: 'channel-4',
|
|
18
|
+
port_id: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain_2: {
|
|
21
|
+
channel_id: 'channel-79092',
|
|
22
|
+
port_id: 'transfer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'unordered',
|
|
25
|
+
version: 'ics20-1',
|
|
26
|
+
tags: {
|
|
27
|
+
status: 'live',
|
|
28
|
+
preferred: true,
|
|
29
|
+
dex: 'osmosis'
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
}];
|
|
33
|
+
exports.default = info;
|
package/mainnet/neutaro/index.js
CHANGED
|
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.chain = exports.assets = void 0;
|
|
6
|
+
exports.ibc = exports.chain = exports.assets = void 0;
|
|
7
7
|
const assets_1 = __importDefault(require("./assets"));
|
|
8
8
|
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
const ibc_1 = __importDefault(require("./ibc"));
|
|
9
10
|
exports.assets = assets_1.default;
|
|
10
11
|
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibc = ibc_1.default;
|
|
@@ -17644,6 +17644,67 @@ const info = {
|
|
|
17644
17644
|
primary_color_hex: '#0a0a0a'
|
|
17645
17645
|
}
|
|
17646
17646
|
}]
|
|
17647
|
+
},
|
|
17648
|
+
{
|
|
17649
|
+
description: 'The native token of Mande Network.',
|
|
17650
|
+
extended_description: 'Mande network is an open on-chain reputation layer on Web3',
|
|
17651
|
+
denom_units: [{
|
|
17652
|
+
denom: 'ibc/739D70CB432FE1C6D94AF306B68C14F4CFB0B9EDD1238D3A8718B1B0E84E8547',
|
|
17653
|
+
exponent: 0,
|
|
17654
|
+
aliases: ['amand', 'ibc/5A26C8DC8DA66F4DD94326E67F94510188F5F7AFE2DB3933A0C823670E56EABF']
|
|
17655
|
+
}, {
|
|
17656
|
+
denom: 'mand',
|
|
17657
|
+
exponent: 18
|
|
17658
|
+
}],
|
|
17659
|
+
type_asset: 'ics20',
|
|
17660
|
+
base: 'ibc/739D70CB432FE1C6D94AF306B68C14F4CFB0B9EDD1238D3A8718B1B0E84E8547',
|
|
17661
|
+
name: 'Mande Network',
|
|
17662
|
+
display: 'mand',
|
|
17663
|
+
symbol: 'MAND',
|
|
17664
|
+
traces: [{
|
|
17665
|
+
type: 'ibc',
|
|
17666
|
+
counterparty: {
|
|
17667
|
+
chain_name: 'mande',
|
|
17668
|
+
base_denom: 'amand',
|
|
17669
|
+
channel_id: 'channel-0'
|
|
17670
|
+
},
|
|
17671
|
+
chain: {
|
|
17672
|
+
channel_id: 'channel-51',
|
|
17673
|
+
path: 'transfer/channel-51/amand'
|
|
17674
|
+
}
|
|
17675
|
+
}, {
|
|
17676
|
+
type: 'ibc',
|
|
17677
|
+
counterparty: {
|
|
17678
|
+
chain_name: 'dymension',
|
|
17679
|
+
base_denom: 'ibc/5A26C8DC8DA66F4DD94326E67F94510188F5F7AFE2DB3933A0C823670E56EABF',
|
|
17680
|
+
channel_id: 'channel-2'
|
|
17681
|
+
},
|
|
17682
|
+
chain: {
|
|
17683
|
+
channel_id: 'channel-19774',
|
|
17684
|
+
path: 'transfer/channel-19774/transfer/channel-51/amand'
|
|
17685
|
+
}
|
|
17686
|
+
}],
|
|
17687
|
+
logo_URIs: {
|
|
17688
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png',
|
|
17689
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg'
|
|
17690
|
+
},
|
|
17691
|
+
images: [{
|
|
17692
|
+
image_sync: {
|
|
17693
|
+
chain_name: 'dymension',
|
|
17694
|
+
base_denom: 'ibc/5A26C8DC8DA66F4DD94326E67F94510188F5F7AFE2DB3933A0C823670E56EABF'
|
|
17695
|
+
},
|
|
17696
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png',
|
|
17697
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg'
|
|
17698
|
+
}],
|
|
17699
|
+
keywords: [
|
|
17700
|
+
'credibility',
|
|
17701
|
+
'identity',
|
|
17702
|
+
'osmosis_unstable'
|
|
17703
|
+
],
|
|
17704
|
+
socials: {
|
|
17705
|
+
website: 'https://mande.network/',
|
|
17706
|
+
twitter: 'https://twitter.com/MandeNetwork'
|
|
17707
|
+
}
|
|
17647
17708
|
}
|
|
17648
17709
|
]
|
|
17649
17710
|
};
|
package/mainnet/osmosis/ibc.js
CHANGED
|
@@ -2253,6 +2253,36 @@ const info = [
|
|
|
2253
2253
|
}
|
|
2254
2254
|
}]
|
|
2255
2255
|
},
|
|
2256
|
+
{
|
|
2257
|
+
$schema: '../ibc_data.schema.json',
|
|
2258
|
+
chain_1: {
|
|
2259
|
+
chain_name: 'neutaro',
|
|
2260
|
+
client_id: '07-tendermint-3',
|
|
2261
|
+
connection_id: 'connection-9'
|
|
2262
|
+
},
|
|
2263
|
+
chain_2: {
|
|
2264
|
+
chain_name: 'osmosis',
|
|
2265
|
+
client_id: '07-tendermint-3226',
|
|
2266
|
+
connection_id: 'connection-2703'
|
|
2267
|
+
},
|
|
2268
|
+
channels: [{
|
|
2269
|
+
chain_1: {
|
|
2270
|
+
channel_id: 'channel-4',
|
|
2271
|
+
port_id: 'transfer'
|
|
2272
|
+
},
|
|
2273
|
+
chain_2: {
|
|
2274
|
+
channel_id: 'channel-79092',
|
|
2275
|
+
port_id: 'transfer'
|
|
2276
|
+
},
|
|
2277
|
+
ordering: 'unordered',
|
|
2278
|
+
version: 'ics20-1',
|
|
2279
|
+
tags: {
|
|
2280
|
+
status: 'live',
|
|
2281
|
+
preferred: true,
|
|
2282
|
+
dex: 'osmosis'
|
|
2283
|
+
}
|
|
2284
|
+
}]
|
|
2285
|
+
},
|
|
2256
2286
|
{
|
|
2257
2287
|
$schema: '../ibc_data.schema.json',
|
|
2258
2288
|
chain_1: {
|
|
@@ -552,7 +552,7 @@ const info = {
|
|
|
552
552
|
},
|
|
553
553
|
{
|
|
554
554
|
description: 'USDC (USD Coin) is a stablecoin fully backed by US dollars, providing a transparent and regulated digital dollar solution.',
|
|
555
|
-
extended_description: 'USD Coin (USDC) was launched in 2018 as a joint effort between Coinbase and Circle
|
|
555
|
+
extended_description: 'USD Coin (USDC) was launched in 2018 as a joint effort between Coinbase and Circle. USDC is a fully reserved stablecoin, meaning each token is backed 1:1 by US dollars held in reserve. This structure is designed to provide transparency and trust, reinforced by regular audits from reputable third-party firms. Initially built on the Ethereum blockchain, USDC has expanded to support multiple blockchain networks, including Algorand, Solana, and more. It is widely used in DeFi protocols, as collateral, and for international transactions, offering a stable and compliant digital dollar solution.',
|
|
556
556
|
type_asset: 'erc20',
|
|
557
557
|
address: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48',
|
|
558
558
|
denom_units: [{
|
|
@@ -555,6 +555,43 @@ const info = {
|
|
|
555
555
|
website: 'https://whinecoin.com/',
|
|
556
556
|
twitter: 'https://twitter.com/whinecoin'
|
|
557
557
|
}
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
description: 'Pepe Bruce Jenner',
|
|
561
|
+
extended_description: '$PBJ is the culture coin for Solana, eat dis!',
|
|
562
|
+
type_asset: 'erc20',
|
|
563
|
+
address: 'ANu4Wuq86WzRU8tykszQUJ66eQzFNfkwap2HcQ5UaFaU',
|
|
564
|
+
denom_units: [{
|
|
565
|
+
denom: 'ANu4Wuq86WzRU8tykszQUJ66eQzFNfkwap2HcQ5UaFaU',
|
|
566
|
+
exponent: 0
|
|
567
|
+
}, {
|
|
568
|
+
denom: 'pbj',
|
|
569
|
+
exponent: 5
|
|
570
|
+
}],
|
|
571
|
+
base: 'ANu4Wuq86WzRU8tykszQUJ66eQzFNfkwap2HcQ5UaFaU',
|
|
572
|
+
name: 'Pepe Bruce Jenner',
|
|
573
|
+
display: 'pbj',
|
|
574
|
+
symbol: 'PBJ',
|
|
575
|
+
logo_URIs: {
|
|
576
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pbj.png'
|
|
577
|
+
},
|
|
578
|
+
images: [{
|
|
579
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pbj.png',
|
|
580
|
+
theme: {
|
|
581
|
+
primary_color_hex: '#488000',
|
|
582
|
+
background_color_hex: '#ee0000'
|
|
583
|
+
}
|
|
584
|
+
}],
|
|
585
|
+
socials: {
|
|
586
|
+
website: 'https://sandwichswap.io/',
|
|
587
|
+
twitter: 'https://twitter.com/pepebjenner_sol'
|
|
588
|
+
},
|
|
589
|
+
keywords: [
|
|
590
|
+
'meme',
|
|
591
|
+
'pump.fun',
|
|
592
|
+
'pumpdotfun',
|
|
593
|
+
'pepe'
|
|
594
|
+
]
|
|
558
595
|
}
|
|
559
596
|
]
|
|
560
597
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.63.
|
|
3
|
+
"version": "1.63.25",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/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.46.
|
|
32
|
+
"@chain-registry/utils": "^1.46.21",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.21"
|
|
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": "a335792b3501ab73deb4b0677eb10df534c7a4a4"
|
|
47
47
|
}
|