chain-registry 1.69.218 → 1.69.220
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/aaronetwork/chain.js +28 -11
- package/esm/mainnet/akash/chain.js +0 -24
- package/esm/mainnet/arkeo/ibc.js +31 -0
- package/esm/mainnet/arkeo/index.js +2 -0
- package/esm/mainnet/atomone/chain.js +6 -6
- package/esm/mainnet/babylon/assets.js +97 -4
- package/esm/mainnet/babylon/chain.js +36 -3
- package/esm/mainnet/bitcanna/chain.js +0 -26
- package/esm/mainnet/coreum/chain.js +6 -6
- package/esm/mainnet/cosmoshub/ibc.js +15 -0
- package/esm/mainnet/decentr/chain.js +0 -8
- package/esm/mainnet/desmos/chain.js +0 -8
- package/esm/mainnet/dhealth/chain.js +12 -42
- package/esm/mainnet/ethereum/assets.js +78 -0
- package/esm/mainnet/furya/chain.js +4 -22
- package/esm/mainnet/gitopia/chain.js +0 -8
- package/esm/mainnet/gravitybridge/chain.js +0 -8
- package/esm/mainnet/ibc.js +2 -0
- package/esm/mainnet/juno/chain.js +5 -1
- package/esm/mainnet/kopi/chain.js +12 -0
- package/esm/mainnet/kopi/ibc.js +58 -0
- package/esm/mainnet/kyve/chain.js +10 -10
- package/esm/mainnet/lumnetwork/chain.js +0 -8
- package/esm/mainnet/noble/ibc.js +29 -0
- package/esm/mainnet/osmosis/assets.js +22 -0
- package/esm/mainnet/osmosis/ibc.js +30 -0
- package/esm/mainnet/planq/ibc.js +29 -0
- package/esm/mainnet/provenance/chain.js +6 -6
- package/esm/mainnet/quasar/chain.js +0 -8
- package/esm/mainnet/secretnetwork/ibc.js +15 -0
- package/esm/mainnet/seda/chain.js +6 -6
- package/esm/mainnet/shentu/chain.js +6 -6
- package/esm/mainnet/sidechain/chain.js +1 -1
- package/esm/mainnet/stargaze/assets.js +42 -0
- package/esm/mainnet/stride/chain.js +12 -0
- package/esm/mainnet/stride/ibc.js +29 -0
- package/esm/mainnet/synternet/chain.js +6 -6
- package/esm/mainnet/terra/ibc.js +29 -0
- package/esm/testnet/agoricdevnet/assets.js +63 -0
- package/esm/testnet/agoricdevnet/chain.js +84 -0
- package/esm/testnet/agoricdevnet/index.js +4 -0
- package/esm/testnet/assets.js +2 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/junotestnet/chain.js +26 -6
- package/esm/testnet/named.js +1 -0
- package/esm/testnet/neutrontestnet/ibc.js +28 -0
- package/esm/testnet/nobletestnet/ibc.js +28 -0
- package/esm/testnet/sedatestnet/chain.js +9 -9
- package/esm/testnet/xplatestnet/chain.js +1 -1
- package/esm/testnet/zenrocktestnet/chain.js +1 -1
- package/esm/testnet/zigchaintestnet/chain.js +1 -1
- package/mainnet/aaronetwork/chain.js +28 -11
- package/mainnet/akash/chain.js +0 -24
- package/mainnet/arkeo/ibc.d.ts +3 -0
- package/mainnet/arkeo/ibc.js +33 -0
- package/mainnet/arkeo/index.d.ts +1 -0
- package/mainnet/arkeo/index.js +3 -1
- package/mainnet/atomone/chain.js +6 -6
- package/mainnet/babylon/assets.js +97 -4
- package/mainnet/babylon/chain.js +36 -3
- package/mainnet/bitcanna/chain.js +0 -26
- package/mainnet/coreum/chain.js +6 -6
- package/mainnet/cosmoshub/ibc.js +15 -0
- package/mainnet/decentr/chain.js +0 -8
- package/mainnet/desmos/chain.js +0 -8
- package/mainnet/dhealth/chain.js +12 -42
- package/mainnet/ethereum/assets.js +78 -0
- package/mainnet/furya/chain.js +4 -22
- package/mainnet/gitopia/chain.js +0 -8
- package/mainnet/gravitybridge/chain.js +0 -8
- package/mainnet/ibc.js +2 -0
- package/mainnet/juno/chain.js +5 -1
- package/mainnet/kopi/chain.js +12 -0
- package/mainnet/kopi/ibc.js +58 -0
- package/mainnet/kyve/chain.js +10 -10
- package/mainnet/lumnetwork/chain.js +0 -8
- package/mainnet/noble/ibc.js +29 -0
- package/mainnet/osmosis/assets.js +22 -0
- package/mainnet/osmosis/ibc.js +30 -0
- package/mainnet/planq/ibc.js +29 -0
- package/mainnet/provenance/chain.js +6 -6
- package/mainnet/quasar/chain.js +0 -8
- package/mainnet/secretnetwork/ibc.js +15 -0
- package/mainnet/seda/chain.js +6 -6
- package/mainnet/shentu/chain.js +6 -6
- package/mainnet/sidechain/chain.js +1 -1
- package/mainnet/stargaze/assets.js +42 -0
- package/mainnet/stride/chain.js +12 -0
- package/mainnet/stride/ibc.js +29 -0
- package/mainnet/synternet/chain.js +6 -6
- package/mainnet/terra/ibc.js +29 -0
- package/package.json +4 -4
- package/testnet/agoricdevnet/assets.d.ts +3 -0
- package/testnet/agoricdevnet/assets.js +65 -0
- package/testnet/agoricdevnet/chain.d.ts +3 -0
- package/testnet/agoricdevnet/chain.js +86 -0
- package/testnet/agoricdevnet/index.d.ts +2 -0
- package/testnet/agoricdevnet/index.js +10 -0
- package/testnet/assets.js +2 -0
- package/testnet/chains.js +2 -0
- package/testnet/junotestnet/chain.js +26 -6
- package/testnet/named.d.ts +1 -0
- package/testnet/named.js +4 -3
- package/testnet/neutrontestnet/ibc.js +28 -0
- package/testnet/nobletestnet/ibc.js +28 -0
- package/testnet/sedatestnet/chain.js +9 -9
- package/testnet/xplatestnet/chain.js +1 -1
- package/testnet/zenrocktestnet/chain.js +1 -1
- package/testnet/zigchaintestnet/chain.js +1 -1
|
@@ -875,6 +875,48 @@ const info = {
|
|
|
875
875
|
base_denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s'
|
|
876
876
|
}
|
|
877
877
|
}]
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
description: 'Stealth Mode: Always On',
|
|
881
|
+
extended_description: '$STLTH is the official token powering the Stealth Creations ecosystem — a multi-collection NFT project that launched entirely through free mints and airdrops on Stargaze. Built with decentralization and community-first values, $STLTH is on Osmosis and stakeable through DAO DAO, with rewards distributed in cosmos tokens',
|
|
882
|
+
denom_units: [{
|
|
883
|
+
denom: 'ibc/D8B11C80BF6D03FD7DFF43EE3CCFDA70009B1FA8594F291EE0E2353070F4CABB',
|
|
884
|
+
exponent: 0
|
|
885
|
+
}, {
|
|
886
|
+
denom: 'stlth',
|
|
887
|
+
exponent: 6
|
|
888
|
+
}],
|
|
889
|
+
type_asset: 'ics20',
|
|
890
|
+
base: 'ibc/D8B11C80BF6D03FD7DFF43EE3CCFDA70009B1FA8594F291EE0E2353070F4CABB',
|
|
891
|
+
name: 'Stealth',
|
|
892
|
+
display: 'stlth',
|
|
893
|
+
symbol: 'STLTH',
|
|
894
|
+
logo_URIs: {
|
|
895
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/STLTH.png'
|
|
896
|
+
},
|
|
897
|
+
traces: [{
|
|
898
|
+
type: 'ibc',
|
|
899
|
+
counterparty: {
|
|
900
|
+
chain_name: 'osmosis',
|
|
901
|
+
base_denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/stlth',
|
|
902
|
+
channel_id: 'channel-75'
|
|
903
|
+
},
|
|
904
|
+
chain: {
|
|
905
|
+
channel_id: 'channel-0',
|
|
906
|
+
path: 'transfer/channel-0/factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/stlth'
|
|
907
|
+
}
|
|
908
|
+
}],
|
|
909
|
+
images: [{
|
|
910
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/STLTH.png',
|
|
911
|
+
image_sync: {
|
|
912
|
+
chain_name: 'osmosis',
|
|
913
|
+
base_denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/stlth'
|
|
914
|
+
},
|
|
915
|
+
theme: {
|
|
916
|
+
primary_color_hex: '#645dc7',
|
|
917
|
+
circle: true
|
|
918
|
+
}
|
|
919
|
+
}]
|
|
878
920
|
}
|
|
879
921
|
]
|
|
880
922
|
};
|
package/mainnet/stride/chain.js
CHANGED
|
@@ -225,6 +225,10 @@ const info = {
|
|
|
225
225
|
{
|
|
226
226
|
address: 'https://stride-rpc.ibs.team',
|
|
227
227
|
provider: 'Inter Blockchain Services'
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
address: 'https://stride.rpc.quasarstaking.ai:443',
|
|
231
|
+
provider: 'Quasar'
|
|
228
232
|
}
|
|
229
233
|
],
|
|
230
234
|
rest: [
|
|
@@ -295,6 +299,10 @@ const info = {
|
|
|
295
299
|
{
|
|
296
300
|
address: 'https://stride-api.ibs.team',
|
|
297
301
|
provider: 'Inter Blockchain Services'
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
address: 'https://stride.api.quasarstaking.ai:443',
|
|
305
|
+
provider: 'Quasar'
|
|
298
306
|
}
|
|
299
307
|
],
|
|
300
308
|
grpc: [
|
|
@@ -345,6 +353,10 @@ const info = {
|
|
|
345
353
|
{
|
|
346
354
|
address: 'https://grpc.stride.bronbro.io:443',
|
|
347
355
|
provider: 'Bro_n_Bro'
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
address: 'stride.grpc.quasarstaking.ai:80',
|
|
359
|
+
provider: 'Quasar'
|
|
348
360
|
}
|
|
349
361
|
]
|
|
350
362
|
},
|
package/mainnet/stride/ibc.js
CHANGED
|
@@ -567,6 +567,35 @@ const info = [
|
|
|
567
567
|
}
|
|
568
568
|
]
|
|
569
569
|
},
|
|
570
|
+
{
|
|
571
|
+
$schema: '../ibc_data.schema.json',
|
|
572
|
+
chain_1: {
|
|
573
|
+
chain_name: 'kopi',
|
|
574
|
+
client_id: '07-tendermint-26',
|
|
575
|
+
connection_id: 'connection-46'
|
|
576
|
+
},
|
|
577
|
+
chain_2: {
|
|
578
|
+
chain_name: 'stride',
|
|
579
|
+
client_id: '07-tendermint-161',
|
|
580
|
+
connection_id: 'connection-170'
|
|
581
|
+
},
|
|
582
|
+
channels: [{
|
|
583
|
+
chain_1: {
|
|
584
|
+
channel_id: 'channel-18',
|
|
585
|
+
port_id: 'transfer'
|
|
586
|
+
},
|
|
587
|
+
chain_2: {
|
|
588
|
+
channel_id: 'channel-322',
|
|
589
|
+
port_id: 'transfer'
|
|
590
|
+
},
|
|
591
|
+
ordering: 'unordered',
|
|
592
|
+
version: 'ics20-1',
|
|
593
|
+
tags: {
|
|
594
|
+
status: 'live',
|
|
595
|
+
preferred: true
|
|
596
|
+
}
|
|
597
|
+
}]
|
|
598
|
+
},
|
|
570
599
|
{
|
|
571
600
|
$schema: '../ibc_data.schema.json',
|
|
572
601
|
chain_1: {
|
|
@@ -68,8 +68,8 @@ const info = {
|
|
|
68
68
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
|
-
address: 'https://synternet-mainnet-rpc.
|
|
72
|
-
provider: '
|
|
71
|
+
address: 'https://synternet-mainnet-rpc.shazoes.xyz',
|
|
72
|
+
provider: 'Shazoes'
|
|
73
73
|
}
|
|
74
74
|
],
|
|
75
75
|
rest: [
|
|
@@ -86,13 +86,13 @@ const info = {
|
|
|
86
86
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
|
-
address: 'https://synternet-mainnet-api.
|
|
90
|
-
provider: '
|
|
89
|
+
address: 'https://synternet-mainnet-api.shazoes.xyz',
|
|
90
|
+
provider: 'Shazoes'
|
|
91
91
|
}
|
|
92
92
|
],
|
|
93
93
|
grpc: [{
|
|
94
|
-
address: 'synternet-mainnet-grpc.
|
|
95
|
-
provider: '
|
|
94
|
+
address: 'synternet-mainnet-grpc.shazoes.xyz:11090',
|
|
95
|
+
provider: 'Shazoes'
|
|
96
96
|
}]
|
|
97
97
|
},
|
|
98
98
|
explorers: [
|
package/mainnet/terra/ibc.js
CHANGED
|
@@ -118,6 +118,35 @@ const info = [
|
|
|
118
118
|
}
|
|
119
119
|
}]
|
|
120
120
|
},
|
|
121
|
+
{
|
|
122
|
+
$schema: '../ibc_data.schema.json',
|
|
123
|
+
chain_1: {
|
|
124
|
+
chain_name: 'noble',
|
|
125
|
+
client_id: '07-tendermint-162',
|
|
126
|
+
connection_id: 'connection-156'
|
|
127
|
+
},
|
|
128
|
+
chain_2: {
|
|
129
|
+
chain_name: 'terra',
|
|
130
|
+
client_id: '07-tendermint-274',
|
|
131
|
+
connection_id: 'connection-164'
|
|
132
|
+
},
|
|
133
|
+
channels: [{
|
|
134
|
+
chain_1: {
|
|
135
|
+
channel_id: 'channel-149',
|
|
136
|
+
port_id: 'transfer'
|
|
137
|
+
},
|
|
138
|
+
chain_2: {
|
|
139
|
+
channel_id: 'channel-113',
|
|
140
|
+
port_id: 'transfer'
|
|
141
|
+
},
|
|
142
|
+
ordering: 'unordered',
|
|
143
|
+
version: 'ics20-1',
|
|
144
|
+
tags: {
|
|
145
|
+
status: 'live',
|
|
146
|
+
preferred: true
|
|
147
|
+
}
|
|
148
|
+
}]
|
|
149
|
+
},
|
|
121
150
|
{
|
|
122
151
|
$schema: '../ibc_data.schema.json',
|
|
123
152
|
chain_1: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.220",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.135",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.135"
|
|
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": "9e38e5644419ce771c85a28d28160950175face5"
|
|
47
47
|
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../assetlist.schema.json',
|
|
5
|
+
chain_name: 'agoricdevnet',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
8
|
+
extended_description: 'Agoric leverages the popular JavaScript programming language to provide a secure and scalable platform for building decentralized applications (dApps). By using a familiar language, Agoric aims to lower the entry barriers for developers and promote the widespread adoption of blockchain technology. The platform\'s native token, BLD, is used for staking, securing the network, and governance. Agoric\'s innovative approach focuses on enabling rapid development and deployment of dApps, fostering a robust ecosystem of interoperable blockchain applications.',
|
|
9
|
+
denom_units: [{
|
|
10
|
+
denom: 'ubld',
|
|
11
|
+
exponent: 0
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'bld',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ubld',
|
|
17
|
+
name: 'Agoric',
|
|
18
|
+
display: 'bld',
|
|
19
|
+
symbol: 'BLD',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
|
|
23
|
+
},
|
|
24
|
+
coingecko_id: 'agoric',
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
|
|
28
|
+
theme: {
|
|
29
|
+
primary_color_hex: '#c42b44'
|
|
30
|
+
}
|
|
31
|
+
}],
|
|
32
|
+
socials: {
|
|
33
|
+
website: 'https://agoric.com/',
|
|
34
|
+
twitter: 'https://twitter.com/agoric'
|
|
35
|
+
},
|
|
36
|
+
type_asset: 'sdk.coin'
|
|
37
|
+
}, {
|
|
38
|
+
description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
|
|
39
|
+
denom_units: [{
|
|
40
|
+
denom: 'uist',
|
|
41
|
+
exponent: 0
|
|
42
|
+
}, {
|
|
43
|
+
denom: 'ist',
|
|
44
|
+
exponent: 6
|
|
45
|
+
}],
|
|
46
|
+
base: 'uist',
|
|
47
|
+
name: 'Inter Stable Token',
|
|
48
|
+
display: 'ist',
|
|
49
|
+
symbol: 'IST',
|
|
50
|
+
logo_URIs: {
|
|
51
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
52
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
|
|
53
|
+
},
|
|
54
|
+
coingecko_id: 'inter-stable-token',
|
|
55
|
+
images: [{
|
|
56
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
|
|
57
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg',
|
|
58
|
+
theme: {
|
|
59
|
+
primary_color_hex: '#d485e2'
|
|
60
|
+
}
|
|
61
|
+
}],
|
|
62
|
+
type_asset: 'sdk.coin'
|
|
63
|
+
}]
|
|
64
|
+
};
|
|
65
|
+
exports.default = info;
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../chain.schema.json',
|
|
5
|
+
chain_name: 'agoricdevnet',
|
|
6
|
+
status: 'live',
|
|
7
|
+
network_type: 'testnet',
|
|
8
|
+
pretty_name: 'Agoric',
|
|
9
|
+
chain_type: 'cosmos',
|
|
10
|
+
chain_id: 'agoricdev-25',
|
|
11
|
+
bech32_prefix: 'agoric',
|
|
12
|
+
daemon_name: 'agd',
|
|
13
|
+
node_home: '$HOME/.agoric',
|
|
14
|
+
slip44: 564,
|
|
15
|
+
alternative_slip44s: [118],
|
|
16
|
+
staking: {
|
|
17
|
+
staking_tokens: [{
|
|
18
|
+
denom: 'ubld'
|
|
19
|
+
}]
|
|
20
|
+
},
|
|
21
|
+
fees: {
|
|
22
|
+
fee_tokens: [{
|
|
23
|
+
denom: 'ubld',
|
|
24
|
+
low_gas_price: 0.03,
|
|
25
|
+
average_gas_price: 0.05,
|
|
26
|
+
high_gas_price: 0.07
|
|
27
|
+
}, {
|
|
28
|
+
denom: 'uist',
|
|
29
|
+
low_gas_price: 0.0034,
|
|
30
|
+
average_gas_price: 0.007,
|
|
31
|
+
high_gas_price: 0.02
|
|
32
|
+
}]
|
|
33
|
+
},
|
|
34
|
+
codebase: {
|
|
35
|
+
git_repo: 'https://github.com/Agoric/agoric-sdk/',
|
|
36
|
+
genesis: {
|
|
37
|
+
genesis_url: 'https://main.agoric.net/genesis.json'
|
|
38
|
+
},
|
|
39
|
+
recommended_version: 'agoric-upgrade-20-rc0',
|
|
40
|
+
compatible_versions: ['agoric-upgrade-20-rc0'],
|
|
41
|
+
consensus: {
|
|
42
|
+
type: 'cometbft',
|
|
43
|
+
version: 'v0.34.35',
|
|
44
|
+
repo: 'https://github.com/agoric-labs/cometbft',
|
|
45
|
+
tag: 'v0.34.35-alpha.agoric.3'
|
|
46
|
+
},
|
|
47
|
+
cosmwasm: {
|
|
48
|
+
enabled: false
|
|
49
|
+
},
|
|
50
|
+
language: {
|
|
51
|
+
type: 'go',
|
|
52
|
+
version: '1.22.12'
|
|
53
|
+
},
|
|
54
|
+
sdk: {
|
|
55
|
+
type: 'cosmos',
|
|
56
|
+
repo: 'https://github.com/agoric-labs/cosmos-sdk',
|
|
57
|
+
version: 'v0.46.16',
|
|
58
|
+
tag: 'v0.46.16-alpha.agoric.2.5'
|
|
59
|
+
},
|
|
60
|
+
ibc: {
|
|
61
|
+
type: 'go',
|
|
62
|
+
version: 'v6.3.1',
|
|
63
|
+
repo: 'https://github.com/agoric-labs/ibc-go',
|
|
64
|
+
tag: 'v6.3.1-alpha.agoric.4',
|
|
65
|
+
ics_enabled: ['ics20-1']
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
logo_URIs: {
|
|
69
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.png',
|
|
70
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.svg'
|
|
71
|
+
},
|
|
72
|
+
description: 'The Agoric platform makes it safe and seamless to build decentralized apps using your existing JavaScript knowledge.',
|
|
73
|
+
apis: {
|
|
74
|
+
rpc: [{
|
|
75
|
+
address: 'https://devnet.rpc.agoric.net:443'
|
|
76
|
+
}],
|
|
77
|
+
rest: [{
|
|
78
|
+
address: 'https://devnet.api.agoric.net:443'
|
|
79
|
+
}],
|
|
80
|
+
grpc: [{
|
|
81
|
+
address: 'devnet.grpc.agoric.net:443'
|
|
82
|
+
}]
|
|
83
|
+
},
|
|
84
|
+
explorers: []
|
|
85
|
+
};
|
|
86
|
+
exports.default = info;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.chain = exports.assets = void 0;
|
|
7
|
+
const assets_1 = __importDefault(require("./assets"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
exports.assets = assets_1.default;
|
|
10
|
+
exports.chain = chain_1.default;
|
package/testnet/assets.js
CHANGED
|
@@ -23,6 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
const _agoricdevnet = __importStar(require("./agoricdevnet"));
|
|
26
27
|
const _airchainstestnet = __importStar(require("./airchainstestnet"));
|
|
27
28
|
const _airchainsvaranasitestnet = __importStar(require("./airchainsvaranasitestnet"));
|
|
28
29
|
const _akashtestnet = __importStar(require("./akashtestnet"));
|
|
@@ -156,6 +157,7 @@ const _zenrocktestnet = __importStar(require("./zenrocktestnet"));
|
|
|
156
157
|
const _zetachaintestnet = __importStar(require("./zetachaintestnet"));
|
|
157
158
|
const _zigchaintestnet = __importStar(require("./zigchaintestnet"));
|
|
158
159
|
const assets = [
|
|
160
|
+
_agoricdevnet.assets,
|
|
159
161
|
_airchainstestnet.assets,
|
|
160
162
|
_airchainsvaranasitestnet.assets,
|
|
161
163
|
_akashtestnet.assets,
|
package/testnet/chains.js
CHANGED
|
@@ -23,6 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
const _agoricdevnet = __importStar(require("./agoricdevnet"));
|
|
26
27
|
const _airchainstestnet = __importStar(require("./airchainstestnet"));
|
|
27
28
|
const _airchainsvaranasitestnet = __importStar(require("./airchainsvaranasitestnet"));
|
|
28
29
|
const _akashtestnet = __importStar(require("./akashtestnet"));
|
|
@@ -156,6 +157,7 @@ const _zenrocktestnet = __importStar(require("./zenrocktestnet"));
|
|
|
156
157
|
const _zetachaintestnet = __importStar(require("./zetachaintestnet"));
|
|
157
158
|
const _zigchaintestnet = __importStar(require("./zigchaintestnet"));
|
|
158
159
|
const chains = [
|
|
160
|
+
_agoricdevnet.chain,
|
|
159
161
|
_airchainstestnet.chain,
|
|
160
162
|
_airchainsvaranasitestnet.chain,
|
|
161
163
|
_akashtestnet.chain,
|
|
@@ -51,23 +51,40 @@ const info = {
|
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
apis: {
|
|
54
|
-
rpc: [
|
|
54
|
+
rpc: [
|
|
55
|
+
{
|
|
55
56
|
address: 'https://juno-testnet-rpc.polkachu.com',
|
|
56
57
|
provider: 'Polkachu'
|
|
57
|
-
},
|
|
58
|
+
},
|
|
59
|
+
{
|
|
58
60
|
address: 'https://rpc-uni.junonetwork.io',
|
|
59
61
|
provider: 'Juno Network'
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
address: 'https://junotestnet-rpc.kleomedes.network',
|
|
65
|
+
provider: 'Kleomedes'
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
rest: [
|
|
69
|
+
{
|
|
62
70
|
address: 'https://juno-testnet-api.polkachu.com',
|
|
63
71
|
provider: 'Polkachu'
|
|
64
|
-
},
|
|
72
|
+
},
|
|
73
|
+
{
|
|
65
74
|
address: 'https://lcd-uni.junonetwork.io',
|
|
66
75
|
provider: 'Juno Network'
|
|
67
|
-
}
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
address: 'https://junotestnet-api.kleomedes.network',
|
|
79
|
+
provider: 'Kleomedes'
|
|
80
|
+
}
|
|
81
|
+
],
|
|
68
82
|
grpc: [{
|
|
69
83
|
address: 'juno-testnet-grpc.polkachu.com:12690',
|
|
70
84
|
provider: 'Polkachu'
|
|
85
|
+
}, {
|
|
86
|
+
address: 'junotestnet.gprc.kleomedes.network',
|
|
87
|
+
provider: 'Kleomedes'
|
|
71
88
|
}]
|
|
72
89
|
},
|
|
73
90
|
explorers: [{
|
|
@@ -75,6 +92,9 @@ const info = {
|
|
|
75
92
|
url: 'https://explorer.stavr.tech/Juno-Testnet',
|
|
76
93
|
tx_page: 'https://explorer.stavr.tech/Juno-Testnet/txs/${txHash}',
|
|
77
94
|
account_page: 'https://explorer.stavr.tech/Juno-Testnet/account/${accountAddress}'
|
|
95
|
+
}, {
|
|
96
|
+
kind: 'Stake Hub by Kleomedes',
|
|
97
|
+
url: 'https://www.stake-hub.xyz/junotestnet'
|
|
78
98
|
}]
|
|
79
99
|
};
|
|
80
100
|
exports.default = info;
|
package/testnet/named.d.ts
CHANGED
package/testnet/named.js
CHANGED
|
@@ -23,9 +23,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.
|
|
27
|
-
exports.
|
|
28
|
-
exports.zigchaintestnet = exports.zetachaintestnet = exports.zenrocktestnet = exports.xrplevmtestnet = exports.xplatestnet = exports.xiontestnet2 = exports.wavehashtestnet = exports.wardenprotocoltestnet = exports.upticktestnet = exports.uniontestnet = exports.unificationtestnet = exports.ulastestnet = exports.tucanatestnet = exports.titantestnet = exports.titannettestnet = exports.terra2testnet = exports.terpnettestnet2 = exports.terpnettestnet = exports.synternettestnet = exports.symphonytestnet3 = exports.symphonytestnet = exports.swisstroniktestnet = exports.sunrisetestnet = exports.stridetestnet = exports.statesettestnet = exports.stargazetestnet = exports.sourcetestnet = exports.soarchaintestnet = exports.sixtestnet = exports.shentutestnet = exports.sgetestnet4 = exports.sgetestnet = void 0;
|
|
26
|
+
exports.imversedtestnet = exports.impacthubtestnet = exports.hypersigntestnet = exports.humanstestnet = exports.hedgetestnet = exports.gitopiatestnet = exports.galacticatestnet = exports.finschiatestnet = exports.fiammatestnet = exports.fetchhubtestnet = exports.evmostestnet = exports.epixtestnet = exports.empowertestnet = exports.empetestnet = exports.elystestnet = exports.dymensiontestnet1 = exports.dydxtestnet = exports.doravotatestnet = exports.dhealthtestnet = exports.desmostestnet = exports.deardogetestnet = exports.cudostestnet = exports.cosstestnet = exports.cosmwasmtestnet = exports.cosmosicsprovidertestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.coolcattestnet = exports.composabletestnet = exports.chimbatestnet = exports.cheqdtestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.cascadiatestnet = exports.blockxtestnet = exports.bitcannadevnet = exports.bfhevmtestnet = exports.babylontestnet = exports.axelartestnet = exports.autheotestnet = exports.auratestnet = exports.atomonetestnet = exports.artelatestnet = exports.arkeonetworktestnet = exports.archwaytestnet = exports.alloratestnet = exports.akashtestnet = exports.airchainsvaranasitestnet = exports.airchainstestnet = exports.agoricdevnet = void 0;
|
|
27
|
+
exports.seitestnet2 = exports.seitestnet = exports.sedatestnet = exports.secretnetworktestnet = exports.sagatestnet = exports.qwoyntestnet = exports.quicksilvertestnet = exports.quasartestnet = exports.pryzmtestnet = exports.pockettestnet = exports.planqtestnet = exports.persistencetestnet2 = exports.persistencetestnet = exports.permtestnet = exports.pelltestnet = exports.osmosistestnet = exports.okp4testnet = exports.nyxtestnet = exports.nomictestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.nilliontestnet = exports.nibirutestnet3 = exports.nibirutestnet2 = exports.nibirutestnet = exports.neutrontestnet = exports.neuratestnet = exports.migalootestnet = exports.metanovaversetestnet = exports.marstestnet = exports.mantrachaintestnet2 = exports.mantrachaintestnet = exports.manifesttestnet = exports.lumeratestnet = exports.lumenxtestnet = exports.lombardledgertestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.kimanetworktestnet = exports.kichaintestnet = exports.junotestnet = exports.jackaltestnet2 = exports.jackaltestnet = exports.iopntestnet = exports.intentotestnet = exports.int3facetestnet = exports.injectivetestnet = void 0;
|
|
28
|
+
exports.zigchaintestnet = exports.zetachaintestnet = exports.zenrocktestnet = exports.xrplevmtestnet = exports.xplatestnet = exports.xiontestnet2 = exports.wavehashtestnet = exports.wardenprotocoltestnet = exports.upticktestnet = exports.uniontestnet = exports.unificationtestnet = exports.ulastestnet = exports.tucanatestnet = exports.titantestnet = exports.titannettestnet = exports.terra2testnet = exports.terpnettestnet2 = exports.terpnettestnet = exports.synternettestnet = exports.symphonytestnet3 = exports.symphonytestnet = exports.swisstroniktestnet = exports.sunrisetestnet = exports.stridetestnet = exports.statesettestnet = exports.stargazetestnet = exports.sourcetestnet = exports.soarchaintestnet = exports.sixtestnet = exports.shentutestnet = exports.sgetestnet4 = exports.sgetestnet = exports.selfchaindevnet = void 0;
|
|
29
|
+
exports.agoricdevnet = __importStar(require("./agoricdevnet"));
|
|
29
30
|
exports.airchainstestnet = __importStar(require("./airchainstestnet"));
|
|
30
31
|
exports.airchainsvaranasitestnet = __importStar(require("./airchainsvaranasitestnet"));
|
|
31
32
|
exports.akashtestnet = __importStar(require("./akashtestnet"));
|
|
@@ -29,6 +29,34 @@ const info = [
|
|
|
29
29
|
}
|
|
30
30
|
}]
|
|
31
31
|
},
|
|
32
|
+
{
|
|
33
|
+
$schema: '../../ibc_data.schema.json',
|
|
34
|
+
chain_1: {
|
|
35
|
+
chain_name: 'neutrontestnet',
|
|
36
|
+
client_id: '07-tendermint-191',
|
|
37
|
+
connection_id: 'connection-156'
|
|
38
|
+
},
|
|
39
|
+
chain_2: {
|
|
40
|
+
chain_name: 'nobletestnet',
|
|
41
|
+
client_id: '07-tendermint-70',
|
|
42
|
+
connection_id: 'connection-61'
|
|
43
|
+
},
|
|
44
|
+
channels: [{
|
|
45
|
+
chain_1: {
|
|
46
|
+
channel_id: 'channel-496',
|
|
47
|
+
port_id: 'transfer'
|
|
48
|
+
},
|
|
49
|
+
chain_2: {
|
|
50
|
+
channel_id: 'channel-43',
|
|
51
|
+
port_id: 'transfer'
|
|
52
|
+
},
|
|
53
|
+
ordering: 'unordered',
|
|
54
|
+
version: 'ics20-1',
|
|
55
|
+
tags: {
|
|
56
|
+
status: 'live'
|
|
57
|
+
}
|
|
58
|
+
}]
|
|
59
|
+
},
|
|
32
60
|
{
|
|
33
61
|
$schema: '../../ibc_data.schema.json',
|
|
34
62
|
chain_1: {
|
|
@@ -116,6 +116,34 @@ const info = [
|
|
|
116
116
|
}
|
|
117
117
|
}]
|
|
118
118
|
},
|
|
119
|
+
{
|
|
120
|
+
$schema: '../../ibc_data.schema.json',
|
|
121
|
+
chain_1: {
|
|
122
|
+
chain_name: 'neutrontestnet',
|
|
123
|
+
client_id: '07-tendermint-191',
|
|
124
|
+
connection_id: 'connection-156'
|
|
125
|
+
},
|
|
126
|
+
chain_2: {
|
|
127
|
+
chain_name: 'nobletestnet',
|
|
128
|
+
client_id: '07-tendermint-70',
|
|
129
|
+
connection_id: 'connection-61'
|
|
130
|
+
},
|
|
131
|
+
channels: [{
|
|
132
|
+
chain_1: {
|
|
133
|
+
channel_id: 'channel-496',
|
|
134
|
+
port_id: 'transfer'
|
|
135
|
+
},
|
|
136
|
+
chain_2: {
|
|
137
|
+
channel_id: 'channel-43',
|
|
138
|
+
port_id: 'transfer'
|
|
139
|
+
},
|
|
140
|
+
ordering: 'unordered',
|
|
141
|
+
version: 'ics20-1',
|
|
142
|
+
tags: {
|
|
143
|
+
status: 'live'
|
|
144
|
+
}
|
|
145
|
+
}]
|
|
146
|
+
},
|
|
119
147
|
{
|
|
120
148
|
$schema: '../../ibc_data.schema.json',
|
|
121
149
|
chain_1: {
|
|
@@ -30,18 +30,18 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
git_repo: 'https://github.com/sedaprotocol/seda-chain',
|
|
33
|
-
recommended_version: '
|
|
34
|
-
compatible_versions: ['
|
|
33
|
+
recommended_version: 'v1.0.0-rc.2',
|
|
34
|
+
compatible_versions: ['v1.0.0-rc.2'],
|
|
35
35
|
binaries: {
|
|
36
|
-
"linux/amd64": 'https://github.com/sedaprotocol/seda-chain/releases/download/
|
|
37
|
-
"linux/arm64": 'https://github.com/sedaprotocol/seda-chain/releases/download/
|
|
36
|
+
"linux/amd64": 'https://github.com/sedaprotocol/seda-chain/releases/download/v1.0.0-rc.2/sedad-amd64',
|
|
37
|
+
"linux/arm64": 'https://github.com/sedaprotocol/seda-chain/releases/download/v1.0.0-rc.2/sedad-arm64'
|
|
38
38
|
},
|
|
39
39
|
genesis: {
|
|
40
|
-
genesis_url: 'https://raw.githubusercontent.com/sedaprotocol/seda-networks/main/
|
|
40
|
+
genesis_url: 'https://raw.githubusercontent.com/sedaprotocol/seda-networks/main/testnet/genesis.json'
|
|
41
41
|
},
|
|
42
42
|
language: {
|
|
43
43
|
type: 'go',
|
|
44
|
-
version: '1.
|
|
44
|
+
version: '1.23.5'
|
|
45
45
|
},
|
|
46
46
|
consensus: {
|
|
47
47
|
type: 'cometbft',
|
|
@@ -49,16 +49,16 @@ const info = {
|
|
|
49
49
|
},
|
|
50
50
|
sdk: {
|
|
51
51
|
type: 'cosmos',
|
|
52
|
-
version: 'v0.50.
|
|
52
|
+
version: 'v0.50.13'
|
|
53
53
|
},
|
|
54
54
|
cosmwasm: {
|
|
55
|
-
version: '0.
|
|
55
|
+
version: '0.53.2',
|
|
56
56
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
57
57
|
enabled: true
|
|
58
58
|
},
|
|
59
59
|
ibc: {
|
|
60
60
|
type: 'go',
|
|
61
|
-
version: 'v8.
|
|
61
|
+
version: 'v8.7.0'
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
64
|
logo_URIs: {
|