chain-registry 1.69.92 → 1.69.93
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/mantrachain/ibc.js +29 -0
- package/esm/mainnet/milkyway/assets.js +91 -31
- package/esm/mainnet/milkyway/chain.js +7 -0
- package/esm/mainnet/osmosis/assets.js +50 -5
- package/esm/mainnet/stargaze/assets.js +64 -0
- package/esm/mainnet/stargaze/ibc.js +29 -0
- package/esm/mainnet/terra2/assets.js +30 -0
- package/esm/noncosmos/dogecoin/assets.js +1 -0
- package/esm/noncosmos/internetcomputer/assets.js +46 -3
- package/esm/testnet/airchainstestnet/chain.js +8 -0
- package/esm/testnet/manifesttestnet/assets.js +45 -3
- package/esm/testnet/neutrontestnet/ibc.js +29 -1
- package/esm/testnet/nibirutestnet/assets.js +38 -0
- package/esm/testnet/nolustestnet/chain.js +7 -7
- package/esm/testnet/nolustestnet/ibc.js +8 -8
- package/esm/testnet/osmosistestnet/assets.js +40 -0
- package/esm/testnet/osmosistestnet/ibc.js +30 -0
- package/mainnet/mantrachain/ibc.js +29 -0
- package/mainnet/milkyway/assets.js +91 -31
- package/mainnet/milkyway/chain.js +7 -0
- package/mainnet/osmosis/assets.js +50 -5
- package/mainnet/stargaze/assets.js +64 -0
- package/mainnet/stargaze/ibc.js +29 -0
- package/mainnet/terra2/assets.js +30 -0
- package/noncosmos/dogecoin/assets.js +1 -0
- package/noncosmos/internetcomputer/assets.js +46 -3
- package/package.json +4 -4
- package/testnet/airchainstestnet/chain.js +8 -0
- package/testnet/manifesttestnet/assets.js +45 -3
- package/testnet/neutrontestnet/ibc.js +29 -1
- package/testnet/nibirutestnet/assets.js +38 -0
- package/testnet/nolustestnet/chain.js +7 -7
- package/testnet/nolustestnet/ibc.js +8 -8
- package/testnet/osmosistestnet/assets.js +40 -0
- package/testnet/osmosistestnet/ibc.js +30 -0
package/mainnet/stargaze/ibc.js
CHANGED
|
@@ -411,6 +411,35 @@ const info = [
|
|
|
411
411
|
}
|
|
412
412
|
}]
|
|
413
413
|
},
|
|
414
|
+
{
|
|
415
|
+
$schema: '../ibc_data.schema.json',
|
|
416
|
+
chain_1: {
|
|
417
|
+
chain_name: 'mantrachain',
|
|
418
|
+
client_id: '07-tendermint-4',
|
|
419
|
+
connection_id: 'connection-4'
|
|
420
|
+
},
|
|
421
|
+
chain_2: {
|
|
422
|
+
chain_name: 'stargaze',
|
|
423
|
+
client_id: '07-tendermint-372',
|
|
424
|
+
connection_id: 'connection-332'
|
|
425
|
+
},
|
|
426
|
+
channels: [{
|
|
427
|
+
chain_1: {
|
|
428
|
+
channel_id: 'channel-4',
|
|
429
|
+
port_id: 'transfer'
|
|
430
|
+
},
|
|
431
|
+
chain_2: {
|
|
432
|
+
channel_id: 'channel-406',
|
|
433
|
+
port_id: 'transfer'
|
|
434
|
+
},
|
|
435
|
+
ordering: 'unordered',
|
|
436
|
+
version: 'ics20-1',
|
|
437
|
+
tags: {
|
|
438
|
+
status: 'live',
|
|
439
|
+
preferred: true
|
|
440
|
+
}
|
|
441
|
+
}]
|
|
442
|
+
},
|
|
414
443
|
{
|
|
415
444
|
$schema: '../ibc_data.schema.json',
|
|
416
445
|
chain_1: {
|
package/mainnet/terra2/assets.js
CHANGED
|
@@ -1485,6 +1485,36 @@ const info = {
|
|
|
1485
1485
|
},
|
|
1486
1486
|
provider: 'ERIS Protocol'
|
|
1487
1487
|
}]
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
type_asset: 'sdk.coin',
|
|
1491
|
+
description: 'Eris Protocol ampWHALE/WHALE ampLP',
|
|
1492
|
+
denom_units: [{
|
|
1493
|
+
denom: 'factory/terra1zly98gvcec54m3caxlqexce7rus6rzgplz7eketsdz7nh750h2rqvu8uzx/21/single/amplp',
|
|
1494
|
+
exponent: 0
|
|
1495
|
+
}, {
|
|
1496
|
+
denom: 'amplp',
|
|
1497
|
+
exponent: 6
|
|
1498
|
+
}],
|
|
1499
|
+
base: 'factory/terra1zly98gvcec54m3caxlqexce7rus6rzgplz7eketsdz7nh750h2rqvu8uzx/21/single/amplp',
|
|
1500
|
+
name: 'Eris Protocol ampWHALE/WHALE ampLP',
|
|
1501
|
+
display: 'amplp',
|
|
1502
|
+
symbol: 'ampWHALE-ampLP'
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
type_asset: 'sdk.coin',
|
|
1506
|
+
description: 'Eris Protocol bWHALE/WHALE ampLP',
|
|
1507
|
+
denom_units: [{
|
|
1508
|
+
denom: 'factory/terra1zly98gvcec54m3caxlqexce7rus6rzgplz7eketsdz7nh750h2rqvu8uzx/30/single/amplp',
|
|
1509
|
+
exponent: 0
|
|
1510
|
+
}, {
|
|
1511
|
+
denom: 'amplp',
|
|
1512
|
+
exponent: 6
|
|
1513
|
+
}],
|
|
1514
|
+
base: 'factory/terra1zly98gvcec54m3caxlqexce7rus6rzgplz7eketsdz7nh750h2rqvu8uzx/30/single/amplp',
|
|
1515
|
+
name: 'Eris Protocol bWHALE/WHALE ampLP',
|
|
1516
|
+
display: 'amplp',
|
|
1517
|
+
symbol: 'bWHALE-ampLP'
|
|
1488
1518
|
}
|
|
1489
1519
|
]
|
|
1490
1520
|
};
|
|
@@ -20,6 +20,7 @@ const info = {
|
|
|
20
20
|
symbol: 'DOGE',
|
|
21
21
|
coingecko_id: 'dogecoin',
|
|
22
22
|
images: [{
|
|
23
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.svg',
|
|
23
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.png',
|
|
24
25
|
theme: {
|
|
25
26
|
primary_color_hex: '#bda148'
|
|
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const info = {
|
|
4
4
|
$schema: '../../assetlist.schema.json',
|
|
5
5
|
chain_name: 'internetcomputer',
|
|
6
|
-
assets: [
|
|
6
|
+
assets: [
|
|
7
|
+
{
|
|
7
8
|
description: 'The native token of Internet Computer',
|
|
8
9
|
extended_description: 'The Internet Computer blockchain incorporates a radical rethink of blockchain design, powered by innovations in cryptography. It provides the first “World Computer” blockchain that can be used to build almost any Web 2.0 online system or service, and web3 services, including web3 social media services, without any need for centralized traditional IT such as cloud computing services. It also enables smart contracts it hosts to directly create transactions on other blockchains, which in turn enables the full end-to-end decentralization of online services and web3 for the first time.',
|
|
9
10
|
denom_units: [{
|
|
@@ -32,7 +33,8 @@ const info = {
|
|
|
32
33
|
website: 'https://internetcomputer.org/',
|
|
33
34
|
twitter: 'https://x.com/dfinity'
|
|
34
35
|
}
|
|
35
|
-
},
|
|
36
|
+
},
|
|
37
|
+
{
|
|
36
38
|
description: 'A multi-chain bitcoin twin, trustlessly created by chain-key cryptography and Internet Computer smart contracts that directly hold raw bitcoin.',
|
|
37
39
|
extended_description: 'Chain-key Bitcoin (ckBTC) is an ICRC-2-compliant token that is backed 1:1 by BTC held 100% on the mainnet. ckBTC does not rely on a centralized bridge to facilitate the conversion between BTC and ckBTC, which makes it substantially more secure when compared to other traditional \'wrapped\' tokens.',
|
|
38
40
|
denom_units: [{
|
|
@@ -70,6 +72,47 @@ const info = {
|
|
|
70
72
|
website: 'https://internetcomputer.org/ckbtc',
|
|
71
73
|
twitter: 'https://x.com/dfinity'
|
|
72
74
|
}
|
|
73
|
-
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
description: 'A multi-chain dogecoin twin, trustlessly created by chain-key cryptography and Internet Computer smart contracts that directly hold raw dogecoin.',
|
|
78
|
+
extended_description: 'Chain-key Dogecoin (ckDOGE) is a bridge token that is backed 1:1 by DOGE held 100% on the ICP mainnet. ckDOGEdoes not rely on a centralized bridge to facilitate the conversion between DOGE and ckDOGE, which makes it substantially more secure when compared to other traditional \'wrapped\' tokens.',
|
|
79
|
+
denom_units: [{
|
|
80
|
+
denom: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/dogecoin-native-DOGE',
|
|
81
|
+
exponent: 0,
|
|
82
|
+
aliases: ['shibe']
|
|
83
|
+
}, {
|
|
84
|
+
denom: 'ckDOGE',
|
|
85
|
+
exponent: 8
|
|
86
|
+
}],
|
|
87
|
+
type_asset: 'unknown',
|
|
88
|
+
base: 'factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/dogecoin-native-DOGE',
|
|
89
|
+
name: 'Chain-key Dogecoin',
|
|
90
|
+
display: 'ckDOGE',
|
|
91
|
+
symbol: 'ckDOGE',
|
|
92
|
+
traces: [{
|
|
93
|
+
type: 'bridge',
|
|
94
|
+
counterparty: {
|
|
95
|
+
chain_name: 'dogecoin',
|
|
96
|
+
base_denom: 'shibe'
|
|
97
|
+
},
|
|
98
|
+
provider: 'Omnity Network'
|
|
99
|
+
}],
|
|
100
|
+
images: [{
|
|
101
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckDOGE.svg',
|
|
102
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/internetcomputer/images/ckDOGE.png'
|
|
103
|
+
}, {
|
|
104
|
+
image_sync: {
|
|
105
|
+
chain_name: 'dogecoin',
|
|
106
|
+
base_denom: 'shibe'
|
|
107
|
+
},
|
|
108
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.svg',
|
|
109
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.png'
|
|
110
|
+
}],
|
|
111
|
+
socials: {
|
|
112
|
+
website: 'https://internetcomputer.org',
|
|
113
|
+
twitter: 'https://x.com/dfinity'
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
]
|
|
74
117
|
};
|
|
75
118
|
exports.default = info;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.93",
|
|
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.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.49",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.49"
|
|
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": "45664382e77f2a0adbe95d161e823998ac1e8d41"
|
|
47
47
|
}
|
|
@@ -161,6 +161,10 @@ const info = {
|
|
|
161
161
|
{
|
|
162
162
|
address: 'https://rest1.airchains.t.cosmostaking.com/',
|
|
163
163
|
provider: 'Cosmostaking'
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
address: 'https://airchains-testnet-rest.cosmonautstakes.com/',
|
|
167
|
+
provider: 'Cosmonaut Stakes'
|
|
164
168
|
}
|
|
165
169
|
],
|
|
166
170
|
grpc: [
|
|
@@ -183,6 +187,10 @@ const info = {
|
|
|
183
187
|
{
|
|
184
188
|
address: 'http://grpc1.airchains.t.cosmostaking.com/',
|
|
185
189
|
provider: 'Cosmostaking'
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
address: 'airchains-testnet-grpc.cosmonautstakes.com:14190',
|
|
193
|
+
provider: 'Cosmonaut Stakes'
|
|
186
194
|
}
|
|
187
195
|
]
|
|
188
196
|
},
|
|
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const info = {
|
|
4
4
|
$schema: '../../assetlist.schema.json',
|
|
5
5
|
chain_name: 'manifesttestnet',
|
|
6
|
-
assets: [
|
|
6
|
+
assets: [
|
|
7
|
+
{
|
|
7
8
|
description: 'Manifest testnet native token',
|
|
8
9
|
denom_units: [{
|
|
9
10
|
denom: 'umfx',
|
|
@@ -25,7 +26,8 @@ const info = {
|
|
|
25
26
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg'
|
|
26
27
|
}],
|
|
27
28
|
type_asset: 'sdk.coin'
|
|
28
|
-
},
|
|
29
|
+
},
|
|
30
|
+
{
|
|
29
31
|
description: 'Proof of Authority token for the Manifest testnet',
|
|
30
32
|
denom_units: [{
|
|
31
33
|
denom: 'upoa',
|
|
@@ -47,6 +49,46 @@ const info = {
|
|
|
47
49
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg'
|
|
48
50
|
}],
|
|
49
51
|
type_asset: 'sdk.coin'
|
|
50
|
-
}
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
description: 'Osmosis token on Manifest Ledger Testnet',
|
|
55
|
+
denom_units: [{
|
|
56
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
57
|
+
exponent: 0
|
|
58
|
+
}, {
|
|
59
|
+
denom: 'osmo',
|
|
60
|
+
exponent: 6
|
|
61
|
+
}],
|
|
62
|
+
type_asset: 'ics20',
|
|
63
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
64
|
+
name: 'Osmosis',
|
|
65
|
+
display: 'osmo',
|
|
66
|
+
symbol: 'OSMO',
|
|
67
|
+
traces: [{
|
|
68
|
+
type: 'ibc',
|
|
69
|
+
counterparty: {
|
|
70
|
+
chain_name: 'osmosistestnet',
|
|
71
|
+
base_denom: 'uosmo',
|
|
72
|
+
channel_id: 'channel-10016'
|
|
73
|
+
},
|
|
74
|
+
chain: {
|
|
75
|
+
channel_id: 'channel-0',
|
|
76
|
+
path: 'transfer/channel-0/uosmo'
|
|
77
|
+
}
|
|
78
|
+
}],
|
|
79
|
+
images: [{
|
|
80
|
+
image_sync: {
|
|
81
|
+
chain_name: 'osmosistestnet',
|
|
82
|
+
base_denom: 'uosmo'
|
|
83
|
+
},
|
|
84
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
85
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png'
|
|
86
|
+
}],
|
|
87
|
+
logo_URIs: {
|
|
88
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
89
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
]
|
|
51
93
|
};
|
|
52
94
|
exports.default = info;
|
|
@@ -45,6 +45,34 @@ const info = [
|
|
|
45
45
|
}
|
|
46
46
|
}]
|
|
47
47
|
},
|
|
48
|
+
{
|
|
49
|
+
$schema: '../../ibc_data.schema.json',
|
|
50
|
+
chain_1: {
|
|
51
|
+
chain_name: 'neutrontestnet',
|
|
52
|
+
client_id: '07-tendermint-338',
|
|
53
|
+
connection_id: 'connection-237'
|
|
54
|
+
},
|
|
55
|
+
chain_2: {
|
|
56
|
+
chain_name: 'nolustestnet',
|
|
57
|
+
client_id: '07-tendermint-1',
|
|
58
|
+
connection_id: 'connection-1'
|
|
59
|
+
},
|
|
60
|
+
channels: [{
|
|
61
|
+
chain_1: {
|
|
62
|
+
channel_id: 'channel-1061',
|
|
63
|
+
port_id: 'transfer'
|
|
64
|
+
},
|
|
65
|
+
chain_2: {
|
|
66
|
+
channel_id: 'channel-1',
|
|
67
|
+
port_id: 'transfer'
|
|
68
|
+
},
|
|
69
|
+
ordering: 'unordered',
|
|
70
|
+
version: 'ics20-1',
|
|
71
|
+
tags: {
|
|
72
|
+
status: 'live'
|
|
73
|
+
}
|
|
74
|
+
}]
|
|
75
|
+
},
|
|
48
76
|
{
|
|
49
77
|
$schema: '../../ibc_data.schema.json',
|
|
50
78
|
chain_1: {
|
|
@@ -53,7 +81,7 @@ const info = [
|
|
|
53
81
|
connection_id: 'connection-130'
|
|
54
82
|
},
|
|
55
83
|
chain_2: {
|
|
56
|
-
chain_name: '
|
|
84
|
+
chain_name: 'nolustestnet1',
|
|
57
85
|
client_id: '07-tendermint-2',
|
|
58
86
|
connection_id: 'connection-1'
|
|
59
87
|
},
|
|
@@ -40,6 +40,44 @@ const info = {
|
|
|
40
40
|
}
|
|
41
41
|
}],
|
|
42
42
|
type_asset: 'sdk.coin'
|
|
43
|
+
}, {
|
|
44
|
+
description: 'Liquid Staked Nibiru (Eris)',
|
|
45
|
+
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.',
|
|
46
|
+
socials: {
|
|
47
|
+
website: 'https://nibiru.fi/docs/learn/liquid-stake/',
|
|
48
|
+
twitter: 'https://x.com/eris_protocol'
|
|
49
|
+
},
|
|
50
|
+
denom_units: [{
|
|
51
|
+
denom: 'tf/nibi1xsvylys33m0y3dpyz6he3xuv2rcdwtk843wg2xdvqhdty8wmr0wq9au5px/ampNIBIT',
|
|
52
|
+
exponent: 0
|
|
53
|
+
}, {
|
|
54
|
+
denom: 'stNIBI',
|
|
55
|
+
exponent: 6
|
|
56
|
+
}],
|
|
57
|
+
base: 'tf/nibi1xsvylys33m0y3dpyz6he3xuv2rcdwtk843wg2xdvqhdty8wmr0wq9au5px/ampNIBIT',
|
|
58
|
+
name: 'Liquid Staked Nibiru (Eris)',
|
|
59
|
+
display: 'stNIBI',
|
|
60
|
+
symbol: 'stNIBI',
|
|
61
|
+
logo_URIs: {
|
|
62
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/stnibi-logo-circle-500x500.png',
|
|
63
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/stnibi-logo-circle-500x500.svg'
|
|
64
|
+
},
|
|
65
|
+
images: [{
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/stnibi-logo-circle-500x500.png',
|
|
67
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/stnibi-logo-circle-500x500.svg',
|
|
68
|
+
theme: {
|
|
69
|
+
primary_color_hex: '#14c0ce'
|
|
70
|
+
}
|
|
71
|
+
}],
|
|
72
|
+
traces: [{
|
|
73
|
+
type: 'liquid-stake',
|
|
74
|
+
counterparty: {
|
|
75
|
+
chain_name: 'nibiru',
|
|
76
|
+
base_denom: 'unibi'
|
|
77
|
+
},
|
|
78
|
+
provider: 'Eris Protocol'
|
|
79
|
+
}],
|
|
80
|
+
type_asset: 'sdk.coin'
|
|
43
81
|
}]
|
|
44
82
|
};
|
|
45
83
|
exports.default = info;
|
|
@@ -8,7 +8,7 @@ const info = {
|
|
|
8
8
|
network_type: 'testnet',
|
|
9
9
|
pretty_name: 'Nolus Testnet',
|
|
10
10
|
chain_type: 'cosmos',
|
|
11
|
-
chain_id: 'rila-
|
|
11
|
+
chain_id: 'rila-3',
|
|
12
12
|
bech32_prefix: 'nolus',
|
|
13
13
|
daemon_name: 'nolusd',
|
|
14
14
|
node_home: '$HOME/.nolusd',
|
|
@@ -37,23 +37,23 @@ const info = {
|
|
|
37
37
|
},
|
|
38
38
|
apis: {
|
|
39
39
|
rpc: [{
|
|
40
|
-
address: 'https://rila-
|
|
40
|
+
address: 'https://rila-rpc.nolus.network',
|
|
41
41
|
provider: 'NolusProtocol'
|
|
42
42
|
}],
|
|
43
43
|
rest: [{
|
|
44
|
-
address: 'https://rila-
|
|
44
|
+
address: 'https://rila-lcd.nolus.network',
|
|
45
45
|
provider: 'NolusProtocol'
|
|
46
46
|
}],
|
|
47
47
|
grpc: [{
|
|
48
|
-
address: 'https://rila-
|
|
48
|
+
address: 'https://rila-grpc.nolus.network',
|
|
49
49
|
provider: 'NolusProtocol'
|
|
50
50
|
}]
|
|
51
51
|
},
|
|
52
52
|
explorers: [{
|
|
53
53
|
kind: 'Nolus Explorer',
|
|
54
|
-
url: 'https://
|
|
55
|
-
tx_page: 'https://
|
|
56
|
-
account_page: 'https://
|
|
54
|
+
url: 'https://testnet.ping.pub/nolus/',
|
|
55
|
+
tx_page: 'https://testnet.ping.pub/nolus/tx/${txHash}',
|
|
56
|
+
account_page: 'https://testnet.ping.pub/nolus/account/${accountAddress}'
|
|
57
57
|
}],
|
|
58
58
|
keywords: ['testnet'],
|
|
59
59
|
images: [{
|
|
@@ -4,21 +4,21 @@ const info = [{
|
|
|
4
4
|
$schema: '../../ibc_data.schema.json',
|
|
5
5
|
chain_1: {
|
|
6
6
|
chain_name: 'neutrontestnet',
|
|
7
|
-
client_id: '07-tendermint-
|
|
8
|
-
connection_id: 'connection-
|
|
7
|
+
client_id: '07-tendermint-338',
|
|
8
|
+
connection_id: 'connection-237'
|
|
9
9
|
},
|
|
10
10
|
chain_2: {
|
|
11
11
|
chain_name: 'nolustestnet',
|
|
12
|
-
client_id: '07-tendermint-
|
|
12
|
+
client_id: '07-tendermint-1',
|
|
13
13
|
connection_id: 'connection-1'
|
|
14
14
|
},
|
|
15
15
|
channels: [{
|
|
16
16
|
chain_1: {
|
|
17
|
-
channel_id: 'channel-
|
|
17
|
+
channel_id: 'channel-1061',
|
|
18
18
|
port_id: 'transfer'
|
|
19
19
|
},
|
|
20
20
|
chain_2: {
|
|
21
|
-
channel_id: 'channel-
|
|
21
|
+
channel_id: 'channel-1',
|
|
22
22
|
port_id: 'transfer'
|
|
23
23
|
},
|
|
24
24
|
ordering: 'unordered',
|
|
@@ -36,8 +36,8 @@ const info = [{
|
|
|
36
36
|
},
|
|
37
37
|
chain_2: {
|
|
38
38
|
chain_name: 'osmosistestnet',
|
|
39
|
-
client_id: '07-tendermint-
|
|
40
|
-
connection_id: 'connection-
|
|
39
|
+
client_id: '07-tendermint-3711',
|
|
40
|
+
connection_id: 'connection-3235'
|
|
41
41
|
},
|
|
42
42
|
channels: [{
|
|
43
43
|
chain_1: {
|
|
@@ -45,7 +45,7 @@ const info = [{
|
|
|
45
45
|
port_id: 'transfer'
|
|
46
46
|
},
|
|
47
47
|
chain_2: {
|
|
48
|
-
channel_id: 'channel-
|
|
48
|
+
channel_id: 'channel-8272',
|
|
49
49
|
port_id: 'transfer'
|
|
50
50
|
},
|
|
51
51
|
ordering: 'unordered',
|
|
@@ -801,6 +801,46 @@ const info = {
|
|
|
801
801
|
images: [{
|
|
802
802
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titantestnet/images/tkx.png'
|
|
803
803
|
}]
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
description: 'Manifest Testnet Token',
|
|
807
|
+
denom_units: [{
|
|
808
|
+
denom: 'ibc/8402769A51AEE1CDF35223998D284E937EBF03F4A2CE43EC10BB028BB5AD29C8',
|
|
809
|
+
exponent: 0,
|
|
810
|
+
aliases: ['umfx']
|
|
811
|
+
}, {
|
|
812
|
+
denom: 'mfx',
|
|
813
|
+
exponent: 6
|
|
814
|
+
}],
|
|
815
|
+
type_asset: 'ics20',
|
|
816
|
+
base: 'ibc/8402769A51AEE1CDF35223998D284E937EBF03F4A2CE43EC10BB028BB5AD29C8',
|
|
817
|
+
name: 'Manifest Testnet',
|
|
818
|
+
display: 'mfx',
|
|
819
|
+
symbol: 'MFX',
|
|
820
|
+
traces: [{
|
|
821
|
+
type: 'ibc',
|
|
822
|
+
counterparty: {
|
|
823
|
+
chain_name: 'manifesttestnet',
|
|
824
|
+
base_denom: 'umfx',
|
|
825
|
+
channel_id: 'channel-0'
|
|
826
|
+
},
|
|
827
|
+
chain: {
|
|
828
|
+
channel_id: 'channel-10016',
|
|
829
|
+
path: 'transfer/channel-10016/umfx'
|
|
830
|
+
}
|
|
831
|
+
}],
|
|
832
|
+
logo_URIs: {
|
|
833
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/mfx.png',
|
|
834
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/mfx.svg'
|
|
835
|
+
},
|
|
836
|
+
images: [{
|
|
837
|
+
image_sync: {
|
|
838
|
+
chain_name: 'manifesttestnet',
|
|
839
|
+
base_denom: 'umfx'
|
|
840
|
+
},
|
|
841
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/mfx.png',
|
|
842
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/mfx.svg'
|
|
843
|
+
}]
|
|
804
844
|
}
|
|
805
845
|
]
|
|
806
846
|
};
|
|
@@ -718,6 +718,36 @@ const info = [
|
|
|
718
718
|
client_id: '07-tendermint-0',
|
|
719
719
|
connection_id: 'connection-0'
|
|
720
720
|
},
|
|
721
|
+
chain_2: {
|
|
722
|
+
chain_name: 'osmosistestnet',
|
|
723
|
+
client_id: '07-tendermint-3711',
|
|
724
|
+
connection_id: 'connection-3235'
|
|
725
|
+
},
|
|
726
|
+
channels: [{
|
|
727
|
+
chain_1: {
|
|
728
|
+
channel_id: 'channel-0',
|
|
729
|
+
port_id: 'transfer'
|
|
730
|
+
},
|
|
731
|
+
chain_2: {
|
|
732
|
+
channel_id: 'channel-8272',
|
|
733
|
+
port_id: 'transfer'
|
|
734
|
+
},
|
|
735
|
+
ordering: 'unordered',
|
|
736
|
+
version: 'ics20-1',
|
|
737
|
+
tags: {
|
|
738
|
+
status: 'live',
|
|
739
|
+
preferred: true,
|
|
740
|
+
dex: 'osmosis'
|
|
741
|
+
}
|
|
742
|
+
}]
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
$schema: '../../ibc_data.schema.json',
|
|
746
|
+
chain_1: {
|
|
747
|
+
chain_name: 'nolustestnet1',
|
|
748
|
+
client_id: '07-tendermint-0',
|
|
749
|
+
connection_id: 'connection-0'
|
|
750
|
+
},
|
|
721
751
|
chain_2: {
|
|
722
752
|
chain_name: 'osmosistestnet',
|
|
723
753
|
client_id: '07-tendermint-102',
|