chain-registry 1.69.118 → 1.69.120
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/althea/chain.js +8 -3
- package/esm/mainnet/atomone/chain.js +8 -0
- package/esm/mainnet/elys/chain.js +2 -2
- package/esm/mainnet/shido/chain.js +30 -4
- package/esm/noncosmos/binancesmartchain/assets.js +0 -1
- package/esm/testnet/archwaytestnet/ibc.js +1 -1
- package/esm/testnet/assets.js +2 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/cosmoshubtestnet/ibc.js +28 -0
- package/esm/testnet/elystestnet/assets.js +9 -1
- package/esm/testnet/ibc.js +2 -0
- package/esm/testnet/jackaltestnet/assets.js +9 -1
- package/esm/testnet/junotestnet/ibc.js +28 -0
- package/esm/testnet/named.js +1 -0
- package/esm/testnet/osmosistestnet/ibc.js +30 -0
- package/esm/testnet/stargazetestnet/ibc.js +28 -0
- package/esm/testnet/symphonytestnet/chain.js +7 -7
- package/esm/testnet/symphonytestnet/ibc.js +0 -28
- package/esm/testnet/symphonytestnet3/assets.js +99 -0
- package/esm/testnet/symphonytestnet3/chain.js +78 -0
- package/esm/testnet/symphonytestnet3/ibc.js +145 -0
- package/esm/testnet/symphonytestnet3/index.js +6 -0
- package/esm/testnet/ulastestnet/assets.js +0 -1
- package/mainnet/althea/chain.js +8 -3
- package/mainnet/atomone/chain.js +8 -0
- package/mainnet/elys/chain.js +2 -2
- package/mainnet/shido/chain.js +30 -4
- package/noncosmos/binancesmartchain/assets.js +0 -1
- package/package.json +4 -4
- package/testnet/archwaytestnet/ibc.js +1 -1
- package/testnet/assets.js +2 -0
- package/testnet/chains.js +2 -0
- package/testnet/cosmoshubtestnet/ibc.js +28 -0
- package/testnet/elystestnet/assets.js +9 -1
- package/testnet/ibc.js +2 -0
- package/testnet/jackaltestnet/assets.js +9 -1
- package/testnet/junotestnet/ibc.js +28 -0
- package/testnet/named.d.ts +1 -0
- package/testnet/named.js +2 -1
- package/testnet/osmosistestnet/ibc.js +30 -0
- package/testnet/stargazetestnet/ibc.js +28 -0
- package/testnet/symphonytestnet/chain.js +7 -7
- package/testnet/symphonytestnet/ibc.js +0 -28
- package/testnet/symphonytestnet3/assets.d.ts +3 -0
- package/testnet/symphonytestnet3/assets.js +101 -0
- package/testnet/symphonytestnet3/chain.d.ts +3 -0
- package/testnet/symphonytestnet3/chain.js +80 -0
- package/testnet/symphonytestnet3/ibc.d.ts +3 -0
- package/testnet/symphonytestnet3/ibc.js +147 -0
- package/testnet/symphonytestnet3/index.d.ts +3 -0
- package/testnet/symphonytestnet3/index.js +12 -0
- package/testnet/ulastestnet/assets.js +0 -1
|
@@ -1,34 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const info = [
|
|
4
|
-
{
|
|
5
|
-
$schema: '../../ibc_data.schema.json',
|
|
6
|
-
chain_1: {
|
|
7
|
-
chain_name: 'archwaytestnet',
|
|
8
|
-
client_id: '07-tendermint-139',
|
|
9
|
-
connection_id: 'connection-144'
|
|
10
|
-
},
|
|
11
|
-
chain_2: {
|
|
12
|
-
chain_name: 'symphonytestnet',
|
|
13
|
-
client_id: '07-tendermint-25',
|
|
14
|
-
connection_id: 'connection-12'
|
|
15
|
-
},
|
|
16
|
-
channels: [{
|
|
17
|
-
chain_1: {
|
|
18
|
-
channel_id: 'channel-495',
|
|
19
|
-
port_id: 'transfer'
|
|
20
|
-
},
|
|
21
|
-
chain_2: {
|
|
22
|
-
channel_id: 'channel-10',
|
|
23
|
-
port_id: 'transfer'
|
|
24
|
-
},
|
|
25
|
-
ordering: 'unordered',
|
|
26
|
-
version: 'ics20-1',
|
|
27
|
-
tags: {
|
|
28
|
-
status: 'live'
|
|
29
|
-
}
|
|
30
|
-
}]
|
|
31
|
-
},
|
|
32
4
|
{
|
|
33
5
|
$schema: '../../ibc_data.schema.json',
|
|
34
6
|
chain_1: {
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../assetlist.schema.json',
|
|
5
|
+
chain_name: 'symphonytestnet3',
|
|
6
|
+
assets: [
|
|
7
|
+
{
|
|
8
|
+
description: 'The native token of Symphony',
|
|
9
|
+
denom_units: [{
|
|
10
|
+
denom: 'note',
|
|
11
|
+
exponent: 0,
|
|
12
|
+
aliases: []
|
|
13
|
+
}, {
|
|
14
|
+
denom: 'mld',
|
|
15
|
+
exponent: 6,
|
|
16
|
+
aliases: ['melody']
|
|
17
|
+
}],
|
|
18
|
+
type_asset: 'sdk.coin',
|
|
19
|
+
base: 'note',
|
|
20
|
+
name: 'Melody',
|
|
21
|
+
display: 'mld',
|
|
22
|
+
symbol: 'MLD',
|
|
23
|
+
logo_URIs: {
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
25
|
+
},
|
|
26
|
+
images: [{
|
|
27
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
28
|
+
}]
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
description: 'Harmonized USD',
|
|
32
|
+
denom_units: [{
|
|
33
|
+
denom: 'uusd',
|
|
34
|
+
exponent: 0,
|
|
35
|
+
aliases: []
|
|
36
|
+
}, {
|
|
37
|
+
denom: 'husd',
|
|
38
|
+
exponent: 6,
|
|
39
|
+
aliases: ['harmony USD']
|
|
40
|
+
}],
|
|
41
|
+
type_asset: 'sdk.coin',
|
|
42
|
+
base: 'uusd',
|
|
43
|
+
name: 'Harmony USD',
|
|
44
|
+
display: 'husd',
|
|
45
|
+
symbol: 'HUSD',
|
|
46
|
+
logo_URIs: {
|
|
47
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
48
|
+
},
|
|
49
|
+
images: [{
|
|
50
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
51
|
+
}]
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
description: 'Harmonized HKD',
|
|
55
|
+
denom_units: [{
|
|
56
|
+
denom: 'ukhd',
|
|
57
|
+
exponent: 0,
|
|
58
|
+
aliases: []
|
|
59
|
+
}, {
|
|
60
|
+
denom: 'hkhd',
|
|
61
|
+
exponent: 6,
|
|
62
|
+
aliases: ['harmony HKD']
|
|
63
|
+
}],
|
|
64
|
+
type_asset: 'sdk.coin',
|
|
65
|
+
base: 'ukhd',
|
|
66
|
+
name: 'Harmony HKD',
|
|
67
|
+
display: 'hkhd',
|
|
68
|
+
symbol: 'HKHD',
|
|
69
|
+
logo_URIs: {
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
71
|
+
},
|
|
72
|
+
images: [{
|
|
73
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
74
|
+
}]
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
description: 'Harmonized VND',
|
|
78
|
+
denom_units: [{
|
|
79
|
+
denom: 'uvnd',
|
|
80
|
+
exponent: 0,
|
|
81
|
+
aliases: []
|
|
82
|
+
}, {
|
|
83
|
+
denom: 'hvnd',
|
|
84
|
+
exponent: 6,
|
|
85
|
+
aliases: ['harmony VND']
|
|
86
|
+
}],
|
|
87
|
+
type_asset: 'sdk.coin',
|
|
88
|
+
base: 'uvnd',
|
|
89
|
+
name: 'Harmony VND',
|
|
90
|
+
display: 'hvnd',
|
|
91
|
+
symbol: 'HVND',
|
|
92
|
+
logo_URIs: {
|
|
93
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
94
|
+
},
|
|
95
|
+
images: [{
|
|
96
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
97
|
+
}]
|
|
98
|
+
}
|
|
99
|
+
]
|
|
100
|
+
};
|
|
101
|
+
exports.default = info;
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../chain.schema.json',
|
|
5
|
+
chain_name: 'symphonytestnet3',
|
|
6
|
+
status: 'live',
|
|
7
|
+
network_type: 'testnet',
|
|
8
|
+
pretty_name: 'Symphony Testnet',
|
|
9
|
+
chain_type: 'cosmos',
|
|
10
|
+
chain_id: 'symphony-testnet-3',
|
|
11
|
+
bech32_prefix: 'symphony',
|
|
12
|
+
daemon_name: 'symphonyd',
|
|
13
|
+
node_home: '$HOME/.symphonyd',
|
|
14
|
+
key_algos: ['secp256k1'],
|
|
15
|
+
slip44: 118,
|
|
16
|
+
fees: {
|
|
17
|
+
fee_tokens: [{
|
|
18
|
+
denom: 'note',
|
|
19
|
+
fixed_min_gas_price: 0,
|
|
20
|
+
low_gas_price: 0.0025,
|
|
21
|
+
average_gas_price: 0.025,
|
|
22
|
+
high_gas_price: 0.04
|
|
23
|
+
}]
|
|
24
|
+
},
|
|
25
|
+
staking: {
|
|
26
|
+
staking_tokens: [{
|
|
27
|
+
denom: 'note'
|
|
28
|
+
}]
|
|
29
|
+
},
|
|
30
|
+
codebase: {
|
|
31
|
+
git_repo: 'https://github.com/Orchestra-Labs/symphony',
|
|
32
|
+
recommended_version: 'v23.0.5-rc1',
|
|
33
|
+
compatible_versions: ['v23.0.5', 'v23.0.5-rc1'],
|
|
34
|
+
consensus: {
|
|
35
|
+
type: 'tendermint',
|
|
36
|
+
version: '0.37.4'
|
|
37
|
+
},
|
|
38
|
+
genesis: {
|
|
39
|
+
genesis_url: 'https://rpc.testnet.symphonychain.org/genesis'
|
|
40
|
+
},
|
|
41
|
+
sdk: {
|
|
42
|
+
type: 'cosmos',
|
|
43
|
+
version: '0.47.8'
|
|
44
|
+
},
|
|
45
|
+
cosmwasm: {
|
|
46
|
+
version: '0.29',
|
|
47
|
+
enabled: true
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
apis: {
|
|
51
|
+
rpc: [{
|
|
52
|
+
address: 'https://symphony.test.rpc.nodeshub.online/',
|
|
53
|
+
provider: 'Nodes Hub'
|
|
54
|
+
}, {
|
|
55
|
+
address: 'https://symphony-testnet-rpc.cogwheel.zone/',
|
|
56
|
+
provider: 'Cogwheel ⚙️'
|
|
57
|
+
}],
|
|
58
|
+
rest: [{
|
|
59
|
+
address: 'https://symphony.test.api.nodeshub.online/',
|
|
60
|
+
provider: 'Nodes Hub'
|
|
61
|
+
}, {
|
|
62
|
+
address: 'https://symphony-testnet-api.cogwheel.zone/',
|
|
63
|
+
provider: 'Cogwheel ⚙️'
|
|
64
|
+
}],
|
|
65
|
+
grpc: [{
|
|
66
|
+
address: 'https://symphony.test.grpc.nodeshub.online/',
|
|
67
|
+
provider: 'Nodes Hub'
|
|
68
|
+
}, {
|
|
69
|
+
address: 'https://symphony-testnet-grpc.cogwheel.zone:443',
|
|
70
|
+
provider: 'Cogwheel ⚙️'
|
|
71
|
+
}]
|
|
72
|
+
},
|
|
73
|
+
logo_URIs: {
|
|
74
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/symphony_logo.png'
|
|
75
|
+
},
|
|
76
|
+
images: [{
|
|
77
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/symphony_logo.png'
|
|
78
|
+
}]
|
|
79
|
+
};
|
|
80
|
+
exports.default = info;
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [
|
|
4
|
+
{
|
|
5
|
+
$schema: '../../ibc_data.schema.json',
|
|
6
|
+
chain_1: {
|
|
7
|
+
chain_name: 'archwaytestnet',
|
|
8
|
+
client_id: '07-tendermint-139',
|
|
9
|
+
connection_id: 'connection-144'
|
|
10
|
+
},
|
|
11
|
+
chain_2: {
|
|
12
|
+
chain_name: 'symphonytestnet3',
|
|
13
|
+
client_id: '07-tendermint-25',
|
|
14
|
+
connection_id: 'connection-12'
|
|
15
|
+
},
|
|
16
|
+
channels: [{
|
|
17
|
+
chain_1: {
|
|
18
|
+
channel_id: 'channel-495',
|
|
19
|
+
port_id: 'transfer'
|
|
20
|
+
},
|
|
21
|
+
chain_2: {
|
|
22
|
+
channel_id: 'channel-10',
|
|
23
|
+
port_id: 'transfer'
|
|
24
|
+
},
|
|
25
|
+
ordering: 'unordered',
|
|
26
|
+
version: 'ics20-1',
|
|
27
|
+
tags: {
|
|
28
|
+
status: 'live'
|
|
29
|
+
}
|
|
30
|
+
}]
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
$schema: '../../ibc_data.schema.json',
|
|
34
|
+
chain_1: {
|
|
35
|
+
chain_name: 'cosmoshubtestnet',
|
|
36
|
+
client_id: '07-tendermint-3730',
|
|
37
|
+
connection_id: 'connection-3782'
|
|
38
|
+
},
|
|
39
|
+
chain_2: {
|
|
40
|
+
chain_name: 'symphonytestnet3',
|
|
41
|
+
client_id: '07-tendermint-10',
|
|
42
|
+
connection_id: 'connection-9'
|
|
43
|
+
},
|
|
44
|
+
channels: [{
|
|
45
|
+
chain_1: {
|
|
46
|
+
channel_id: 'channel-4300',
|
|
47
|
+
port_id: 'transfer'
|
|
48
|
+
},
|
|
49
|
+
chain_2: {
|
|
50
|
+
channel_id: 'channel-7',
|
|
51
|
+
port_id: 'transfer'
|
|
52
|
+
},
|
|
53
|
+
ordering: 'unordered',
|
|
54
|
+
version: 'ics20-1',
|
|
55
|
+
tags: {
|
|
56
|
+
status: 'live'
|
|
57
|
+
}
|
|
58
|
+
}]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
$schema: '../../ibc_data.schema.json',
|
|
62
|
+
chain_1: {
|
|
63
|
+
chain_name: 'junotestnet',
|
|
64
|
+
client_id: '07-tendermint-789',
|
|
65
|
+
connection_id: 'connection-868'
|
|
66
|
+
},
|
|
67
|
+
chain_2: {
|
|
68
|
+
chain_name: 'symphonytestnet3',
|
|
69
|
+
client_id: '07-tendermint-28',
|
|
70
|
+
connection_id: 'connection-13'
|
|
71
|
+
},
|
|
72
|
+
channels: [{
|
|
73
|
+
chain_1: {
|
|
74
|
+
channel_id: 'channel-943',
|
|
75
|
+
port_id: 'transfer'
|
|
76
|
+
},
|
|
77
|
+
chain_2: {
|
|
78
|
+
channel_id: 'channel-11',
|
|
79
|
+
port_id: 'transfer'
|
|
80
|
+
},
|
|
81
|
+
ordering: 'unordered',
|
|
82
|
+
version: 'ics20-1',
|
|
83
|
+
tags: {
|
|
84
|
+
status: 'live'
|
|
85
|
+
}
|
|
86
|
+
}]
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
$schema: '../../ibc_data.schema.json',
|
|
90
|
+
chain_1: {
|
|
91
|
+
chain_name: 'osmosistestnet',
|
|
92
|
+
client_id: '07-tendermint-3946',
|
|
93
|
+
connection_id: 'connection-3419'
|
|
94
|
+
},
|
|
95
|
+
chain_2: {
|
|
96
|
+
chain_name: 'symphonytestnet3',
|
|
97
|
+
client_id: '07-tendermint-0',
|
|
98
|
+
connection_id: 'connection-0'
|
|
99
|
+
},
|
|
100
|
+
channels: [{
|
|
101
|
+
chain_1: {
|
|
102
|
+
channel_id: 'channel-8743',
|
|
103
|
+
port_id: 'transfer'
|
|
104
|
+
},
|
|
105
|
+
chain_2: {
|
|
106
|
+
channel_id: 'channel-0',
|
|
107
|
+
port_id: 'transfer'
|
|
108
|
+
},
|
|
109
|
+
ordering: 'unordered',
|
|
110
|
+
version: 'ics20-1',
|
|
111
|
+
tags: {
|
|
112
|
+
status: 'live',
|
|
113
|
+
preferred: true,
|
|
114
|
+
dex: 'osmosis'
|
|
115
|
+
}
|
|
116
|
+
}]
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
$schema: '../../ibc_data.schema.json',
|
|
120
|
+
chain_1: {
|
|
121
|
+
chain_name: 'stargazetestnet',
|
|
122
|
+
client_id: '07-tendermint-952',
|
|
123
|
+
connection_id: 'connection-947'
|
|
124
|
+
},
|
|
125
|
+
chain_2: {
|
|
126
|
+
chain_name: 'symphonytestnet3',
|
|
127
|
+
client_id: '07-tendermint-4',
|
|
128
|
+
connection_id: 'connection-4'
|
|
129
|
+
},
|
|
130
|
+
channels: [{
|
|
131
|
+
chain_1: {
|
|
132
|
+
channel_id: 'channel-998',
|
|
133
|
+
port_id: 'transfer'
|
|
134
|
+
},
|
|
135
|
+
chain_2: {
|
|
136
|
+
channel_id: 'channel-4',
|
|
137
|
+
port_id: 'transfer'
|
|
138
|
+
},
|
|
139
|
+
ordering: 'unordered',
|
|
140
|
+
version: 'ics20-1',
|
|
141
|
+
tags: {
|
|
142
|
+
status: 'live'
|
|
143
|
+
}
|
|
144
|
+
}]
|
|
145
|
+
}
|
|
146
|
+
];
|
|
147
|
+
exports.default = info;
|
|
@@ -0,0 +1,12 @@
|
|
|
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.ibc = exports.chain = exports.assets = void 0;
|
|
7
|
+
const assets_1 = __importDefault(require("./assets"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
const ibc_1 = __importDefault(require("./ibc"));
|
|
10
|
+
exports.assets = assets_1.default;
|
|
11
|
+
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibc = ibc_1.default;
|
|
@@ -19,7 +19,6 @@ const info = {
|
|
|
19
19
|
logo_URIs: {
|
|
20
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/ulastestnet/images/logo.png'
|
|
21
21
|
},
|
|
22
|
-
coingecko_id: 'ulas',
|
|
23
22
|
images: [{
|
|
24
23
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/ulastestnet/images/logo.png'
|
|
25
24
|
}],
|