chain-registry 1.63.26 → 1.63.27
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/archway/chain.js +4 -4
- package/esm/mainnet/aura/chain.js +0 -4
- package/esm/mainnet/cosmoshub/chain.js +2 -2
- package/esm/mainnet/firmachain/ibc.js +31 -0
- package/esm/mainnet/firmachain/index.js +2 -0
- package/esm/mainnet/ibc.js +2 -0
- package/esm/mainnet/injective/assets.js +23 -0
- package/esm/mainnet/meme/assets.js +39 -0
- package/esm/mainnet/neutaro/chain.js +2 -8
- package/esm/mainnet/osmosis/ibc.js +30 -0
- package/esm/mainnet/planq/assets.js +45 -3
- package/esm/mainnet/shentu/chain.js +0 -4
- package/esm/mainnet/stargaze/assets.js +1 -1
- package/esm/mainnet/stargaze/chain.js +1 -1
- package/esm/mainnet/umee/chain.js +2 -2
- package/esm/testnet/blockxtestnet/chain.js +1 -1
- package/mainnet/archway/chain.js +4 -4
- package/mainnet/aura/chain.js +0 -4
- package/mainnet/cosmoshub/chain.js +2 -2
- package/mainnet/firmachain/ibc.d.ts +3 -0
- package/mainnet/firmachain/ibc.js +33 -0
- package/mainnet/firmachain/index.d.ts +1 -0
- package/mainnet/firmachain/index.js +3 -1
- package/mainnet/ibc.js +2 -0
- package/mainnet/injective/assets.js +23 -0
- package/mainnet/meme/assets.js +39 -0
- package/mainnet/neutaro/chain.js +2 -8
- package/mainnet/osmosis/ibc.js +30 -0
- package/mainnet/planq/assets.js +45 -3
- package/mainnet/shentu/chain.js +0 -4
- package/mainnet/stargaze/assets.js +1 -1
- package/mainnet/stargaze/chain.js +1 -1
- package/mainnet/umee/chain.js +2 -2
- package/package.json +4 -4
- package/testnet/blockxtestnet/chain.js +1 -1
|
@@ -136,10 +136,6 @@ const info = {
|
|
|
136
136
|
address: 'https://archway.api.trivium.network:26657',
|
|
137
137
|
provider: 'TriviumX | Architech'
|
|
138
138
|
},
|
|
139
|
-
{
|
|
140
|
-
address: 'https://archway-rpc.tienthuattoan.ventures',
|
|
141
|
-
provider: 'TienThuatToan'
|
|
142
|
-
},
|
|
143
139
|
{
|
|
144
140
|
address: 'https://archway-rpc.stakeandrelax.net',
|
|
145
141
|
provider: 'Stake&Relax 🦥'
|
|
@@ -148,6 +144,10 @@ const info = {
|
|
|
148
144
|
address: 'https://rpc.archway.bronbro.io:443',
|
|
149
145
|
provider: 'Bro_n_Bro'
|
|
150
146
|
},
|
|
147
|
+
{
|
|
148
|
+
address: 'https://rpc-archway.luckyfriday.io/',
|
|
149
|
+
provider: 'GlobalStake'
|
|
150
|
+
},
|
|
151
151
|
{
|
|
152
152
|
address: 'https://archway-rpc.noders.services',
|
|
153
153
|
provider: '[NODERS]TEAM'
|
|
@@ -64,10 +64,6 @@ const info = {
|
|
|
64
64
|
address: 'https://mainnet-aura-rpc.konsortech.xyz',
|
|
65
65
|
provider: 'KonsorTech'
|
|
66
66
|
},
|
|
67
|
-
{
|
|
68
|
-
address: 'https://aura-rpc.tienthuattoan.ventures',
|
|
69
|
-
provider: 'TienThuatToan'
|
|
70
|
-
},
|
|
71
67
|
{
|
|
72
68
|
address: 'https://aura-rpc.lavenderfive.com',
|
|
73
69
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -140,8 +140,8 @@ const info = {
|
|
|
140
140
|
provider: 'MMS'
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
|
-
address: 'https://cosmos-rpc.tienthuattoan.
|
|
144
|
-
provider: '
|
|
143
|
+
address: 'https://cosmos-rpc.tienthuattoan.com',
|
|
144
|
+
provider: 'TTT 🇻🇳'
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
address: 'https://community.nuxian-node.ch:6797/gaia/trpc',
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
const info = [{
|
|
2
|
+
$schema: '../ibc_data.schema.json',
|
|
3
|
+
chain_1: {
|
|
4
|
+
chain_name: 'firmachain',
|
|
5
|
+
client_id: '07-tendermint-1',
|
|
6
|
+
connection_id: 'connection-1'
|
|
7
|
+
},
|
|
8
|
+
chain_2: {
|
|
9
|
+
chain_name: 'osmosis',
|
|
10
|
+
client_id: '07-tendermint-3236',
|
|
11
|
+
connection_id: 'connection-2723'
|
|
12
|
+
},
|
|
13
|
+
channels: [{
|
|
14
|
+
chain_1: {
|
|
15
|
+
channel_id: 'channel-1',
|
|
16
|
+
port_id: 'transfer'
|
|
17
|
+
},
|
|
18
|
+
chain_2: {
|
|
19
|
+
channel_id: 'channel-79241',
|
|
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;
|
package/esm/mainnet/ibc.js
CHANGED
|
@@ -45,6 +45,7 @@ import * as _emoney from './emoney';
|
|
|
45
45
|
import * as _empowerchain from './empowerchain';
|
|
46
46
|
import * as _evmos from './evmos';
|
|
47
47
|
import * as _fetchhub from './fetchhub';
|
|
48
|
+
import * as _firmachain from './firmachain';
|
|
48
49
|
import * as _furya from './furya';
|
|
49
50
|
import * as _fxcore from './fxcore';
|
|
50
51
|
import * as _galaxy from './galaxy';
|
|
@@ -183,6 +184,7 @@ const ibc = [
|
|
|
183
184
|
..._empowerchain.ibc,
|
|
184
185
|
..._evmos.ibc,
|
|
185
186
|
..._fetchhub.ibc,
|
|
187
|
+
..._firmachain.ibc,
|
|
186
188
|
..._furya.ibc,
|
|
187
189
|
..._fxcore.ibc,
|
|
188
190
|
..._galaxy.ibc,
|
|
@@ -124,6 +124,29 @@ const info = {
|
|
|
124
124
|
}
|
|
125
125
|
}]
|
|
126
126
|
},
|
|
127
|
+
{
|
|
128
|
+
description: 'BackBone Labs Liquid Staked Injective',
|
|
129
|
+
denom_units: [{
|
|
130
|
+
denom: 'factory/inj1dxp690rd86xltejgfq2fa7f2nxtgmm5cer3hvu/bINJ',
|
|
131
|
+
exponent: 0
|
|
132
|
+
}, {
|
|
133
|
+
denom: 'bINJ',
|
|
134
|
+
exponent: 18
|
|
135
|
+
}],
|
|
136
|
+
base: 'factory/inj1dxp690rd86xltejgfq2fa7f2nxtgmm5cer3hvu/bINJ',
|
|
137
|
+
name: 'BackBone Labs Liquid Staked Injective',
|
|
138
|
+
display: 'bINJ',
|
|
139
|
+
symbol: 'bINJ',
|
|
140
|
+
logo_URIs: {
|
|
141
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/binj.png'
|
|
142
|
+
},
|
|
143
|
+
images: [{
|
|
144
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/binj.png',
|
|
145
|
+
theme: {
|
|
146
|
+
primary_color_hex: '#04a2fc'
|
|
147
|
+
}
|
|
148
|
+
}]
|
|
149
|
+
},
|
|
127
150
|
{
|
|
128
151
|
description: 'The first meme coin on Injective. It’s a dog, but he has nunchucks',
|
|
129
152
|
extended_description: '$NINJA is the premier meme coin on Injective. There is no formal roadmap and no promises made, but NINJAs are builders and masters of surprise. For all intents and purposes, the coin is completely useless, until it\'s not. And the dog, he has nunchucks.',
|
|
@@ -26,6 +26,45 @@ const info = {
|
|
|
26
26
|
primary_color_hex: '#b7dcd8'
|
|
27
27
|
}
|
|
28
28
|
}]
|
|
29
|
+
}, {
|
|
30
|
+
description: 'The native EVM, governance and staking token of the Planq Network',
|
|
31
|
+
extended_description: 'Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.',
|
|
32
|
+
denom_units: [{
|
|
33
|
+
denom: 'ibc/FACC1CE598366EA01D86CF1CBE05F1A6C7511F673E91DEFF04342ED8DEFE3A60',
|
|
34
|
+
exponent: 0
|
|
35
|
+
}, {
|
|
36
|
+
denom: 'planq',
|
|
37
|
+
exponent: 18
|
|
38
|
+
}],
|
|
39
|
+
name: 'Planq',
|
|
40
|
+
display: 'planq',
|
|
41
|
+
symbol: 'PLQ',
|
|
42
|
+
type_asset: 'ics20',
|
|
43
|
+
base: 'ibc/FACC1CE598366EA01D86CF1CBE05F1A6C7511F673E91DEFF04342ED8DEFE3A60',
|
|
44
|
+
logo_URIs: {
|
|
45
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png',
|
|
46
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg'
|
|
47
|
+
},
|
|
48
|
+
traces: [{
|
|
49
|
+
type: 'ibc',
|
|
50
|
+
counterparty: {
|
|
51
|
+
chain_name: 'planq',
|
|
52
|
+
base_denom: 'aplanq',
|
|
53
|
+
channel_id: 'channel-64'
|
|
54
|
+
},
|
|
55
|
+
chain: {
|
|
56
|
+
channel_id: 'channel-11',
|
|
57
|
+
path: 'transfer/channel-11/aplanq'
|
|
58
|
+
}
|
|
59
|
+
}],
|
|
60
|
+
images: [{
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png',
|
|
62
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg',
|
|
63
|
+
image_sync: {
|
|
64
|
+
chain_name: 'planq',
|
|
65
|
+
base_denom: 'aplanq'
|
|
66
|
+
}
|
|
67
|
+
}]
|
|
29
68
|
}]
|
|
30
69
|
};
|
|
31
70
|
export default info;
|
|
@@ -36,22 +36,16 @@ const info = {
|
|
|
36
36
|
address: 'https://rpc2.neutaro.tech:443',
|
|
37
37
|
provider: 'Neutaro'
|
|
38
38
|
}, {
|
|
39
|
-
address: 'https://
|
|
40
|
-
provider: '
|
|
39
|
+
address: 'https://rpc3.neutaro.tech:26657',
|
|
40
|
+
provider: 'Neutaro'
|
|
41
41
|
}],
|
|
42
42
|
rest: [{
|
|
43
43
|
address: 'https://api2.neutaro.tech:443',
|
|
44
44
|
provider: 'Neutaro'
|
|
45
|
-
}, {
|
|
46
|
-
address: 'https://api-neutaro.blockval.io',
|
|
47
|
-
provider: 'Blockval'
|
|
48
45
|
}],
|
|
49
46
|
grpc: [{
|
|
50
47
|
address: 'https://grpc2.neutaro.tech:443',
|
|
51
48
|
provider: 'Neutaro'
|
|
52
|
-
}, {
|
|
53
|
-
address: 'https://grpc-neutaro.blockval.io',
|
|
54
|
-
provider: 'Blockval'
|
|
55
49
|
}]
|
|
56
50
|
},
|
|
57
51
|
explorers: [{
|
|
@@ -1354,6 +1354,36 @@ const info = [
|
|
|
1354
1354
|
}
|
|
1355
1355
|
}]
|
|
1356
1356
|
},
|
|
1357
|
+
{
|
|
1358
|
+
$schema: '../ibc_data.schema.json',
|
|
1359
|
+
chain_1: {
|
|
1360
|
+
chain_name: 'firmachain',
|
|
1361
|
+
client_id: '07-tendermint-1',
|
|
1362
|
+
connection_id: 'connection-1'
|
|
1363
|
+
},
|
|
1364
|
+
chain_2: {
|
|
1365
|
+
chain_name: 'osmosis',
|
|
1366
|
+
client_id: '07-tendermint-3236',
|
|
1367
|
+
connection_id: 'connection-2723'
|
|
1368
|
+
},
|
|
1369
|
+
channels: [{
|
|
1370
|
+
chain_1: {
|
|
1371
|
+
channel_id: 'channel-1',
|
|
1372
|
+
port_id: 'transfer'
|
|
1373
|
+
},
|
|
1374
|
+
chain_2: {
|
|
1375
|
+
channel_id: 'channel-79241',
|
|
1376
|
+
port_id: 'transfer'
|
|
1377
|
+
},
|
|
1378
|
+
ordering: 'unordered',
|
|
1379
|
+
version: 'ics20-1',
|
|
1380
|
+
tags: {
|
|
1381
|
+
status: 'live',
|
|
1382
|
+
preferred: true,
|
|
1383
|
+
dex: 'osmosis'
|
|
1384
|
+
}
|
|
1385
|
+
}]
|
|
1386
|
+
},
|
|
1357
1387
|
{
|
|
1358
1388
|
$schema: '../ibc_data.schema.json',
|
|
1359
1389
|
chain_1: {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const info = {
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chain_name: 'planq',
|
|
4
|
-
assets: [
|
|
4
|
+
assets: [
|
|
5
|
+
{
|
|
5
6
|
description: 'The native EVM, governance and staking token of the Planq Network',
|
|
6
7
|
extended_description: 'Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.',
|
|
7
8
|
denom_units: [{
|
|
@@ -31,7 +32,8 @@ const info = {
|
|
|
31
32
|
website: 'https://planq.network',
|
|
32
33
|
twitter: 'https://twitter.com/planqfoundation'
|
|
33
34
|
}
|
|
34
|
-
},
|
|
35
|
+
},
|
|
36
|
+
{
|
|
35
37
|
description: 'The token of Source Protocol bridged from BSC.',
|
|
36
38
|
denom_units: [{
|
|
37
39
|
denom: 'erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09',
|
|
@@ -69,6 +71,46 @@ const info = {
|
|
|
69
71
|
logo_URIs: {
|
|
70
72
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
|
|
71
73
|
}
|
|
72
|
-
}
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
description: 'MEME Token (MEME) is the native staking token of the MEME Chain',
|
|
77
|
+
denom_units: [{
|
|
78
|
+
denom: 'ibc/747FF58D3F211497581252CEBE11D7E785FC1E53AC5C29497A361E3830F1AF4A',
|
|
79
|
+
exponent: 0
|
|
80
|
+
}, {
|
|
81
|
+
denom: 'meme',
|
|
82
|
+
exponent: 6
|
|
83
|
+
}],
|
|
84
|
+
base: 'ibc/747FF58D3F211497581252CEBE11D7E785FC1E53AC5C29497A361E3830F1AF4A',
|
|
85
|
+
name: 'MEME',
|
|
86
|
+
display: 'meme',
|
|
87
|
+
symbol: 'MEME',
|
|
88
|
+
logo_URIs: {
|
|
89
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
|
|
90
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg'
|
|
91
|
+
},
|
|
92
|
+
type_asset: 'ics20',
|
|
93
|
+
traces: [{
|
|
94
|
+
type: 'ibc',
|
|
95
|
+
counterparty: {
|
|
96
|
+
chain_name: 'meme',
|
|
97
|
+
base_denom: 'umeme',
|
|
98
|
+
channel_id: 'channel-11'
|
|
99
|
+
},
|
|
100
|
+
chain: {
|
|
101
|
+
channel_id: 'channel-64',
|
|
102
|
+
path: 'transfer/channel-64/umeme'
|
|
103
|
+
}
|
|
104
|
+
}],
|
|
105
|
+
images: [{
|
|
106
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
|
|
107
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg',
|
|
108
|
+
image_sync: {
|
|
109
|
+
chain_name: 'meme',
|
|
110
|
+
base_denom: 'umeme'
|
|
111
|
+
}
|
|
112
|
+
}]
|
|
113
|
+
}
|
|
114
|
+
]
|
|
73
115
|
};
|
|
74
116
|
export default info;
|
|
@@ -51,10 +51,6 @@ const info = {
|
|
|
51
51
|
address: 'https://rpc-shentu-01.stakeflow.io',
|
|
52
52
|
provider: 'Stakeflow'
|
|
53
53
|
},
|
|
54
|
-
{
|
|
55
|
-
address: 'https://shentu-rpc.tienthuattoan.ventures',
|
|
56
|
-
provider: 'TienThuatToan'
|
|
57
|
-
},
|
|
58
54
|
{
|
|
59
55
|
address: 'https://shentu-rpc.publicnode.com:443',
|
|
60
56
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -25,7 +25,7 @@ const info = {
|
|
|
25
25
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
26
26
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
27
27
|
theme: {
|
|
28
|
-
primary_color_hex: '#
|
|
28
|
+
primary_color_hex: '#db2777'
|
|
29
29
|
}
|
|
30
30
|
}],
|
|
31
31
|
socials: {
|
|
@@ -283,7 +283,7 @@ const info = {
|
|
|
283
283
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
284
284
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
285
285
|
theme: {
|
|
286
|
-
primary_color_hex: '#
|
|
286
|
+
primary_color_hex: '#db2777'
|
|
287
287
|
}
|
|
288
288
|
}]
|
|
289
289
|
};
|
|
@@ -60,8 +60,8 @@ const info = {
|
|
|
60
60
|
provider: 'QuantNode'
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
|
-
address: 'https://umee-rpc.tienthuattoan.
|
|
64
|
-
provider: '
|
|
63
|
+
address: 'https://umee-rpc.tienthuattoan.com',
|
|
64
|
+
provider: 'TTT 🇻🇳'
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
address: 'https://rpc-umee-01.stakeflow.io',
|
package/mainnet/archway/chain.js
CHANGED
|
@@ -138,10 +138,6 @@ const info = {
|
|
|
138
138
|
address: 'https://archway.api.trivium.network:26657',
|
|
139
139
|
provider: 'TriviumX | Architech'
|
|
140
140
|
},
|
|
141
|
-
{
|
|
142
|
-
address: 'https://archway-rpc.tienthuattoan.ventures',
|
|
143
|
-
provider: 'TienThuatToan'
|
|
144
|
-
},
|
|
145
141
|
{
|
|
146
142
|
address: 'https://archway-rpc.stakeandrelax.net',
|
|
147
143
|
provider: 'Stake&Relax 🦥'
|
|
@@ -150,6 +146,10 @@ const info = {
|
|
|
150
146
|
address: 'https://rpc.archway.bronbro.io:443',
|
|
151
147
|
provider: 'Bro_n_Bro'
|
|
152
148
|
},
|
|
149
|
+
{
|
|
150
|
+
address: 'https://rpc-archway.luckyfriday.io/',
|
|
151
|
+
provider: 'GlobalStake'
|
|
152
|
+
},
|
|
153
153
|
{
|
|
154
154
|
address: 'https://archway-rpc.noders.services',
|
|
155
155
|
provider: '[NODERS]TEAM'
|
package/mainnet/aura/chain.js
CHANGED
|
@@ -66,10 +66,6 @@ const info = {
|
|
|
66
66
|
address: 'https://mainnet-aura-rpc.konsortech.xyz',
|
|
67
67
|
provider: 'KonsorTech'
|
|
68
68
|
},
|
|
69
|
-
{
|
|
70
|
-
address: 'https://aura-rpc.tienthuattoan.ventures',
|
|
71
|
-
provider: 'TienThuatToan'
|
|
72
|
-
},
|
|
73
69
|
{
|
|
74
70
|
address: 'https://aura-rpc.lavenderfive.com',
|
|
75
71
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -142,8 +142,8 @@ const info = {
|
|
|
142
142
|
provider: 'MMS'
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
|
-
address: 'https://cosmos-rpc.tienthuattoan.
|
|
146
|
-
provider: '
|
|
145
|
+
address: 'https://cosmos-rpc.tienthuattoan.com',
|
|
146
|
+
provider: 'TTT 🇻🇳'
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
149
|
address: 'https://community.nuxian-node.ch:6797/gaia/trpc',
|
|
@@ -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: 'firmachain',
|
|
7
|
+
client_id: '07-tendermint-1',
|
|
8
|
+
connection_id: 'connection-1'
|
|
9
|
+
},
|
|
10
|
+
chain_2: {
|
|
11
|
+
chain_name: 'osmosis',
|
|
12
|
+
client_id: '07-tendermint-3236',
|
|
13
|
+
connection_id: 'connection-2723'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain_1: {
|
|
17
|
+
channel_id: 'channel-1',
|
|
18
|
+
port_id: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain_2: {
|
|
21
|
+
channel_id: 'channel-79241',
|
|
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;
|
|
@@ -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;
|
package/mainnet/ibc.js
CHANGED
|
@@ -70,6 +70,7 @@ const _emoney = __importStar(require("./emoney"));
|
|
|
70
70
|
const _empowerchain = __importStar(require("./empowerchain"));
|
|
71
71
|
const _evmos = __importStar(require("./evmos"));
|
|
72
72
|
const _fetchhub = __importStar(require("./fetchhub"));
|
|
73
|
+
const _firmachain = __importStar(require("./firmachain"));
|
|
73
74
|
const _furya = __importStar(require("./furya"));
|
|
74
75
|
const _fxcore = __importStar(require("./fxcore"));
|
|
75
76
|
const _galaxy = __importStar(require("./galaxy"));
|
|
@@ -208,6 +209,7 @@ const ibc = [
|
|
|
208
209
|
..._empowerchain.ibc,
|
|
209
210
|
..._evmos.ibc,
|
|
210
211
|
..._fetchhub.ibc,
|
|
212
|
+
..._firmachain.ibc,
|
|
211
213
|
..._furya.ibc,
|
|
212
214
|
..._fxcore.ibc,
|
|
213
215
|
..._galaxy.ibc,
|
|
@@ -126,6 +126,29 @@ const info = {
|
|
|
126
126
|
}
|
|
127
127
|
}]
|
|
128
128
|
},
|
|
129
|
+
{
|
|
130
|
+
description: 'BackBone Labs Liquid Staked Injective',
|
|
131
|
+
denom_units: [{
|
|
132
|
+
denom: 'factory/inj1dxp690rd86xltejgfq2fa7f2nxtgmm5cer3hvu/bINJ',
|
|
133
|
+
exponent: 0
|
|
134
|
+
}, {
|
|
135
|
+
denom: 'bINJ',
|
|
136
|
+
exponent: 18
|
|
137
|
+
}],
|
|
138
|
+
base: 'factory/inj1dxp690rd86xltejgfq2fa7f2nxtgmm5cer3hvu/bINJ',
|
|
139
|
+
name: 'BackBone Labs Liquid Staked Injective',
|
|
140
|
+
display: 'bINJ',
|
|
141
|
+
symbol: 'bINJ',
|
|
142
|
+
logo_URIs: {
|
|
143
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/binj.png'
|
|
144
|
+
},
|
|
145
|
+
images: [{
|
|
146
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/binj.png',
|
|
147
|
+
theme: {
|
|
148
|
+
primary_color_hex: '#04a2fc'
|
|
149
|
+
}
|
|
150
|
+
}]
|
|
151
|
+
},
|
|
129
152
|
{
|
|
130
153
|
description: 'The first meme coin on Injective. It’s a dog, but he has nunchucks',
|
|
131
154
|
extended_description: '$NINJA is the premier meme coin on Injective. There is no formal roadmap and no promises made, but NINJAs are builders and masters of surprise. For all intents and purposes, the coin is completely useless, until it\'s not. And the dog, he has nunchucks.',
|
package/mainnet/meme/assets.js
CHANGED
|
@@ -28,6 +28,45 @@ const info = {
|
|
|
28
28
|
primary_color_hex: '#b7dcd8'
|
|
29
29
|
}
|
|
30
30
|
}]
|
|
31
|
+
}, {
|
|
32
|
+
description: 'The native EVM, governance and staking token of the Planq Network',
|
|
33
|
+
extended_description: 'Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.',
|
|
34
|
+
denom_units: [{
|
|
35
|
+
denom: 'ibc/FACC1CE598366EA01D86CF1CBE05F1A6C7511F673E91DEFF04342ED8DEFE3A60',
|
|
36
|
+
exponent: 0
|
|
37
|
+
}, {
|
|
38
|
+
denom: 'planq',
|
|
39
|
+
exponent: 18
|
|
40
|
+
}],
|
|
41
|
+
name: 'Planq',
|
|
42
|
+
display: 'planq',
|
|
43
|
+
symbol: 'PLQ',
|
|
44
|
+
type_asset: 'ics20',
|
|
45
|
+
base: 'ibc/FACC1CE598366EA01D86CF1CBE05F1A6C7511F673E91DEFF04342ED8DEFE3A60',
|
|
46
|
+
logo_URIs: {
|
|
47
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png',
|
|
48
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg'
|
|
49
|
+
},
|
|
50
|
+
traces: [{
|
|
51
|
+
type: 'ibc',
|
|
52
|
+
counterparty: {
|
|
53
|
+
chain_name: 'planq',
|
|
54
|
+
base_denom: 'aplanq',
|
|
55
|
+
channel_id: 'channel-64'
|
|
56
|
+
},
|
|
57
|
+
chain: {
|
|
58
|
+
channel_id: 'channel-11',
|
|
59
|
+
path: 'transfer/channel-11/aplanq'
|
|
60
|
+
}
|
|
61
|
+
}],
|
|
62
|
+
images: [{
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png',
|
|
64
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg',
|
|
65
|
+
image_sync: {
|
|
66
|
+
chain_name: 'planq',
|
|
67
|
+
base_denom: 'aplanq'
|
|
68
|
+
}
|
|
69
|
+
}]
|
|
31
70
|
}]
|
|
32
71
|
};
|
|
33
72
|
exports.default = info;
|
package/mainnet/neutaro/chain.js
CHANGED
|
@@ -38,22 +38,16 @@ const info = {
|
|
|
38
38
|
address: 'https://rpc2.neutaro.tech:443',
|
|
39
39
|
provider: 'Neutaro'
|
|
40
40
|
}, {
|
|
41
|
-
address: 'https://
|
|
42
|
-
provider: '
|
|
41
|
+
address: 'https://rpc3.neutaro.tech:26657',
|
|
42
|
+
provider: 'Neutaro'
|
|
43
43
|
}],
|
|
44
44
|
rest: [{
|
|
45
45
|
address: 'https://api2.neutaro.tech:443',
|
|
46
46
|
provider: 'Neutaro'
|
|
47
|
-
}, {
|
|
48
|
-
address: 'https://api-neutaro.blockval.io',
|
|
49
|
-
provider: 'Blockval'
|
|
50
47
|
}],
|
|
51
48
|
grpc: [{
|
|
52
49
|
address: 'https://grpc2.neutaro.tech:443',
|
|
53
50
|
provider: 'Neutaro'
|
|
54
|
-
}, {
|
|
55
|
-
address: 'https://grpc-neutaro.blockval.io',
|
|
56
|
-
provider: 'Blockval'
|
|
57
51
|
}]
|
|
58
52
|
},
|
|
59
53
|
explorers: [{
|
package/mainnet/osmosis/ibc.js
CHANGED
|
@@ -1356,6 +1356,36 @@ const info = [
|
|
|
1356
1356
|
}
|
|
1357
1357
|
}]
|
|
1358
1358
|
},
|
|
1359
|
+
{
|
|
1360
|
+
$schema: '../ibc_data.schema.json',
|
|
1361
|
+
chain_1: {
|
|
1362
|
+
chain_name: 'firmachain',
|
|
1363
|
+
client_id: '07-tendermint-1',
|
|
1364
|
+
connection_id: 'connection-1'
|
|
1365
|
+
},
|
|
1366
|
+
chain_2: {
|
|
1367
|
+
chain_name: 'osmosis',
|
|
1368
|
+
client_id: '07-tendermint-3236',
|
|
1369
|
+
connection_id: 'connection-2723'
|
|
1370
|
+
},
|
|
1371
|
+
channels: [{
|
|
1372
|
+
chain_1: {
|
|
1373
|
+
channel_id: 'channel-1',
|
|
1374
|
+
port_id: 'transfer'
|
|
1375
|
+
},
|
|
1376
|
+
chain_2: {
|
|
1377
|
+
channel_id: 'channel-79241',
|
|
1378
|
+
port_id: 'transfer'
|
|
1379
|
+
},
|
|
1380
|
+
ordering: 'unordered',
|
|
1381
|
+
version: 'ics20-1',
|
|
1382
|
+
tags: {
|
|
1383
|
+
status: 'live',
|
|
1384
|
+
preferred: true,
|
|
1385
|
+
dex: 'osmosis'
|
|
1386
|
+
}
|
|
1387
|
+
}]
|
|
1388
|
+
},
|
|
1359
1389
|
{
|
|
1360
1390
|
$schema: '../ibc_data.schema.json',
|
|
1361
1391
|
chain_1: {
|
package/mainnet/planq/assets.js
CHANGED
|
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const info = {
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chain_name: 'planq',
|
|
6
|
-
assets: [
|
|
6
|
+
assets: [
|
|
7
|
+
{
|
|
7
8
|
description: 'The native EVM, governance and staking token of the Planq Network',
|
|
8
9
|
extended_description: 'Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.',
|
|
9
10
|
denom_units: [{
|
|
@@ -33,7 +34,8 @@ const info = {
|
|
|
33
34
|
website: 'https://planq.network',
|
|
34
35
|
twitter: 'https://twitter.com/planqfoundation'
|
|
35
36
|
}
|
|
36
|
-
},
|
|
37
|
+
},
|
|
38
|
+
{
|
|
37
39
|
description: 'The token of Source Protocol bridged from BSC.',
|
|
38
40
|
denom_units: [{
|
|
39
41
|
denom: 'erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09',
|
|
@@ -71,6 +73,46 @@ const info = {
|
|
|
71
73
|
logo_URIs: {
|
|
72
74
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
|
|
73
75
|
}
|
|
74
|
-
}
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
description: 'MEME Token (MEME) is the native staking token of the MEME Chain',
|
|
79
|
+
denom_units: [{
|
|
80
|
+
denom: 'ibc/747FF58D3F211497581252CEBE11D7E785FC1E53AC5C29497A361E3830F1AF4A',
|
|
81
|
+
exponent: 0
|
|
82
|
+
}, {
|
|
83
|
+
denom: 'meme',
|
|
84
|
+
exponent: 6
|
|
85
|
+
}],
|
|
86
|
+
base: 'ibc/747FF58D3F211497581252CEBE11D7E785FC1E53AC5C29497A361E3830F1AF4A',
|
|
87
|
+
name: 'MEME',
|
|
88
|
+
display: 'meme',
|
|
89
|
+
symbol: 'MEME',
|
|
90
|
+
logo_URIs: {
|
|
91
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
|
|
92
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg'
|
|
93
|
+
},
|
|
94
|
+
type_asset: 'ics20',
|
|
95
|
+
traces: [{
|
|
96
|
+
type: 'ibc',
|
|
97
|
+
counterparty: {
|
|
98
|
+
chain_name: 'meme',
|
|
99
|
+
base_denom: 'umeme',
|
|
100
|
+
channel_id: 'channel-11'
|
|
101
|
+
},
|
|
102
|
+
chain: {
|
|
103
|
+
channel_id: 'channel-64',
|
|
104
|
+
path: 'transfer/channel-64/umeme'
|
|
105
|
+
}
|
|
106
|
+
}],
|
|
107
|
+
images: [{
|
|
108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
|
|
109
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg',
|
|
110
|
+
image_sync: {
|
|
111
|
+
chain_name: 'meme',
|
|
112
|
+
base_denom: 'umeme'
|
|
113
|
+
}
|
|
114
|
+
}]
|
|
115
|
+
}
|
|
116
|
+
]
|
|
75
117
|
};
|
|
76
118
|
exports.default = info;
|
package/mainnet/shentu/chain.js
CHANGED
|
@@ -53,10 +53,6 @@ const info = {
|
|
|
53
53
|
address: 'https://rpc-shentu-01.stakeflow.io',
|
|
54
54
|
provider: 'Stakeflow'
|
|
55
55
|
},
|
|
56
|
-
{
|
|
57
|
-
address: 'https://shentu-rpc.tienthuattoan.ventures',
|
|
58
|
-
provider: 'TienThuatToan'
|
|
59
|
-
},
|
|
60
56
|
{
|
|
61
57
|
address: 'https://shentu-rpc.publicnode.com:443',
|
|
62
58
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -27,7 +27,7 @@ const info = {
|
|
|
27
27
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
28
28
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
29
29
|
theme: {
|
|
30
|
-
primary_color_hex: '#
|
|
30
|
+
primary_color_hex: '#db2777'
|
|
31
31
|
}
|
|
32
32
|
}],
|
|
33
33
|
socials: {
|
|
@@ -285,7 +285,7 @@ const info = {
|
|
|
285
285
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
286
286
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
287
287
|
theme: {
|
|
288
|
-
primary_color_hex: '#
|
|
288
|
+
primary_color_hex: '#db2777'
|
|
289
289
|
}
|
|
290
290
|
}]
|
|
291
291
|
};
|
package/mainnet/umee/chain.js
CHANGED
|
@@ -62,8 +62,8 @@ const info = {
|
|
|
62
62
|
provider: 'QuantNode'
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
|
-
address: 'https://umee-rpc.tienthuattoan.
|
|
66
|
-
provider: '
|
|
65
|
+
address: 'https://umee-rpc.tienthuattoan.com',
|
|
66
|
+
provider: 'TTT 🇻🇳'
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
address: 'https://rpc-umee-01.stakeflow.io',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.63.
|
|
3
|
+
"version": "1.63.27",
|
|
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.23",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.23"
|
|
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": "12a4d3208647b42433ba59b80c78ec7472af41b2"
|
|
47
47
|
}
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const info = {
|
|
4
4
|
$schema: '../../chain.schema.json',
|
|
5
5
|
chain_name: 'blockxtestnet',
|
|
6
|
-
chain_id: '
|
|
6
|
+
chain_id: 'blockx_19077-1',
|
|
7
7
|
pretty_name: 'BlockX-Atlantis-Testnet',
|
|
8
8
|
website: 'https://www.blockxnet.com/',
|
|
9
9
|
status: 'live',
|