chain-registry 1.69.156 → 1.69.158
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/devnet/manifestdevnet/chain.js +4 -4
- package/esm/devnet/manifestdevnet/chain.js +4 -4
- package/esm/mainnet/composable/chain.js +14 -0
- package/esm/mainnet/manifest/chain.js +4 -4
- package/esm/mainnet/osmosis/chain.js +8 -17
- package/esm/mainnet/xion/chain.js +8 -8
- package/esm/noncosmos/assets.js +10 -0
- package/esm/noncosmos/bitcoincashtestnet/assets.js +42 -0
- package/esm/noncosmos/bitcoincashtestnet/index.js +2 -0
- package/esm/noncosmos/dogecointestnet/assets.js +42 -0
- package/esm/noncosmos/dogecointestnet/index.js +2 -0
- package/esm/noncosmos/litecointestnet/assets.js +42 -0
- package/esm/noncosmos/litecointestnet/index.js +2 -0
- package/esm/noncosmos/named.js +5 -0
- package/esm/noncosmos/solanatestnet/assets.js +47 -0
- package/esm/noncosmos/solanatestnet/index.js +2 -0
- package/esm/noncosmos/tontestnet/assets.js +43 -0
- package/esm/noncosmos/tontestnet/index.js +2 -0
- package/esm/testnet/assets.js +2 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/cosmosicsprovidertestnet/chain.js +6 -6
- package/esm/testnet/int3facetestnet/assets.js +237 -0
- package/esm/testnet/int3facetestnet/chain.js +118 -0
- package/esm/testnet/int3facetestnet/index.js +4 -0
- package/esm/testnet/manifesttestnet/chain.js +4 -4
- package/esm/testnet/named.js +1 -0
- package/esm/testnet/osmosistestnet/chain.js +0 -3
- package/esm/testnet/xiontestnet/chain.js +8 -8
- package/esm/testnet/xiontestnet2/assets.js +88 -2
- package/esm/testnet/xiontestnet2/chain.js +8 -8
- package/mainnet/composable/chain.js +14 -0
- package/mainnet/manifest/chain.js +4 -4
- package/mainnet/osmosis/chain.js +8 -17
- package/mainnet/xion/chain.js +8 -8
- package/noncosmos/assets.js +10 -0
- package/noncosmos/bitcoincashtestnet/assets.d.ts +3 -0
- package/noncosmos/bitcoincashtestnet/assets.js +44 -0
- package/noncosmos/bitcoincashtestnet/index.d.ts +1 -0
- package/noncosmos/bitcoincashtestnet/index.js +8 -0
- package/noncosmos/dogecointestnet/assets.d.ts +3 -0
- package/noncosmos/dogecointestnet/assets.js +44 -0
- package/noncosmos/dogecointestnet/index.d.ts +1 -0
- package/noncosmos/dogecointestnet/index.js +8 -0
- package/noncosmos/litecointestnet/assets.d.ts +3 -0
- package/noncosmos/litecointestnet/assets.js +44 -0
- package/noncosmos/litecointestnet/index.d.ts +1 -0
- package/noncosmos/litecointestnet/index.js +8 -0
- package/noncosmos/named.d.ts +5 -0
- package/noncosmos/named.js +7 -1
- package/noncosmos/solanatestnet/assets.d.ts +3 -0
- package/noncosmos/solanatestnet/assets.js +49 -0
- package/noncosmos/solanatestnet/index.d.ts +1 -0
- package/noncosmos/solanatestnet/index.js +8 -0
- package/noncosmos/tontestnet/assets.d.ts +3 -0
- package/noncosmos/tontestnet/assets.js +45 -0
- package/noncosmos/tontestnet/index.d.ts +1 -0
- package/noncosmos/tontestnet/index.js +8 -0
- package/package.json +4 -4
- package/testnet/assets.js +2 -0
- package/testnet/chains.js +2 -0
- package/testnet/cosmosicsprovidertestnet/chain.js +6 -6
- package/testnet/int3facetestnet/assets.d.ts +3 -0
- package/testnet/int3facetestnet/assets.js +239 -0
- package/testnet/int3facetestnet/chain.d.ts +3 -0
- package/testnet/int3facetestnet/chain.js +120 -0
- package/testnet/int3facetestnet/index.d.ts +2 -0
- package/testnet/int3facetestnet/index.js +10 -0
- package/testnet/manifesttestnet/chain.js +4 -4
- package/testnet/named.d.ts +1 -0
- package/testnet/named.js +4 -3
- package/testnet/osmosistestnet/chain.js +0 -3
- package/testnet/xiontestnet/chain.js +8 -8
- package/testnet/xiontestnet2/assets.js +88 -2
- package/testnet/xiontestnet2/chain.js +8 -8
|
@@ -29,13 +29,13 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
codebase: {
|
|
31
31
|
git_repo: 'https://github.com/liftedinit/manifest-ledger',
|
|
32
|
-
recommended_version: '
|
|
33
|
-
compatible_versions: ['
|
|
32
|
+
recommended_version: 'v1.0.3',
|
|
33
|
+
compatible_versions: ['v1.0.3'],
|
|
34
34
|
binaries: {
|
|
35
|
-
"linux/amd64": 'https://github.com/liftedinit/manifest-ledger/releases/download/
|
|
35
|
+
"linux/amd64": 'https://github.com/liftedinit/manifest-ledger/releases/download/v1.0.3/manifest-ledger-v1.0.3-linux-amd64.tar.gz'
|
|
36
36
|
},
|
|
37
37
|
genesis: {
|
|
38
|
-
genesis_url: 'https://
|
|
38
|
+
genesis_url: 'https://nodes.liftedinit.tech/manifest/qa/rpc/genesis?'
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
apis: {
|
|
@@ -27,13 +27,13 @@ const info = {
|
|
|
27
27
|
},
|
|
28
28
|
codebase: {
|
|
29
29
|
git_repo: 'https://github.com/liftedinit/manifest-ledger',
|
|
30
|
-
recommended_version: '
|
|
31
|
-
compatible_versions: ['
|
|
30
|
+
recommended_version: 'v1.0.3',
|
|
31
|
+
compatible_versions: ['v1.0.3'],
|
|
32
32
|
binaries: {
|
|
33
|
-
"linux/amd64": 'https://github.com/liftedinit/manifest-ledger/releases/download/
|
|
33
|
+
"linux/amd64": 'https://github.com/liftedinit/manifest-ledger/releases/download/v1.0.3/manifest-ledger-v1.0.3-linux-amd64.tar.gz'
|
|
34
34
|
},
|
|
35
35
|
genesis: {
|
|
36
|
-
genesis_url: 'https://
|
|
36
|
+
genesis_url: 'https://nodes.liftedinit.tech/manifest/qa/rpc/genesis?'
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
apis: {
|
|
@@ -105,6 +105,10 @@ const info = {
|
|
|
105
105
|
{
|
|
106
106
|
address: 'https://composable.rpc.m.stavr.tech:443',
|
|
107
107
|
provider: '🔥STAVR🔥'
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
address: 'https://composable_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
111
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
108
112
|
}
|
|
109
113
|
],
|
|
110
114
|
rest: [
|
|
@@ -151,6 +155,10 @@ const info = {
|
|
|
151
155
|
{
|
|
152
156
|
address: 'https://composable.api.m.stavr.tech',
|
|
153
157
|
provider: '🔥STAVR🔥'
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
address: 'https://composable_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
161
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
154
162
|
}
|
|
155
163
|
],
|
|
156
164
|
grpc: [
|
|
@@ -258,6 +266,12 @@ const info = {
|
|
|
258
266
|
kind: 'Moonbridge',
|
|
259
267
|
url: 'https://explorer.moonbridge.org/picasso',
|
|
260
268
|
tx_page: 'https://explorer.moonbridge.org/picasso/tx/${txHash}'
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
272
|
+
url: 'https://explorer.whenmoonwhenlambo.money/picasso',
|
|
273
|
+
tx_page: 'https://explorer.whenmoonwhenlambo.money/picasso/tx/${txHash}',
|
|
274
|
+
account_page: 'https://explorer.whenmoonwhenlambo.money/picasso/account/${accountAddress}'
|
|
261
275
|
}
|
|
262
276
|
],
|
|
263
277
|
images: [{
|
|
@@ -27,13 +27,13 @@ const info = {
|
|
|
27
27
|
},
|
|
28
28
|
codebase: {
|
|
29
29
|
git_repo: 'https://github.com/liftedinit/manifest-ledger',
|
|
30
|
-
recommended_version: 'v1.0.
|
|
31
|
-
compatible_versions: ['v1.0.
|
|
30
|
+
recommended_version: 'v1.0.3',
|
|
31
|
+
compatible_versions: ['v1.0.3'],
|
|
32
32
|
binaries: {
|
|
33
|
-
"linux/amd64": 'https://github.com/liftedinit/manifest-ledger/releases/download/v1.0.
|
|
33
|
+
"linux/amd64": 'https://github.com/liftedinit/manifest-ledger/releases/download/v1.0.3/manifest-ledger-v1.0.3-linux-amd64.tar.gz'
|
|
34
34
|
},
|
|
35
35
|
genesis: {
|
|
36
|
-
genesis_url: 'https://
|
|
36
|
+
genesis_url: 'https://nodes.liftedinit.app/manifest/rpc/genesis?'
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
apis: {
|
|
@@ -523,13 +523,8 @@ const info = {
|
|
|
523
523
|
name: 'v3',
|
|
524
524
|
genesis_url: 'https://github.com/osmosis-labs/networks/raw/main/osmosis-1/genesis.json'
|
|
525
525
|
},
|
|
526
|
-
recommended_version: '
|
|
527
|
-
compatible_versions: [
|
|
528
|
-
'28.0.1',
|
|
529
|
-
'28.0.2',
|
|
530
|
-
'28.0.3',
|
|
531
|
-
'28.0.4'
|
|
532
|
-
],
|
|
526
|
+
recommended_version: '29.0.0',
|
|
527
|
+
compatible_versions: ['29.0.0-rc1'],
|
|
533
528
|
consensus: {
|
|
534
529
|
type: 'cometbft',
|
|
535
530
|
version: '0.38.17',
|
|
@@ -537,9 +532,9 @@ const info = {
|
|
|
537
532
|
tag: 'v0.38.17-v28-osmo-1'
|
|
538
533
|
},
|
|
539
534
|
cosmwasm: {
|
|
540
|
-
version: '0.53.
|
|
535
|
+
version: '0.53.2',
|
|
541
536
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
542
|
-
tag: 'v0.53.
|
|
537
|
+
tag: 'v0.53.2',
|
|
543
538
|
enabled: true
|
|
544
539
|
},
|
|
545
540
|
sdk: {
|
|
@@ -550,9 +545,9 @@ const info = {
|
|
|
550
545
|
},
|
|
551
546
|
ibc: {
|
|
552
547
|
type: 'go',
|
|
553
|
-
version: '
|
|
548
|
+
version: 'v8.7.0',
|
|
554
549
|
repo: 'https://github.com/cosmos/ibc-go',
|
|
555
|
-
tag: '
|
|
550
|
+
tag: '8.7.0',
|
|
556
551
|
ics_enabled: ['ics20-1']
|
|
557
552
|
},
|
|
558
553
|
language: {
|
|
@@ -560,8 +555,8 @@ const info = {
|
|
|
560
555
|
version: '1.22.11'
|
|
561
556
|
},
|
|
562
557
|
binaries: {
|
|
563
|
-
"linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/
|
|
564
|
-
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/
|
|
558
|
+
"linux/amd64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0-rc1/osmosisd-29.0.0-rc1-linux-amd64',
|
|
559
|
+
"linux/arm64": 'https://github.com/osmosis-labs/osmosis/releases/download/v29.0.0-rc1/osmosisd-29.0.0-rc1-linux-arm64'
|
|
565
560
|
}
|
|
566
561
|
},
|
|
567
562
|
images: [{
|
|
@@ -905,10 +900,6 @@ const info = {
|
|
|
905
900
|
{
|
|
906
901
|
address: 'osmosis.grpc.quasarstaking.ai:443',
|
|
907
902
|
provider: 'Quasar'
|
|
908
|
-
},
|
|
909
|
-
{
|
|
910
|
-
address: 'osmosis-mainnet-grpc.reliableninjas.com:443',
|
|
911
|
-
provider: 'Reliable Ninjas'
|
|
912
903
|
}
|
|
913
904
|
]
|
|
914
905
|
},
|
|
@@ -36,21 +36,21 @@ const info = {
|
|
|
36
36
|
},
|
|
37
37
|
codebase: {
|
|
38
38
|
git_repo: 'https://github.com/burnt-labs/xion',
|
|
39
|
-
tag: 'v17.
|
|
40
|
-
recommended_version: 'v17.
|
|
39
|
+
tag: 'v17.1.0',
|
|
40
|
+
recommended_version: 'v17.1.0',
|
|
41
41
|
language: {
|
|
42
42
|
type: 'go',
|
|
43
43
|
version: 'v1.23'
|
|
44
44
|
},
|
|
45
45
|
binaries: {
|
|
46
|
-
"darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v17.
|
|
47
|
-
"darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v17.
|
|
48
|
-
"linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v17.
|
|
49
|
-
"linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v17.
|
|
46
|
+
"darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_amd64.zip?checksum=sha256:4ea876e3d083314d208fa6f42086bef257898638ed1e0a1f5247f407e3bce517',
|
|
47
|
+
"darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_darwin_arm64.zip?checksum=sha256:aa73852b76389abf5dd2667a6bc8a187429a79dc2eb5d350b2fea4ebe2faf608',
|
|
48
|
+
"linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_amd64.zip?checksum=sha256:80a3d3c434b9f6948c63d866635ed20f1ffdc47c297c55b70b73c23950bfe230',
|
|
49
|
+
"linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v17.1.0/xiond_17.1.0_linux_arm64.zip?checksum=sha256:71f5860ad34cdd07bc00257438ee494cda6c7eb9a3ce7024b99afa8e6c2a8a17'
|
|
50
50
|
},
|
|
51
51
|
sdk: {
|
|
52
52
|
type: 'cosmos',
|
|
53
|
-
version: 'v0.50.
|
|
53
|
+
version: 'v0.50.13'
|
|
54
54
|
},
|
|
55
55
|
consensus: {
|
|
56
56
|
type: 'cometbft',
|
|
@@ -62,7 +62,7 @@ const info = {
|
|
|
62
62
|
},
|
|
63
63
|
ibc: {
|
|
64
64
|
type: 'go',
|
|
65
|
-
version: 'v8.
|
|
65
|
+
version: 'v8.7.0'
|
|
66
66
|
},
|
|
67
67
|
genesis: {
|
|
68
68
|
genesis_url: 'https://raw.githubusercontent.com/burnt-labs/burnt-networks/refs/heads/main/mainnet/xion-mainnet-1/genesis.json'
|
package/esm/noncosmos/assets.js
CHANGED
|
@@ -37,12 +37,17 @@ import * as _movement from './movement';
|
|
|
37
37
|
import * as _namada from './namada';
|
|
38
38
|
import * as _avalanchetestnet from './avalanchetestnet';
|
|
39
39
|
import * as _binancesmartchaintestnet from './binancesmartchaintestnet';
|
|
40
|
+
import * as _bitcoincashtestnet from './bitcoincashtestnet';
|
|
40
41
|
import * as _bitcointestnet from './bitcointestnet';
|
|
42
|
+
import * as _dogecointestnet from './dogecointestnet';
|
|
41
43
|
import * as _ethereumtestnet from './ethereumtestnet';
|
|
42
44
|
import * as _fantomtestnet from './fantomtestnet';
|
|
45
|
+
import * as _litecointestnet from './litecointestnet';
|
|
43
46
|
import * as _moonbeamtestnet from './moonbeamtestnet';
|
|
44
47
|
import * as _polkadottestnet from './polkadottestnet';
|
|
45
48
|
import * as _polygontestnet from './polygontestnet';
|
|
49
|
+
import * as _solanatestnet from './solanatestnet';
|
|
50
|
+
import * as _tontestnet from './tontestnet';
|
|
46
51
|
import * as _ojotestnet from './ojotestnet';
|
|
47
52
|
const assets = [
|
|
48
53
|
_picasso.assets,
|
|
@@ -84,12 +89,17 @@ const assets = [
|
|
|
84
89
|
_namada.assets,
|
|
85
90
|
_avalanchetestnet.assets,
|
|
86
91
|
_binancesmartchaintestnet.assets,
|
|
92
|
+
_bitcoincashtestnet.assets,
|
|
87
93
|
_bitcointestnet.assets,
|
|
94
|
+
_dogecointestnet.assets,
|
|
88
95
|
_ethereumtestnet.assets,
|
|
89
96
|
_fantomtestnet.assets,
|
|
97
|
+
_litecointestnet.assets,
|
|
90
98
|
_moonbeamtestnet.assets,
|
|
91
99
|
_polkadottestnet.assets,
|
|
92
100
|
_polygontestnet.assets,
|
|
101
|
+
_solanatestnet.assets,
|
|
102
|
+
_tontestnet.assets,
|
|
93
103
|
_ojotestnet.assets
|
|
94
104
|
];
|
|
95
105
|
export default assets;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../../assetlist.schema.json',
|
|
3
|
+
chain_name: 'bitcoincashtestnet',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'The testnet version of Bitcoin Cash.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'sat',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'bch',
|
|
11
|
+
exponent: 8
|
|
12
|
+
}],
|
|
13
|
+
type_asset: 'bitcoin-like',
|
|
14
|
+
base: 'sat',
|
|
15
|
+
name: 'Bitcoin Cash',
|
|
16
|
+
display: 'bch',
|
|
17
|
+
symbol: 'BCH',
|
|
18
|
+
traces: [{
|
|
19
|
+
type: 'test-mintage',
|
|
20
|
+
counterparty: {
|
|
21
|
+
chain_name: 'bitcoincash',
|
|
22
|
+
base_denom: 'sat'
|
|
23
|
+
},
|
|
24
|
+
provider: 'Bitcoin Cash'
|
|
25
|
+
}],
|
|
26
|
+
images: [{
|
|
27
|
+
image_sync: {
|
|
28
|
+
chain_name: 'bitcoincash',
|
|
29
|
+
base_denom: 'sat'
|
|
30
|
+
},
|
|
31
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoincash/images/bch.svg',
|
|
32
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/bitcoincash/images/bch.png',
|
|
33
|
+
theme: {
|
|
34
|
+
primary_color_hex: '#f4941c',
|
|
35
|
+
background_color_hex: '#f4941c',
|
|
36
|
+
circle: true
|
|
37
|
+
}
|
|
38
|
+
}],
|
|
39
|
+
coingecko_id: 'bitcoin-cash'
|
|
40
|
+
}]
|
|
41
|
+
};
|
|
42
|
+
export default info;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../../assetlist.schema.json',
|
|
3
|
+
chain_name: 'dogecointestnet',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'The testnet version of Dogecoin.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'shibe',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'doge',
|
|
11
|
+
exponent: 8
|
|
12
|
+
}],
|
|
13
|
+
type_asset: 'bitcoin-like',
|
|
14
|
+
base: 'shibe',
|
|
15
|
+
name: 'Dogecoin',
|
|
16
|
+
display: 'doge',
|
|
17
|
+
symbol: 'DOGE',
|
|
18
|
+
traces: [{
|
|
19
|
+
type: 'test-mintage',
|
|
20
|
+
counterparty: {
|
|
21
|
+
chain_name: 'dogecoin',
|
|
22
|
+
base_denom: 'shibe'
|
|
23
|
+
},
|
|
24
|
+
provider: 'Dogecoin'
|
|
25
|
+
}],
|
|
26
|
+
images: [{
|
|
27
|
+
image_sync: {
|
|
28
|
+
chain_name: 'dogecoin',
|
|
29
|
+
base_denom: 'shibe'
|
|
30
|
+
},
|
|
31
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.svg',
|
|
32
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/dogecoin/images/doge.png',
|
|
33
|
+
theme: {
|
|
34
|
+
primary_color_hex: '#f4941c',
|
|
35
|
+
background_color_hex: '#f4941c',
|
|
36
|
+
circle: true
|
|
37
|
+
}
|
|
38
|
+
}],
|
|
39
|
+
coingecko_id: 'dogecoin'
|
|
40
|
+
}]
|
|
41
|
+
};
|
|
42
|
+
export default info;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../../assetlist.schema.json',
|
|
3
|
+
chain_name: 'litecointestnet',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'The testnet version of Litecoin.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'litoshi',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'ltc',
|
|
11
|
+
exponent: 8
|
|
12
|
+
}],
|
|
13
|
+
type_asset: 'bitcoin-like',
|
|
14
|
+
base: 'litoshi',
|
|
15
|
+
name: 'Litecoin',
|
|
16
|
+
display: 'ltc',
|
|
17
|
+
symbol: 'LTC',
|
|
18
|
+
traces: [{
|
|
19
|
+
type: 'test-mintage',
|
|
20
|
+
counterparty: {
|
|
21
|
+
chain_name: 'litecoin',
|
|
22
|
+
base_denom: 'litoshi'
|
|
23
|
+
},
|
|
24
|
+
provider: 'Litecoin'
|
|
25
|
+
}],
|
|
26
|
+
images: [{
|
|
27
|
+
image_sync: {
|
|
28
|
+
chain_name: 'litecoin',
|
|
29
|
+
base_denom: 'litoshi'
|
|
30
|
+
},
|
|
31
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/litecoin/images/ltc.svg',
|
|
32
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/litecoin/images/ltc.png',
|
|
33
|
+
theme: {
|
|
34
|
+
primary_color_hex: '#f4941c',
|
|
35
|
+
background_color_hex: '#f4941c',
|
|
36
|
+
circle: true
|
|
37
|
+
}
|
|
38
|
+
}],
|
|
39
|
+
coingecko_id: 'litecoin'
|
|
40
|
+
}]
|
|
41
|
+
};
|
|
42
|
+
export default info;
|
package/esm/noncosmos/named.js
CHANGED
|
@@ -38,10 +38,15 @@ export * as namada from './namada';
|
|
|
38
38
|
export * as cosmoshubicstestnet from './cosmoshubicstestnet';
|
|
39
39
|
export * as avalanchetestnet from './avalanchetestnet';
|
|
40
40
|
export * as binancesmartchaintestnet from './binancesmartchaintestnet';
|
|
41
|
+
export * as bitcoincashtestnet from './bitcoincashtestnet';
|
|
41
42
|
export * as bitcointestnet from './bitcointestnet';
|
|
43
|
+
export * as dogecointestnet from './dogecointestnet';
|
|
42
44
|
export * as ethereumtestnet from './ethereumtestnet';
|
|
43
45
|
export * as fantomtestnet from './fantomtestnet';
|
|
46
|
+
export * as litecointestnet from './litecointestnet';
|
|
44
47
|
export * as moonbeamtestnet from './moonbeamtestnet';
|
|
45
48
|
export * as polkadottestnet from './polkadottestnet';
|
|
46
49
|
export * as polygontestnet from './polygontestnet';
|
|
50
|
+
export * as solanatestnet from './solanatestnet';
|
|
51
|
+
export * as tontestnet from './tontestnet';
|
|
47
52
|
export * as ojotestnet from './ojotestnet';
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../../assetlist.schema.json',
|
|
3
|
+
chain_name: 'solanatestnet',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'The testnet version of Solana.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'Lamport',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'SOL',
|
|
11
|
+
exponent: 9
|
|
12
|
+
}],
|
|
13
|
+
type_asset: 'svm-base',
|
|
14
|
+
base: 'Lamport',
|
|
15
|
+
name: 'Solana',
|
|
16
|
+
display: 'SOL',
|
|
17
|
+
symbol: 'SOL',
|
|
18
|
+
traces: [{
|
|
19
|
+
type: 'test-mintage',
|
|
20
|
+
counterparty: {
|
|
21
|
+
chain_name: 'solana',
|
|
22
|
+
base_denom: 'Lamport'
|
|
23
|
+
},
|
|
24
|
+
provider: 'Solana'
|
|
25
|
+
}],
|
|
26
|
+
logo_URIs: {
|
|
27
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
28
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg'
|
|
29
|
+
},
|
|
30
|
+
coingecko_id: 'solana',
|
|
31
|
+
images: [{
|
|
32
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg',
|
|
33
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png',
|
|
34
|
+
theme: {
|
|
35
|
+
circle: true,
|
|
36
|
+
background_color_hex: '#000000'
|
|
37
|
+
}
|
|
38
|
+
}, {
|
|
39
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg',
|
|
40
|
+
theme: {
|
|
41
|
+
circle: false,
|
|
42
|
+
background_color_hex: '#00000000'
|
|
43
|
+
}
|
|
44
|
+
}]
|
|
45
|
+
}]
|
|
46
|
+
};
|
|
47
|
+
export default info;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../../assetlist.schema.json',
|
|
3
|
+
chain_name: 'tontestnet',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'The testnet version of Toncoin.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'nanoton',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['nanoTon']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'ton',
|
|
12
|
+
exponent: 9
|
|
13
|
+
}],
|
|
14
|
+
type_asset: 'unknown',
|
|
15
|
+
base: 'nanoton',
|
|
16
|
+
name: 'Toncoin',
|
|
17
|
+
display: 'ton',
|
|
18
|
+
symbol: 'TON',
|
|
19
|
+
traces: [{
|
|
20
|
+
type: 'test-mintage',
|
|
21
|
+
counterparty: {
|
|
22
|
+
chain_name: 'ton',
|
|
23
|
+
base_denom: 'nanoton'
|
|
24
|
+
},
|
|
25
|
+
provider: 'Toncoin'
|
|
26
|
+
}],
|
|
27
|
+
coingecko_id: 'the-open-network',
|
|
28
|
+
images: [{
|
|
29
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.svg',
|
|
30
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.png',
|
|
31
|
+
theme: {
|
|
32
|
+
circle: true,
|
|
33
|
+
primary_color_hex: '#0088CC',
|
|
34
|
+
background_color_hex: '#0088CC'
|
|
35
|
+
}
|
|
36
|
+
}],
|
|
37
|
+
socials: {
|
|
38
|
+
website: 'https://ton.tg/',
|
|
39
|
+
twitter: 'https://x.com/ton_blockchain'
|
|
40
|
+
}
|
|
41
|
+
}]
|
|
42
|
+
};
|
|
43
|
+
export default info;
|
package/esm/testnet/assets.js
CHANGED
|
@@ -47,6 +47,7 @@ import * as _hypersigntestnet from './hypersigntestnet';
|
|
|
47
47
|
import * as _impacthubtestnet from './impacthubtestnet';
|
|
48
48
|
import * as _imversedtestnet from './imversedtestnet';
|
|
49
49
|
import * as _injectivetestnet from './injectivetestnet';
|
|
50
|
+
import * as _int3facetestnet from './int3facetestnet';
|
|
50
51
|
import * as _iopntestnet from './iopntestnet';
|
|
51
52
|
import * as _jackaltestnet from './jackaltestnet';
|
|
52
53
|
import * as _jackaltestnet2 from './jackaltestnet2';
|
|
@@ -175,6 +176,7 @@ const assets = [
|
|
|
175
176
|
_impacthubtestnet.assets,
|
|
176
177
|
_imversedtestnet.assets,
|
|
177
178
|
_injectivetestnet.assets,
|
|
179
|
+
_int3facetestnet.assets,
|
|
178
180
|
_iopntestnet.assets,
|
|
179
181
|
_jackaltestnet.assets,
|
|
180
182
|
_jackaltestnet2.assets,
|
package/esm/testnet/chains.js
CHANGED
|
@@ -47,6 +47,7 @@ import * as _hypersigntestnet from './hypersigntestnet';
|
|
|
47
47
|
import * as _impacthubtestnet from './impacthubtestnet';
|
|
48
48
|
import * as _imversedtestnet from './imversedtestnet';
|
|
49
49
|
import * as _injectivetestnet from './injectivetestnet';
|
|
50
|
+
import * as _int3facetestnet from './int3facetestnet';
|
|
50
51
|
import * as _iopntestnet from './iopntestnet';
|
|
51
52
|
import * as _jackaltestnet from './jackaltestnet';
|
|
52
53
|
import * as _jackaltestnet2 from './jackaltestnet2';
|
|
@@ -175,6 +176,7 @@ const chains = [
|
|
|
175
176
|
_impacthubtestnet.chain,
|
|
176
177
|
_imversedtestnet.chain,
|
|
177
178
|
_injectivetestnet.chain,
|
|
179
|
+
_int3facetestnet.chain,
|
|
178
180
|
_iopntestnet.chain,
|
|
179
181
|
_jackaltestnet.chain,
|
|
180
182
|
_jackaltestnet2.chain,
|
|
@@ -27,16 +27,16 @@ const info = {
|
|
|
27
27
|
},
|
|
28
28
|
codebase: {
|
|
29
29
|
git_repo: 'https://github.com/cosmos/gaia',
|
|
30
|
-
recommended_version: '
|
|
31
|
-
compatible_versions: ['
|
|
30
|
+
recommended_version: 'v23.0.0',
|
|
31
|
+
compatible_versions: ['v23.0.0'],
|
|
32
32
|
consensus: {
|
|
33
33
|
type: 'cometbft',
|
|
34
34
|
version: 'v0.38.17'
|
|
35
35
|
},
|
|
36
36
|
binaries: {
|
|
37
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/
|
|
38
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/
|
|
39
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/
|
|
37
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v23.0.0/gaiad-v23.0.0-linux-amd64',
|
|
38
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v23.0.0/gaiad-v23.0.0-darwin-amd64',
|
|
39
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v23.0.0/gaiad-v23.0.0-darwin-arm64'
|
|
40
40
|
},
|
|
41
41
|
genesis: {
|
|
42
42
|
genesis_url: 'https://raw.githubusercontent.com/cosmos/testnets/master/interchain-security/provider/provider-genesis.json'
|
|
@@ -48,7 +48,7 @@ const info = {
|
|
|
48
48
|
},
|
|
49
49
|
ibc: {
|
|
50
50
|
type: 'go',
|
|
51
|
-
version: '
|
|
51
|
+
version: 'v10.1.0'
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
apis: {
|