chain-registry 1.63.55 β 1.63.57
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/injective/chain.js +8 -0
- package/esm/testnet/ibc.js +2 -0
- package/esm/testnet/osmosistestnet/ibc.js +30 -0
- package/esm/testnet/sourcetestnet/chain.js +14 -0
- package/esm/testnet/stargazetestnet/ibc.js +28 -0
- package/esm/testnet/symphonytestnet/ibc.js +58 -0
- package/esm/testnet/symphonytestnet/index.js +2 -0
- package/esm/testnet/xiontestnet/chain.js +10 -13
- package/mainnet/injective/chain.js +8 -0
- package/package.json +4 -4
- package/testnet/ibc.js +2 -0
- package/testnet/osmosistestnet/ibc.js +30 -0
- package/testnet/sourcetestnet/chain.js +14 -0
- package/testnet/stargazetestnet/ibc.js +28 -0
- package/testnet/symphonytestnet/ibc.d.ts +3 -0
- package/testnet/symphonytestnet/ibc.js +60 -0
- package/testnet/symphonytestnet/index.d.ts +1 -0
- package/testnet/symphonytestnet/index.js +3 -1
- package/testnet/xiontestnet/chain.js +10 -13
|
@@ -89,6 +89,10 @@ const info = {
|
|
|
89
89
|
{
|
|
90
90
|
address: 'https://rpc-injective.ecostake.com',
|
|
91
91
|
provider: 'ecostake'
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
address: 'https://rpc-injective.kewrnode.com',
|
|
95
|
+
provider: 'Kewr Node'
|
|
92
96
|
}
|
|
93
97
|
],
|
|
94
98
|
rest: [
|
|
@@ -147,6 +151,10 @@ const info = {
|
|
|
147
151
|
{
|
|
148
152
|
address: 'https://rest-injective.ecostake.com',
|
|
149
153
|
provider: 'ecostake'
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
address: 'https://rest-injective.kewrnode.com',
|
|
157
|
+
provider: 'Kewr Node'
|
|
150
158
|
}
|
|
151
159
|
],
|
|
152
160
|
grpc: [
|
package/esm/testnet/ibc.js
CHANGED
|
@@ -33,6 +33,7 @@ import * as _sagatestnet from './sagatestnet';
|
|
|
33
33
|
import * as _sgetestnet from './sgetestnet';
|
|
34
34
|
import * as _stargazetestnet from './stargazetestnet';
|
|
35
35
|
import * as _swisstroniktestnet from './swisstroniktestnet';
|
|
36
|
+
import * as _symphonytestnet from './symphonytestnet';
|
|
36
37
|
import * as _terra2testnet from './terra2testnet';
|
|
37
38
|
import * as _titantestnet from './titantestnet';
|
|
38
39
|
import * as _xiontestnet from './xiontestnet';
|
|
@@ -72,6 +73,7 @@ const ibc = [
|
|
|
72
73
|
..._sgetestnet.ibc,
|
|
73
74
|
..._stargazetestnet.ibc,
|
|
74
75
|
..._swisstroniktestnet.ibc,
|
|
76
|
+
..._symphonytestnet.ibc,
|
|
75
77
|
..._terra2testnet.ibc,
|
|
76
78
|
..._titantestnet.ibc,
|
|
77
79
|
..._xiontestnet.ibc
|
|
@@ -861,6 +861,36 @@ const info = [
|
|
|
861
861
|
}
|
|
862
862
|
}]
|
|
863
863
|
},
|
|
864
|
+
{
|
|
865
|
+
$schema: '../ibc_data.schema.json',
|
|
866
|
+
chain_1: {
|
|
867
|
+
chain_name: 'osmosistestnet',
|
|
868
|
+
client_id: '07-tendermint-3902',
|
|
869
|
+
connection_id: 'connection-3027'
|
|
870
|
+
},
|
|
871
|
+
chain_2: {
|
|
872
|
+
chain_name: 'symphonytestnet',
|
|
873
|
+
client_id: '07-tendermint-1',
|
|
874
|
+
connection_id: 'connection-3393'
|
|
875
|
+
},
|
|
876
|
+
channels: [{
|
|
877
|
+
chain_1: {
|
|
878
|
+
channel_id: 'channnel-8686',
|
|
879
|
+
port_id: 'transfer'
|
|
880
|
+
},
|
|
881
|
+
chain_2: {
|
|
882
|
+
channel_id: 'channel-0',
|
|
883
|
+
port_id: 'transfer'
|
|
884
|
+
},
|
|
885
|
+
ordering: 'unordered',
|
|
886
|
+
version: 'ics20-1',
|
|
887
|
+
tags: {
|
|
888
|
+
status: 'live',
|
|
889
|
+
preferred: true,
|
|
890
|
+
dex: 'osmosis'
|
|
891
|
+
}
|
|
892
|
+
}]
|
|
893
|
+
},
|
|
864
894
|
{
|
|
865
895
|
$schema: '../../ibc_data.schema.json',
|
|
866
896
|
chain_1: {
|
|
@@ -51,6 +51,10 @@ const info = {
|
|
|
51
51
|
{
|
|
52
52
|
address: 'https://source-testnet.rpc.kjnodes.com',
|
|
53
53
|
provider: 'kjnodes'
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
address: 'https://source_testnet_rpc.chain.whenmoonwhenlambo.money',
|
|
57
|
+
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
54
58
|
}
|
|
55
59
|
],
|
|
56
60
|
rest: [
|
|
@@ -73,6 +77,10 @@ const info = {
|
|
|
73
77
|
{
|
|
74
78
|
address: 'https://source.api.t.stavr.tech',
|
|
75
79
|
provider: 'π₯STAVRπ₯'
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
address: 'https://source_testnet_api.chain.whenmoonwhenlambo.money',
|
|
83
|
+
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
76
84
|
}
|
|
77
85
|
],
|
|
78
86
|
grpc: [{
|
|
@@ -98,6 +106,12 @@ const info = {
|
|
|
98
106
|
kind: 'SR20DE',
|
|
99
107
|
url: 'https://explorer.sr20de.xyz/Source-testnet',
|
|
100
108
|
tx_page: 'https://explorer.sr20de.xyz/Source-testnet/txs/${txHash}'
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
kind: 'π WHEN MOON π WHEN LAMBO π₯',
|
|
112
|
+
url: 'https://explorer.whenmoonwhenlambo.money/source-testnet',
|
|
113
|
+
tx_page: 'https://explorer.whenmoonwhenlambo.money/source-testnet/tx/${txHash}',
|
|
114
|
+
account_page: 'https://explorer.whenmoonwhenlambo.money/source-testnet/account/${accountAddress}'
|
|
101
115
|
}
|
|
102
116
|
]
|
|
103
117
|
};
|
|
@@ -102,6 +102,34 @@ const info = [
|
|
|
102
102
|
}
|
|
103
103
|
}]
|
|
104
104
|
},
|
|
105
|
+
{
|
|
106
|
+
$schema: '../ibc_data.schema.json',
|
|
107
|
+
chain_1: {
|
|
108
|
+
chain_name: 'stargazetestnet',
|
|
109
|
+
client_id: '07-tendermint-949',
|
|
110
|
+
connection_id: 'connection-944'
|
|
111
|
+
},
|
|
112
|
+
chain_2: {
|
|
113
|
+
chain_name: 'symphonytestnet',
|
|
114
|
+
client_id: '07-tendermint-6',
|
|
115
|
+
connection_id: 'connection-5'
|
|
116
|
+
},
|
|
117
|
+
channels: [{
|
|
118
|
+
chain_1: {
|
|
119
|
+
channel_id: 'channel-638',
|
|
120
|
+
port_id: 'transfer'
|
|
121
|
+
},
|
|
122
|
+
chain_2: {
|
|
123
|
+
channel_id: 'channel-2',
|
|
124
|
+
port_id: 'transfer'
|
|
125
|
+
},
|
|
126
|
+
ordering: 'unordered',
|
|
127
|
+
version: 'ics20-1',
|
|
128
|
+
tags: {
|
|
129
|
+
status: 'live'
|
|
130
|
+
}
|
|
131
|
+
}]
|
|
132
|
+
},
|
|
105
133
|
{
|
|
106
134
|
$schema: '../../ibc_data.schema.json',
|
|
107
135
|
chain_1: {
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
const info = [{
|
|
2
|
+
$schema: '../ibc_data.schema.json',
|
|
3
|
+
chain_1: {
|
|
4
|
+
chain_name: 'osmosistestnet',
|
|
5
|
+
client_id: '07-tendermint-3902',
|
|
6
|
+
connection_id: 'connection-3027'
|
|
7
|
+
},
|
|
8
|
+
chain_2: {
|
|
9
|
+
chain_name: 'symphonytestnet',
|
|
10
|
+
client_id: '07-tendermint-1',
|
|
11
|
+
connection_id: 'connection-3393'
|
|
12
|
+
},
|
|
13
|
+
channels: [{
|
|
14
|
+
chain_1: {
|
|
15
|
+
channel_id: 'channnel-8686',
|
|
16
|
+
port_id: 'transfer'
|
|
17
|
+
},
|
|
18
|
+
chain_2: {
|
|
19
|
+
channel_id: 'channel-0',
|
|
20
|
+
port_id: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
ordering: 'unordered',
|
|
23
|
+
version: 'ics20-1',
|
|
24
|
+
tags: {
|
|
25
|
+
status: 'live',
|
|
26
|
+
preferred: true,
|
|
27
|
+
dex: 'osmosis'
|
|
28
|
+
}
|
|
29
|
+
}]
|
|
30
|
+
}, {
|
|
31
|
+
$schema: '../ibc_data.schema.json',
|
|
32
|
+
chain_1: {
|
|
33
|
+
chain_name: 'stargazetestnet',
|
|
34
|
+
client_id: '07-tendermint-949',
|
|
35
|
+
connection_id: 'connection-944'
|
|
36
|
+
},
|
|
37
|
+
chain_2: {
|
|
38
|
+
chain_name: 'symphonytestnet',
|
|
39
|
+
client_id: '07-tendermint-6',
|
|
40
|
+
connection_id: 'connection-5'
|
|
41
|
+
},
|
|
42
|
+
channels: [{
|
|
43
|
+
chain_1: {
|
|
44
|
+
channel_id: 'channel-638',
|
|
45
|
+
port_id: 'transfer'
|
|
46
|
+
},
|
|
47
|
+
chain_2: {
|
|
48
|
+
channel_id: 'channel-2',
|
|
49
|
+
port_id: 'transfer'
|
|
50
|
+
},
|
|
51
|
+
ordering: 'unordered',
|
|
52
|
+
version: 'ics20-1',
|
|
53
|
+
tags: {
|
|
54
|
+
status: 'live'
|
|
55
|
+
}
|
|
56
|
+
}]
|
|
57
|
+
}];
|
|
58
|
+
export default info;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
const info = {
|
|
2
2
|
$schema: '../../chain.schema.json',
|
|
3
3
|
chain_name: 'xiontestnet',
|
|
4
|
+
chain_id: 'xion-testnet-1',
|
|
5
|
+
pretty_name: 'Xion Testnet',
|
|
6
|
+
website: 'https://burnt.com',
|
|
4
7
|
status: 'live',
|
|
5
8
|
network_type: 'testnet',
|
|
6
|
-
pretty_name: 'Xion Testnet',
|
|
7
9
|
chain_type: 'cosmos',
|
|
8
|
-
chain_id: 'xion-testnet-1',
|
|
9
10
|
bech32_prefix: 'xion',
|
|
10
11
|
daemon_name: 'xiond',
|
|
11
12
|
node_home: '$HOME/.xiond',
|
|
@@ -14,8 +15,8 @@ const info = {
|
|
|
14
15
|
fees: {
|
|
15
16
|
fee_tokens: [{
|
|
16
17
|
denom: 'uxion',
|
|
17
|
-
fixed_min_gas_price: 0,
|
|
18
|
-
low_gas_price: 0,
|
|
18
|
+
fixed_min_gas_price: 0.025,
|
|
19
|
+
low_gas_price: 0.025,
|
|
19
20
|
average_gas_price: 0.025,
|
|
20
21
|
high_gas_price: 0.04
|
|
21
22
|
}]
|
|
@@ -25,11 +26,7 @@ const info = {
|
|
|
25
26
|
denom: 'uxion'
|
|
26
27
|
}]
|
|
27
28
|
},
|
|
28
|
-
codebase: {
|
|
29
|
-
cosmos_sdk_version: '0.47.10',
|
|
30
|
-
cosmwasm_enabled: true,
|
|
31
|
-
cosmwasm_version: '0.45.1'
|
|
32
|
-
},
|
|
29
|
+
codebase: {},
|
|
33
30
|
apis: {
|
|
34
31
|
rpc: [{
|
|
35
32
|
address: 'https://testnet-burnt-rpc.lavenderfive.com',
|
|
@@ -53,6 +50,9 @@ const info = {
|
|
|
53
50
|
provider: 'polkachu'
|
|
54
51
|
}]
|
|
55
52
|
},
|
|
53
|
+
images: [{
|
|
54
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png'
|
|
55
|
+
}],
|
|
56
56
|
logo_URIs: {
|
|
57
57
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png'
|
|
58
58
|
},
|
|
@@ -60,9 +60,6 @@ const info = {
|
|
|
60
60
|
'xion',
|
|
61
61
|
'burnt',
|
|
62
62
|
'testnet'
|
|
63
|
-
]
|
|
64
|
-
images: [{
|
|
65
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png'
|
|
66
|
-
}]
|
|
63
|
+
]
|
|
67
64
|
};
|
|
68
65
|
export default info;
|
|
@@ -91,6 +91,10 @@ const info = {
|
|
|
91
91
|
{
|
|
92
92
|
address: 'https://rpc-injective.ecostake.com',
|
|
93
93
|
provider: 'ecostake'
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
address: 'https://rpc-injective.kewrnode.com',
|
|
97
|
+
provider: 'Kewr Node'
|
|
94
98
|
}
|
|
95
99
|
],
|
|
96
100
|
rest: [
|
|
@@ -149,6 +153,10 @@ const info = {
|
|
|
149
153
|
{
|
|
150
154
|
address: 'https://rest-injective.ecostake.com',
|
|
151
155
|
provider: 'ecostake'
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
address: 'https://rest-injective.kewrnode.com',
|
|
159
|
+
provider: 'Kewr Node'
|
|
152
160
|
}
|
|
153
161
|
],
|
|
154
162
|
grpc: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.63.
|
|
3
|
+
"version": "1.63.57",
|
|
4
4
|
"description": "Cosmos chain registry βοΈ",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.46.
|
|
32
|
+
"@chain-registry/utils": "^1.46.47",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.47"
|
|
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": "5fc5f2f0e068940263421b72c17a0177e1c44c54"
|
|
47
47
|
}
|
package/testnet/ibc.js
CHANGED
|
@@ -58,6 +58,7 @@ const _sagatestnet = __importStar(require("./sagatestnet"));
|
|
|
58
58
|
const _sgetestnet = __importStar(require("./sgetestnet"));
|
|
59
59
|
const _stargazetestnet = __importStar(require("./stargazetestnet"));
|
|
60
60
|
const _swisstroniktestnet = __importStar(require("./swisstroniktestnet"));
|
|
61
|
+
const _symphonytestnet = __importStar(require("./symphonytestnet"));
|
|
61
62
|
const _terra2testnet = __importStar(require("./terra2testnet"));
|
|
62
63
|
const _titantestnet = __importStar(require("./titantestnet"));
|
|
63
64
|
const _xiontestnet = __importStar(require("./xiontestnet"));
|
|
@@ -97,6 +98,7 @@ const ibc = [
|
|
|
97
98
|
..._sgetestnet.ibc,
|
|
98
99
|
..._stargazetestnet.ibc,
|
|
99
100
|
..._swisstroniktestnet.ibc,
|
|
101
|
+
..._symphonytestnet.ibc,
|
|
100
102
|
..._terra2testnet.ibc,
|
|
101
103
|
..._titantestnet.ibc,
|
|
102
104
|
..._xiontestnet.ibc
|
|
@@ -863,6 +863,36 @@ const info = [
|
|
|
863
863
|
}
|
|
864
864
|
}]
|
|
865
865
|
},
|
|
866
|
+
{
|
|
867
|
+
$schema: '../ibc_data.schema.json',
|
|
868
|
+
chain_1: {
|
|
869
|
+
chain_name: 'osmosistestnet',
|
|
870
|
+
client_id: '07-tendermint-3902',
|
|
871
|
+
connection_id: 'connection-3027'
|
|
872
|
+
},
|
|
873
|
+
chain_2: {
|
|
874
|
+
chain_name: 'symphonytestnet',
|
|
875
|
+
client_id: '07-tendermint-1',
|
|
876
|
+
connection_id: 'connection-3393'
|
|
877
|
+
},
|
|
878
|
+
channels: [{
|
|
879
|
+
chain_1: {
|
|
880
|
+
channel_id: 'channnel-8686',
|
|
881
|
+
port_id: 'transfer'
|
|
882
|
+
},
|
|
883
|
+
chain_2: {
|
|
884
|
+
channel_id: 'channel-0',
|
|
885
|
+
port_id: 'transfer'
|
|
886
|
+
},
|
|
887
|
+
ordering: 'unordered',
|
|
888
|
+
version: 'ics20-1',
|
|
889
|
+
tags: {
|
|
890
|
+
status: 'live',
|
|
891
|
+
preferred: true,
|
|
892
|
+
dex: 'osmosis'
|
|
893
|
+
}
|
|
894
|
+
}]
|
|
895
|
+
},
|
|
866
896
|
{
|
|
867
897
|
$schema: '../../ibc_data.schema.json',
|
|
868
898
|
chain_1: {
|
|
@@ -53,6 +53,10 @@ const info = {
|
|
|
53
53
|
{
|
|
54
54
|
address: 'https://source-testnet.rpc.kjnodes.com',
|
|
55
55
|
provider: 'kjnodes'
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
address: 'https://source_testnet_rpc.chain.whenmoonwhenlambo.money',
|
|
59
|
+
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
56
60
|
}
|
|
57
61
|
],
|
|
58
62
|
rest: [
|
|
@@ -75,6 +79,10 @@ const info = {
|
|
|
75
79
|
{
|
|
76
80
|
address: 'https://source.api.t.stavr.tech',
|
|
77
81
|
provider: 'π₯STAVRπ₯'
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
address: 'https://source_testnet_api.chain.whenmoonwhenlambo.money',
|
|
85
|
+
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
78
86
|
}
|
|
79
87
|
],
|
|
80
88
|
grpc: [{
|
|
@@ -100,6 +108,12 @@ const info = {
|
|
|
100
108
|
kind: 'SR20DE',
|
|
101
109
|
url: 'https://explorer.sr20de.xyz/Source-testnet',
|
|
102
110
|
tx_page: 'https://explorer.sr20de.xyz/Source-testnet/txs/${txHash}'
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
kind: 'π WHEN MOON π WHEN LAMBO π₯',
|
|
114
|
+
url: 'https://explorer.whenmoonwhenlambo.money/source-testnet',
|
|
115
|
+
tx_page: 'https://explorer.whenmoonwhenlambo.money/source-testnet/tx/${txHash}',
|
|
116
|
+
account_page: 'https://explorer.whenmoonwhenlambo.money/source-testnet/account/${accountAddress}'
|
|
103
117
|
}
|
|
104
118
|
]
|
|
105
119
|
};
|
|
@@ -104,6 +104,34 @@ const info = [
|
|
|
104
104
|
}
|
|
105
105
|
}]
|
|
106
106
|
},
|
|
107
|
+
{
|
|
108
|
+
$schema: '../ibc_data.schema.json',
|
|
109
|
+
chain_1: {
|
|
110
|
+
chain_name: 'stargazetestnet',
|
|
111
|
+
client_id: '07-tendermint-949',
|
|
112
|
+
connection_id: 'connection-944'
|
|
113
|
+
},
|
|
114
|
+
chain_2: {
|
|
115
|
+
chain_name: 'symphonytestnet',
|
|
116
|
+
client_id: '07-tendermint-6',
|
|
117
|
+
connection_id: 'connection-5'
|
|
118
|
+
},
|
|
119
|
+
channels: [{
|
|
120
|
+
chain_1: {
|
|
121
|
+
channel_id: 'channel-638',
|
|
122
|
+
port_id: 'transfer'
|
|
123
|
+
},
|
|
124
|
+
chain_2: {
|
|
125
|
+
channel_id: 'channel-2',
|
|
126
|
+
port_id: 'transfer'
|
|
127
|
+
},
|
|
128
|
+
ordering: 'unordered',
|
|
129
|
+
version: 'ics20-1',
|
|
130
|
+
tags: {
|
|
131
|
+
status: 'live'
|
|
132
|
+
}
|
|
133
|
+
}]
|
|
134
|
+
},
|
|
107
135
|
{
|
|
108
136
|
$schema: '../../ibc_data.schema.json',
|
|
109
137
|
chain_1: {
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [{
|
|
4
|
+
$schema: '../ibc_data.schema.json',
|
|
5
|
+
chain_1: {
|
|
6
|
+
chain_name: 'osmosistestnet',
|
|
7
|
+
client_id: '07-tendermint-3902',
|
|
8
|
+
connection_id: 'connection-3027'
|
|
9
|
+
},
|
|
10
|
+
chain_2: {
|
|
11
|
+
chain_name: 'symphonytestnet',
|
|
12
|
+
client_id: '07-tendermint-1',
|
|
13
|
+
connection_id: 'connection-3393'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain_1: {
|
|
17
|
+
channel_id: 'channnel-8686',
|
|
18
|
+
port_id: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain_2: {
|
|
21
|
+
channel_id: 'channel-0',
|
|
22
|
+
port_id: 'transfer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'unordered',
|
|
25
|
+
version: 'ics20-1',
|
|
26
|
+
tags: {
|
|
27
|
+
status: 'live',
|
|
28
|
+
preferred: true,
|
|
29
|
+
dex: 'osmosis'
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
}, {
|
|
33
|
+
$schema: '../ibc_data.schema.json',
|
|
34
|
+
chain_1: {
|
|
35
|
+
chain_name: 'stargazetestnet',
|
|
36
|
+
client_id: '07-tendermint-949',
|
|
37
|
+
connection_id: 'connection-944'
|
|
38
|
+
},
|
|
39
|
+
chain_2: {
|
|
40
|
+
chain_name: 'symphonytestnet',
|
|
41
|
+
client_id: '07-tendermint-6',
|
|
42
|
+
connection_id: 'connection-5'
|
|
43
|
+
},
|
|
44
|
+
channels: [{
|
|
45
|
+
chain_1: {
|
|
46
|
+
channel_id: 'channel-638',
|
|
47
|
+
port_id: 'transfer'
|
|
48
|
+
},
|
|
49
|
+
chain_2: {
|
|
50
|
+
channel_id: 'channel-2',
|
|
51
|
+
port_id: 'transfer'
|
|
52
|
+
},
|
|
53
|
+
ordering: 'unordered',
|
|
54
|
+
version: 'ics20-1',
|
|
55
|
+
tags: {
|
|
56
|
+
status: 'live'
|
|
57
|
+
}
|
|
58
|
+
}]
|
|
59
|
+
}];
|
|
60
|
+
exports.default = info;
|
|
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.chain = exports.assets = void 0;
|
|
6
|
+
exports.ibc = exports.chain = exports.assets = void 0;
|
|
7
7
|
const assets_1 = __importDefault(require("./assets"));
|
|
8
8
|
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
const ibc_1 = __importDefault(require("./ibc"));
|
|
9
10
|
exports.assets = assets_1.default;
|
|
10
11
|
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibc = ibc_1.default;
|
|
@@ -3,11 +3,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const info = {
|
|
4
4
|
$schema: '../../chain.schema.json',
|
|
5
5
|
chain_name: 'xiontestnet',
|
|
6
|
+
chain_id: 'xion-testnet-1',
|
|
7
|
+
pretty_name: 'Xion Testnet',
|
|
8
|
+
website: 'https://burnt.com',
|
|
6
9
|
status: 'live',
|
|
7
10
|
network_type: 'testnet',
|
|
8
|
-
pretty_name: 'Xion Testnet',
|
|
9
11
|
chain_type: 'cosmos',
|
|
10
|
-
chain_id: 'xion-testnet-1',
|
|
11
12
|
bech32_prefix: 'xion',
|
|
12
13
|
daemon_name: 'xiond',
|
|
13
14
|
node_home: '$HOME/.xiond',
|
|
@@ -16,8 +17,8 @@ const info = {
|
|
|
16
17
|
fees: {
|
|
17
18
|
fee_tokens: [{
|
|
18
19
|
denom: 'uxion',
|
|
19
|
-
fixed_min_gas_price: 0,
|
|
20
|
-
low_gas_price: 0,
|
|
20
|
+
fixed_min_gas_price: 0.025,
|
|
21
|
+
low_gas_price: 0.025,
|
|
21
22
|
average_gas_price: 0.025,
|
|
22
23
|
high_gas_price: 0.04
|
|
23
24
|
}]
|
|
@@ -27,11 +28,7 @@ const info = {
|
|
|
27
28
|
denom: 'uxion'
|
|
28
29
|
}]
|
|
29
30
|
},
|
|
30
|
-
codebase: {
|
|
31
|
-
cosmos_sdk_version: '0.47.10',
|
|
32
|
-
cosmwasm_enabled: true,
|
|
33
|
-
cosmwasm_version: '0.45.1'
|
|
34
|
-
},
|
|
31
|
+
codebase: {},
|
|
35
32
|
apis: {
|
|
36
33
|
rpc: [{
|
|
37
34
|
address: 'https://testnet-burnt-rpc.lavenderfive.com',
|
|
@@ -55,6 +52,9 @@ const info = {
|
|
|
55
52
|
provider: 'polkachu'
|
|
56
53
|
}]
|
|
57
54
|
},
|
|
55
|
+
images: [{
|
|
56
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png'
|
|
57
|
+
}],
|
|
58
58
|
logo_URIs: {
|
|
59
59
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png'
|
|
60
60
|
},
|
|
@@ -62,9 +62,6 @@ const info = {
|
|
|
62
62
|
'xion',
|
|
63
63
|
'burnt',
|
|
64
64
|
'testnet'
|
|
65
|
-
]
|
|
66
|
-
images: [{
|
|
67
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png'
|
|
68
|
-
}]
|
|
65
|
+
]
|
|
69
66
|
};
|
|
70
67
|
exports.default = info;
|