chain-registry 2.0.172 → 2.0.174
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/coreum/asset-list.js +17 -18
- package/esm/mainnet/coreum/chain.js +45 -46
- package/esm/mainnet/osmosis/asset-list.js +15 -16
- package/esm/testnet/coreumtestnet/asset-list.js +16 -17
- package/esm/testnet/coreumtestnet/chain.js +33 -33
- package/esm/testnet/cosmosicsprovidertestnet/chain.js +9 -9
- package/mainnet/coreum/asset-list.js +17 -18
- package/mainnet/coreum/chain.js +45 -46
- package/mainnet/osmosis/asset-list.js +15 -16
- package/package.json +3 -3
- package/testnet/coreumtestnet/asset-list.js +16 -17
- package/testnet/coreumtestnet/chain.js +33 -33
- package/testnet/cosmosicsprovidertestnet/chain.js +9 -9
|
@@ -3,38 +3,37 @@ const info = {
|
|
|
3
3
|
chainName: 'coreum',
|
|
4
4
|
assets: [
|
|
5
5
|
{
|
|
6
|
-
description: 'The native token of
|
|
6
|
+
description: 'The native token of TX',
|
|
7
7
|
denomUnits: [{
|
|
8
8
|
denom: 'ucore',
|
|
9
9
|
exponent: 0
|
|
10
10
|
}, {
|
|
11
|
-
denom: '
|
|
11
|
+
denom: 'tx',
|
|
12
12
|
exponent: 6
|
|
13
13
|
}],
|
|
14
14
|
base: 'ucore',
|
|
15
|
-
name: '
|
|
16
|
-
display: '
|
|
17
|
-
symbol: '
|
|
15
|
+
name: 'TX',
|
|
16
|
+
display: 'tx',
|
|
17
|
+
symbol: 'TX',
|
|
18
18
|
logoURIs: {
|
|
19
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
20
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
21
21
|
},
|
|
22
|
-
coingeckoId: '
|
|
22
|
+
coingeckoId: 'tx',
|
|
23
23
|
keywords: [
|
|
24
|
-
'
|
|
25
|
-
'
|
|
26
|
-
'
|
|
27
|
-
'
|
|
28
|
-
'
|
|
29
|
-
'XRPL'
|
|
24
|
+
'L1',
|
|
25
|
+
'RWA',
|
|
26
|
+
'RWA Protocol',
|
|
27
|
+
'RWA Marketplace',
|
|
28
|
+
'tokenization'
|
|
30
29
|
],
|
|
31
30
|
images: [{
|
|
32
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
33
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
31
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
32
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
34
33
|
}],
|
|
35
34
|
socials: {
|
|
36
|
-
website: 'https://
|
|
37
|
-
x: 'https://x.com/
|
|
35
|
+
website: 'https://tx.org/',
|
|
36
|
+
x: 'https://x.com/txEcosystem'
|
|
38
37
|
},
|
|
39
38
|
typeAsset: 'sdk.coin'
|
|
40
39
|
},
|
|
@@ -3,12 +3,12 @@ const info = {
|
|
|
3
3
|
chainName: 'coreum',
|
|
4
4
|
status: 'live',
|
|
5
5
|
networkType: 'mainnet',
|
|
6
|
-
website: 'https://
|
|
7
|
-
prettyName: '
|
|
6
|
+
website: 'https://tx.org/',
|
|
7
|
+
prettyName: 'TX',
|
|
8
8
|
chainType: 'cosmos',
|
|
9
9
|
chainId: 'coreum-mainnet-1',
|
|
10
10
|
bech32Prefix: 'core',
|
|
11
|
-
daemonName: '
|
|
11
|
+
daemonName: 'txd',
|
|
12
12
|
nodeHome: '$HOME/.core/coreum-mainnet-1',
|
|
13
13
|
keyAlgos: ['secp256k1'],
|
|
14
14
|
slip44: 990,
|
|
@@ -30,12 +30,12 @@ const info = {
|
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
codebase: {
|
|
33
|
-
gitRepo: 'https://github.com/
|
|
34
|
-
recommendedVersion: '
|
|
35
|
-
compatibleVersions: ['
|
|
33
|
+
gitRepo: 'https://github.com/tokenize-x/tx-chain',
|
|
34
|
+
recommendedVersion: 'v6.0.1',
|
|
35
|
+
compatibleVersions: ['v6.0.1'],
|
|
36
36
|
binaries: {
|
|
37
|
-
"linux/amd64": 'https://github.com/
|
|
38
|
-
"linux/arm64": 'https://github.com/
|
|
37
|
+
"linux/amd64": 'https://github.com/tokenize-x/tx-chain/releases/download/v6.0.1/txd-linux-amd64?checksum=sha256:5865d0351b5c6c084ec8e0501104f5acc441820981dab6debf4b9a8c6df61703',
|
|
38
|
+
"linux/arm64": 'https://github.com/tokenize-x/tx-chain/releases/download/v6.0.1/txd-linux-arm64?checksum=sha256:f7edeb470e3f1952fd8c516cd08a973012c94d9f6a6c92ca902bf56402b32d86'
|
|
39
39
|
},
|
|
40
40
|
consensus: {
|
|
41
41
|
type: 'cometbft',
|
|
@@ -56,31 +56,27 @@ const info = {
|
|
|
56
56
|
tag: 'v5.0.0'
|
|
57
57
|
},
|
|
58
58
|
images: [{
|
|
59
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png'
|
|
60
60
|
}, {
|
|
61
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
62
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
62
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
63
63
|
}],
|
|
64
64
|
logoURIs: {
|
|
65
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
65
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png'
|
|
66
66
|
},
|
|
67
67
|
apis: {
|
|
68
68
|
rpc: [
|
|
69
69
|
{
|
|
70
|
-
address: 'https://
|
|
71
|
-
provider: '
|
|
70
|
+
address: 'https://rpc-01.mainnet-1.tx.org/',
|
|
71
|
+
provider: 'TX Foundation'
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
|
-
address: 'https://
|
|
75
|
-
provider: '
|
|
74
|
+
address: 'https://rpc-02.mainnet-1.tx.org/',
|
|
75
|
+
provider: 'TX Foundation'
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
|
-
address: 'https://
|
|
79
|
-
provider: '
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
address: 'https://full-node-uranium.mainnet-1.coreum.dev:26657',
|
|
83
|
-
provider: 'Coreum Foundation'
|
|
78
|
+
address: 'https://archive.rpc.mainnet-1.tx.org/',
|
|
79
|
+
provider: 'TX Foundation'
|
|
84
80
|
},
|
|
85
81
|
{
|
|
86
82
|
address: 'https://rpc-coreum.ecostake.com',
|
|
@@ -117,20 +113,16 @@ const info = {
|
|
|
117
113
|
],
|
|
118
114
|
grpc: [
|
|
119
115
|
{
|
|
120
|
-
address: 'https://
|
|
121
|
-
provider: '
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
address: 'https://full-node-californium.mainnet-1.coreum.dev:9090',
|
|
125
|
-
provider: 'Coreum Foundation'
|
|
116
|
+
address: 'https://grpc-01.mainnet-1.tx.org',
|
|
117
|
+
provider: 'TX Foundation'
|
|
126
118
|
},
|
|
127
119
|
{
|
|
128
|
-
address: 'https://
|
|
129
|
-
provider: '
|
|
120
|
+
address: 'https://grpc-02.mainnet-1.tx.org',
|
|
121
|
+
provider: 'TX Foundation'
|
|
130
122
|
},
|
|
131
123
|
{
|
|
132
|
-
address: 'https://
|
|
133
|
-
provider: '
|
|
124
|
+
address: 'https://archive.grpc.mainnet-1.tx.org',
|
|
125
|
+
provider: 'TX Foundation'
|
|
134
126
|
},
|
|
135
127
|
{
|
|
136
128
|
address: 'https://grpc.coreum.nodexcapital.com:444',
|
|
@@ -150,6 +142,18 @@ const info = {
|
|
|
150
142
|
}
|
|
151
143
|
],
|
|
152
144
|
rest: [
|
|
145
|
+
{
|
|
146
|
+
address: 'https://rest-01.mainnet-1.tx.org/',
|
|
147
|
+
provider: 'TX Foundation'
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
address: 'https://rest-02.mainnet-1.tx.org/',
|
|
151
|
+
provider: 'TX Foundation'
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
address: 'https://archive.rest.mainnet-1.tx.org/',
|
|
155
|
+
provider: 'TX Foundation'
|
|
156
|
+
},
|
|
153
157
|
{
|
|
154
158
|
address: 'https://rest-coreum.ecostake.com',
|
|
155
159
|
provider: 'ecostake'
|
|
@@ -158,10 +162,6 @@ const info = {
|
|
|
158
162
|
address: 'https://coreum.api.silknodes.io',
|
|
159
163
|
provider: 'Silk Nodes'
|
|
160
164
|
},
|
|
161
|
-
{
|
|
162
|
-
address: 'https://full-node.mainnet-1.coreum.dev:1317',
|
|
163
|
-
provider: 'Coreum'
|
|
164
|
-
},
|
|
165
165
|
{
|
|
166
166
|
address: 'https://coreum-rest.publicnode.com',
|
|
167
167
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -190,10 +190,10 @@ const info = {
|
|
|
190
190
|
},
|
|
191
191
|
explorers: [
|
|
192
192
|
{
|
|
193
|
-
kind: '
|
|
194
|
-
url: 'https://explorer.
|
|
195
|
-
txPage: 'https://explorer.
|
|
196
|
-
accountPage: 'https://explorer.
|
|
193
|
+
kind: 'TX',
|
|
194
|
+
url: 'https://explorer.tx.org/tx',
|
|
195
|
+
txPage: 'https://explorer.tx.org/tx/transactions/${txHash}',
|
|
196
|
+
accountPage: 'https://explorer.tx.org/tx/account/${accountAddress}'
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
kind: 'mintscan',
|
|
@@ -239,12 +239,11 @@ const info = {
|
|
|
239
239
|
}
|
|
240
240
|
],
|
|
241
241
|
keywords: [
|
|
242
|
-
'
|
|
243
|
-
'
|
|
244
|
-
'
|
|
245
|
-
'
|
|
246
|
-
'
|
|
247
|
-
'XRPL'
|
|
242
|
+
'L1',
|
|
243
|
+
'RWA',
|
|
244
|
+
'RWA Protocol',
|
|
245
|
+
'RWA Marketplace',
|
|
246
|
+
'tokenization'
|
|
248
247
|
]
|
|
249
248
|
};
|
|
250
249
|
export default info;
|
|
@@ -9668,20 +9668,20 @@ const info = {
|
|
|
9668
9668
|
}]
|
|
9669
9669
|
},
|
|
9670
9670
|
{
|
|
9671
|
-
description: 'The native token of
|
|
9671
|
+
description: 'The native token of TX',
|
|
9672
9672
|
denomUnits: [{
|
|
9673
9673
|
denom: 'ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65',
|
|
9674
9674
|
exponent: 0,
|
|
9675
9675
|
aliases: ['ucore']
|
|
9676
9676
|
}, {
|
|
9677
|
-
denom: '
|
|
9677
|
+
denom: 'tx',
|
|
9678
9678
|
exponent: 6
|
|
9679
9679
|
}],
|
|
9680
9680
|
typeAsset: 'ics20',
|
|
9681
9681
|
base: 'ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65',
|
|
9682
|
-
name: '
|
|
9683
|
-
display: '
|
|
9684
|
-
symbol: '
|
|
9682
|
+
name: 'TX',
|
|
9683
|
+
display: 'tx',
|
|
9684
|
+
symbol: 'TX',
|
|
9685
9685
|
traces: [{
|
|
9686
9686
|
type: 'ibc',
|
|
9687
9687
|
counterparty: {
|
|
@@ -9695,25 +9695,24 @@ const info = {
|
|
|
9695
9695
|
}
|
|
9696
9696
|
}],
|
|
9697
9697
|
logoURIs: {
|
|
9698
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
9699
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
9698
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
9699
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
9700
9700
|
},
|
|
9701
9701
|
images: [{
|
|
9702
9702
|
imageSync: {
|
|
9703
9703
|
chainName: 'coreum',
|
|
9704
9704
|
baseDenom: 'ucore'
|
|
9705
9705
|
},
|
|
9706
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
9707
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
9706
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
9707
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
9708
9708
|
}],
|
|
9709
|
-
coingeckoId: '
|
|
9709
|
+
coingeckoId: 'tx',
|
|
9710
9710
|
keywords: [
|
|
9711
|
-
'
|
|
9712
|
-
'
|
|
9713
|
-
'
|
|
9714
|
-
'
|
|
9715
|
-
'
|
|
9716
|
-
'XRPL'
|
|
9711
|
+
'L1',
|
|
9712
|
+
'RWA',
|
|
9713
|
+
'RWA Protocol',
|
|
9714
|
+
'RWA Marketplace',
|
|
9715
|
+
'tokenization'
|
|
9717
9716
|
]
|
|
9718
9717
|
},
|
|
9719
9718
|
{
|
|
@@ -2,46 +2,45 @@ const info = {
|
|
|
2
2
|
$schema: '../../assetlist.schema.json',
|
|
3
3
|
chainName: 'coreumtestnet',
|
|
4
4
|
assets: [{
|
|
5
|
-
description: 'The native token of
|
|
5
|
+
description: 'The native token of TX',
|
|
6
6
|
denomUnits: [{
|
|
7
7
|
denom: 'utestcore',
|
|
8
8
|
exponent: 0
|
|
9
9
|
}, {
|
|
10
|
-
denom: '
|
|
10
|
+
denom: 'testtx',
|
|
11
11
|
exponent: 6
|
|
12
12
|
}],
|
|
13
13
|
base: 'utestcore',
|
|
14
|
-
name: '
|
|
15
|
-
display: '
|
|
16
|
-
symbol: '
|
|
14
|
+
name: 'TX',
|
|
15
|
+
display: 'testtx',
|
|
16
|
+
symbol: 'TESTTX',
|
|
17
17
|
traces: [{
|
|
18
18
|
type: 'test-mintage',
|
|
19
19
|
counterparty: {
|
|
20
20
|
chainName: 'coreum',
|
|
21
21
|
baseDenom: 'ucore'
|
|
22
22
|
},
|
|
23
|
-
provider: '
|
|
23
|
+
provider: 'TX'
|
|
24
24
|
}],
|
|
25
25
|
logoURIs: {
|
|
26
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
27
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
28
28
|
},
|
|
29
|
-
coingeckoId: '
|
|
29
|
+
coingeckoId: 'tx',
|
|
30
30
|
keywords: [
|
|
31
|
-
'
|
|
32
|
-
'
|
|
33
|
-
'
|
|
34
|
-
'
|
|
35
|
-
'
|
|
36
|
-
'XRPL'
|
|
31
|
+
'L1',
|
|
32
|
+
'RWA',
|
|
33
|
+
'RWA Protocol',
|
|
34
|
+
'RWA Marketplace',
|
|
35
|
+
'tokenization'
|
|
37
36
|
],
|
|
38
37
|
images: [{
|
|
39
38
|
imageSync: {
|
|
40
39
|
chainName: 'coreum',
|
|
41
40
|
baseDenom: 'ucore'
|
|
42
41
|
},
|
|
43
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
44
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
42
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
43
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
45
44
|
}],
|
|
46
45
|
typeAsset: 'sdk.coin'
|
|
47
46
|
}]
|
|
@@ -3,12 +3,12 @@ const info = {
|
|
|
3
3
|
chainName: 'coreumtestnet',
|
|
4
4
|
status: 'live',
|
|
5
5
|
networkType: 'testnet',
|
|
6
|
-
website: 'https://
|
|
7
|
-
prettyName: '
|
|
6
|
+
website: 'https://tx.org/',
|
|
7
|
+
prettyName: 'TX',
|
|
8
8
|
chainType: 'cosmos',
|
|
9
9
|
chainId: 'coreum-testnet-1',
|
|
10
10
|
bech32Prefix: 'testcore',
|
|
11
|
-
daemonName: '
|
|
11
|
+
daemonName: 'txd',
|
|
12
12
|
nodeHome: '$HOME/.core/coreum-testnet-1',
|
|
13
13
|
keyAlgos: ['secp256k1'],
|
|
14
14
|
slip44: 990,
|
|
@@ -30,12 +30,12 @@ const info = {
|
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
codebase: {
|
|
33
|
-
gitRepo: 'https://github.com/
|
|
34
|
-
recommendedVersion: '
|
|
35
|
-
compatibleVersions: ['
|
|
33
|
+
gitRepo: 'https://github.com/tokenize-x/tx-chain',
|
|
34
|
+
recommendedVersion: 'v6.0.0',
|
|
35
|
+
compatibleVersions: ['v6.0.0'],
|
|
36
36
|
binaries: {
|
|
37
|
-
"linux/amd64": 'https://github.com/
|
|
38
|
-
"linux/arm64": 'https://github.com/
|
|
37
|
+
"linux/amd64": 'https://github.com/tokenize-x/tx-chain/releases/download/v6.0.0/txd-linux-amd64?checksum=sha256:aa417cea9aaeca87ac7ad553a677486936f67304e7a9d62198c142e8de63ad7a',
|
|
38
|
+
"linux/arm64": 'https://github.com/tokenize-x/tx-chain/releases/download/v6.0.0/txd-linux-arm64?checksum=sha256:c815d4a388d9d4d39c61dbb20c74c1bc3d5abf918e5b3a81316098831072aac2'
|
|
39
39
|
},
|
|
40
40
|
genesis: {
|
|
41
41
|
name: 'v0',
|
|
@@ -43,49 +43,49 @@ const info = {
|
|
|
43
43
|
},
|
|
44
44
|
consensus: {
|
|
45
45
|
type: 'cometbft',
|
|
46
|
-
version: '0.
|
|
46
|
+
version: '0.38'
|
|
47
47
|
},
|
|
48
48
|
sdk: {
|
|
49
49
|
type: 'cosmos',
|
|
50
|
-
version: '0.
|
|
50
|
+
version: '0.53.5'
|
|
51
51
|
},
|
|
52
52
|
cosmwasm: {
|
|
53
|
-
version: '0.
|
|
53
|
+
version: '0.60.5',
|
|
54
54
|
enabled: true
|
|
55
55
|
},
|
|
56
|
-
tag: '
|
|
56
|
+
tag: 'v6.0.0'
|
|
57
57
|
},
|
|
58
58
|
images: [{
|
|
59
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png'
|
|
60
60
|
}],
|
|
61
61
|
logoURIs: {
|
|
62
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
62
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png'
|
|
63
63
|
},
|
|
64
64
|
apis: {
|
|
65
65
|
rpc: [{
|
|
66
|
-
address: 'https://
|
|
67
|
-
provider: '
|
|
66
|
+
address: 'https://rpc.testnet-1.tx.org:443',
|
|
67
|
+
provider: 'TX Foundation'
|
|
68
68
|
}, {
|
|
69
|
-
address: 'https://
|
|
70
|
-
provider: '
|
|
69
|
+
address: 'https://rpc-01.testnet-1.tx.org:443',
|
|
70
|
+
provider: 'TX Foundation'
|
|
71
71
|
}],
|
|
72
72
|
grpc: [{
|
|
73
|
-
address: 'https://
|
|
74
|
-
provider: '
|
|
73
|
+
address: 'https://grpc.testnet-1.tx.org:443',
|
|
74
|
+
provider: 'TX Foundation'
|
|
75
75
|
}, {
|
|
76
|
-
address: 'https://
|
|
77
|
-
provider: '
|
|
76
|
+
address: 'https://gprc-01.testnet-1.tx.org:443',
|
|
77
|
+
provider: 'TX Foundation'
|
|
78
78
|
}],
|
|
79
79
|
rest: [{
|
|
80
|
-
address: 'https://
|
|
81
|
-
provider: '
|
|
80
|
+
address: 'https://rest.testnet-1.tx.org:443',
|
|
81
|
+
provider: 'TX'
|
|
82
82
|
}]
|
|
83
83
|
},
|
|
84
84
|
explorers: [{
|
|
85
|
-
kind: '
|
|
86
|
-
url: 'https://explorer.testnet-1.
|
|
87
|
-
txPage: 'https://explorer.testnet-1.
|
|
88
|
-
accountPage: 'https://explorer.testnet-1.
|
|
85
|
+
kind: 'TX',
|
|
86
|
+
url: 'https://explorer.testnet-1.tx.org/tx',
|
|
87
|
+
txPage: 'https://explorer.testnet-1.tx.org/tx/transactions/${txHash}',
|
|
88
|
+
accountPage: 'https://explorer.testnet-1.tx.org/tx/account/${accountAddress}'
|
|
89
89
|
}, {
|
|
90
90
|
kind: 'mintscan',
|
|
91
91
|
url: 'https://www.mintscan.io/coreum-testnet',
|
|
@@ -93,11 +93,11 @@ const info = {
|
|
|
93
93
|
accountPage: 'https://www.mintscan.io/coreum-testnet/accounts/${accountAddress}'
|
|
94
94
|
}],
|
|
95
95
|
keywords: [
|
|
96
|
-
'
|
|
97
|
-
'
|
|
98
|
-
'
|
|
99
|
-
'
|
|
100
|
-
'
|
|
96
|
+
'L1',
|
|
97
|
+
'RWA',
|
|
98
|
+
'RWA Protocol',
|
|
99
|
+
'RWA Marketplace',
|
|
100
|
+
'tokenization'
|
|
101
101
|
]
|
|
102
102
|
};
|
|
103
103
|
export default info;
|
|
@@ -27,17 +27,17 @@ const info = {
|
|
|
27
27
|
},
|
|
28
28
|
codebase: {
|
|
29
29
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
30
|
-
recommendedVersion: 'v27.
|
|
31
|
-
compatibleVersions: ['v27.
|
|
30
|
+
recommendedVersion: 'v27.1.0-rc0',
|
|
31
|
+
compatibleVersions: ['v27.1.0-rc0'],
|
|
32
32
|
consensus: {
|
|
33
33
|
type: 'cometbft',
|
|
34
34
|
version: 'v0.38.21'
|
|
35
35
|
},
|
|
36
36
|
binaries: {
|
|
37
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
38
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
39
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
40
|
-
"linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
37
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0-rc0/gaiad-v27.1.0-rc0-darwin-amd64',
|
|
38
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0-rc0/gaiad-v27.1.0-rc0-darwin-arm64',
|
|
39
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0-rc0/gaiad-v27.1.0-rc0-linux-amd64',
|
|
40
|
+
"linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0-rc0/gaiad-v27.1.0-rc0-linux-arm64'
|
|
41
41
|
},
|
|
42
42
|
genesis: {
|
|
43
43
|
genesisUrl: 'https://raw.githubusercontent.com/cosmos/testnets/master/provider/provider-genesis.json'
|
|
@@ -52,11 +52,11 @@ const info = {
|
|
|
52
52
|
version: 'v10.5.0'
|
|
53
53
|
},
|
|
54
54
|
cosmwasm: {
|
|
55
|
-
version: 'v0.60.
|
|
55
|
+
version: 'v0.60.5',
|
|
56
56
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
57
|
-
tag: 'v0.60.
|
|
57
|
+
tag: 'v0.60.5'
|
|
58
58
|
},
|
|
59
|
-
tag: 'v27.
|
|
59
|
+
tag: 'v27.1.0-rc0'
|
|
60
60
|
},
|
|
61
61
|
apis: {
|
|
62
62
|
rpc: [
|
|
@@ -5,38 +5,37 @@ const info = {
|
|
|
5
5
|
chainName: 'coreum',
|
|
6
6
|
assets: [
|
|
7
7
|
{
|
|
8
|
-
description: 'The native token of
|
|
8
|
+
description: 'The native token of TX',
|
|
9
9
|
denomUnits: [{
|
|
10
10
|
denom: 'ucore',
|
|
11
11
|
exponent: 0
|
|
12
12
|
}, {
|
|
13
|
-
denom: '
|
|
13
|
+
denom: 'tx',
|
|
14
14
|
exponent: 6
|
|
15
15
|
}],
|
|
16
16
|
base: 'ucore',
|
|
17
|
-
name: '
|
|
18
|
-
display: '
|
|
19
|
-
symbol: '
|
|
17
|
+
name: 'TX',
|
|
18
|
+
display: 'tx',
|
|
19
|
+
symbol: 'TX',
|
|
20
20
|
logoURIs: {
|
|
21
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
22
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
23
23
|
},
|
|
24
|
-
coingeckoId: '
|
|
24
|
+
coingeckoId: 'tx',
|
|
25
25
|
keywords: [
|
|
26
|
-
'
|
|
27
|
-
'
|
|
28
|
-
'
|
|
29
|
-
'
|
|
30
|
-
'
|
|
31
|
-
'XRPL'
|
|
26
|
+
'L1',
|
|
27
|
+
'RWA',
|
|
28
|
+
'RWA Protocol',
|
|
29
|
+
'RWA Marketplace',
|
|
30
|
+
'tokenization'
|
|
32
31
|
],
|
|
33
32
|
images: [{
|
|
34
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
35
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
33
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
34
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
36
35
|
}],
|
|
37
36
|
socials: {
|
|
38
|
-
website: 'https://
|
|
39
|
-
x: 'https://x.com/
|
|
37
|
+
website: 'https://tx.org/',
|
|
38
|
+
x: 'https://x.com/txEcosystem'
|
|
40
39
|
},
|
|
41
40
|
typeAsset: 'sdk.coin'
|
|
42
41
|
},
|
package/mainnet/coreum/chain.js
CHANGED
|
@@ -5,12 +5,12 @@ const info = {
|
|
|
5
5
|
chainName: 'coreum',
|
|
6
6
|
status: 'live',
|
|
7
7
|
networkType: 'mainnet',
|
|
8
|
-
website: 'https://
|
|
9
|
-
prettyName: '
|
|
8
|
+
website: 'https://tx.org/',
|
|
9
|
+
prettyName: 'TX',
|
|
10
10
|
chainType: 'cosmos',
|
|
11
11
|
chainId: 'coreum-mainnet-1',
|
|
12
12
|
bech32Prefix: 'core',
|
|
13
|
-
daemonName: '
|
|
13
|
+
daemonName: 'txd',
|
|
14
14
|
nodeHome: '$HOME/.core/coreum-mainnet-1',
|
|
15
15
|
keyAlgos: ['secp256k1'],
|
|
16
16
|
slip44: 990,
|
|
@@ -32,12 +32,12 @@ const info = {
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
codebase: {
|
|
35
|
-
gitRepo: 'https://github.com/
|
|
36
|
-
recommendedVersion: '
|
|
37
|
-
compatibleVersions: ['
|
|
35
|
+
gitRepo: 'https://github.com/tokenize-x/tx-chain',
|
|
36
|
+
recommendedVersion: 'v6.0.1',
|
|
37
|
+
compatibleVersions: ['v6.0.1'],
|
|
38
38
|
binaries: {
|
|
39
|
-
"linux/amd64": 'https://github.com/
|
|
40
|
-
"linux/arm64": 'https://github.com/
|
|
39
|
+
"linux/amd64": 'https://github.com/tokenize-x/tx-chain/releases/download/v6.0.1/txd-linux-amd64?checksum=sha256:5865d0351b5c6c084ec8e0501104f5acc441820981dab6debf4b9a8c6df61703',
|
|
40
|
+
"linux/arm64": 'https://github.com/tokenize-x/tx-chain/releases/download/v6.0.1/txd-linux-arm64?checksum=sha256:f7edeb470e3f1952fd8c516cd08a973012c94d9f6a6c92ca902bf56402b32d86'
|
|
41
41
|
},
|
|
42
42
|
consensus: {
|
|
43
43
|
type: 'cometbft',
|
|
@@ -58,31 +58,27 @@ const info = {
|
|
|
58
58
|
tag: 'v5.0.0'
|
|
59
59
|
},
|
|
60
60
|
images: [{
|
|
61
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png'
|
|
62
62
|
}, {
|
|
63
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
64
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
64
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
65
65
|
}],
|
|
66
66
|
logoURIs: {
|
|
67
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
67
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png'
|
|
68
68
|
},
|
|
69
69
|
apis: {
|
|
70
70
|
rpc: [
|
|
71
71
|
{
|
|
72
|
-
address: 'https://
|
|
73
|
-
provider: '
|
|
72
|
+
address: 'https://rpc-01.mainnet-1.tx.org/',
|
|
73
|
+
provider: 'TX Foundation'
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
|
-
address: 'https://
|
|
77
|
-
provider: '
|
|
76
|
+
address: 'https://rpc-02.mainnet-1.tx.org/',
|
|
77
|
+
provider: 'TX Foundation'
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
|
-
address: 'https://
|
|
81
|
-
provider: '
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
address: 'https://full-node-uranium.mainnet-1.coreum.dev:26657',
|
|
85
|
-
provider: 'Coreum Foundation'
|
|
80
|
+
address: 'https://archive.rpc.mainnet-1.tx.org/',
|
|
81
|
+
provider: 'TX Foundation'
|
|
86
82
|
},
|
|
87
83
|
{
|
|
88
84
|
address: 'https://rpc-coreum.ecostake.com',
|
|
@@ -119,20 +115,16 @@ const info = {
|
|
|
119
115
|
],
|
|
120
116
|
grpc: [
|
|
121
117
|
{
|
|
122
|
-
address: 'https://
|
|
123
|
-
provider: '
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
address: 'https://full-node-californium.mainnet-1.coreum.dev:9090',
|
|
127
|
-
provider: 'Coreum Foundation'
|
|
118
|
+
address: 'https://grpc-01.mainnet-1.tx.org',
|
|
119
|
+
provider: 'TX Foundation'
|
|
128
120
|
},
|
|
129
121
|
{
|
|
130
|
-
address: 'https://
|
|
131
|
-
provider: '
|
|
122
|
+
address: 'https://grpc-02.mainnet-1.tx.org',
|
|
123
|
+
provider: 'TX Foundation'
|
|
132
124
|
},
|
|
133
125
|
{
|
|
134
|
-
address: 'https://
|
|
135
|
-
provider: '
|
|
126
|
+
address: 'https://archive.grpc.mainnet-1.tx.org',
|
|
127
|
+
provider: 'TX Foundation'
|
|
136
128
|
},
|
|
137
129
|
{
|
|
138
130
|
address: 'https://grpc.coreum.nodexcapital.com:444',
|
|
@@ -152,6 +144,18 @@ const info = {
|
|
|
152
144
|
}
|
|
153
145
|
],
|
|
154
146
|
rest: [
|
|
147
|
+
{
|
|
148
|
+
address: 'https://rest-01.mainnet-1.tx.org/',
|
|
149
|
+
provider: 'TX Foundation'
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
address: 'https://rest-02.mainnet-1.tx.org/',
|
|
153
|
+
provider: 'TX Foundation'
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
address: 'https://archive.rest.mainnet-1.tx.org/',
|
|
157
|
+
provider: 'TX Foundation'
|
|
158
|
+
},
|
|
155
159
|
{
|
|
156
160
|
address: 'https://rest-coreum.ecostake.com',
|
|
157
161
|
provider: 'ecostake'
|
|
@@ -160,10 +164,6 @@ const info = {
|
|
|
160
164
|
address: 'https://coreum.api.silknodes.io',
|
|
161
165
|
provider: 'Silk Nodes'
|
|
162
166
|
},
|
|
163
|
-
{
|
|
164
|
-
address: 'https://full-node.mainnet-1.coreum.dev:1317',
|
|
165
|
-
provider: 'Coreum'
|
|
166
|
-
},
|
|
167
167
|
{
|
|
168
168
|
address: 'https://coreum-rest.publicnode.com',
|
|
169
169
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
@@ -192,10 +192,10 @@ const info = {
|
|
|
192
192
|
},
|
|
193
193
|
explorers: [
|
|
194
194
|
{
|
|
195
|
-
kind: '
|
|
196
|
-
url: 'https://explorer.
|
|
197
|
-
txPage: 'https://explorer.
|
|
198
|
-
accountPage: 'https://explorer.
|
|
195
|
+
kind: 'TX',
|
|
196
|
+
url: 'https://explorer.tx.org/tx',
|
|
197
|
+
txPage: 'https://explorer.tx.org/tx/transactions/${txHash}',
|
|
198
|
+
accountPage: 'https://explorer.tx.org/tx/account/${accountAddress}'
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
kind: 'mintscan',
|
|
@@ -241,12 +241,11 @@ const info = {
|
|
|
241
241
|
}
|
|
242
242
|
],
|
|
243
243
|
keywords: [
|
|
244
|
-
'
|
|
245
|
-
'
|
|
246
|
-
'
|
|
247
|
-
'
|
|
248
|
-
'
|
|
249
|
-
'XRPL'
|
|
244
|
+
'L1',
|
|
245
|
+
'RWA',
|
|
246
|
+
'RWA Protocol',
|
|
247
|
+
'RWA Marketplace',
|
|
248
|
+
'tokenization'
|
|
250
249
|
]
|
|
251
250
|
};
|
|
252
251
|
exports.default = info;
|
|
@@ -9670,20 +9670,20 @@ const info = {
|
|
|
9670
9670
|
}]
|
|
9671
9671
|
},
|
|
9672
9672
|
{
|
|
9673
|
-
description: 'The native token of
|
|
9673
|
+
description: 'The native token of TX',
|
|
9674
9674
|
denomUnits: [{
|
|
9675
9675
|
denom: 'ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65',
|
|
9676
9676
|
exponent: 0,
|
|
9677
9677
|
aliases: ['ucore']
|
|
9678
9678
|
}, {
|
|
9679
|
-
denom: '
|
|
9679
|
+
denom: 'tx',
|
|
9680
9680
|
exponent: 6
|
|
9681
9681
|
}],
|
|
9682
9682
|
typeAsset: 'ics20',
|
|
9683
9683
|
base: 'ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65',
|
|
9684
|
-
name: '
|
|
9685
|
-
display: '
|
|
9686
|
-
symbol: '
|
|
9684
|
+
name: 'TX',
|
|
9685
|
+
display: 'tx',
|
|
9686
|
+
symbol: 'TX',
|
|
9687
9687
|
traces: [{
|
|
9688
9688
|
type: 'ibc',
|
|
9689
9689
|
counterparty: {
|
|
@@ -9697,25 +9697,24 @@ const info = {
|
|
|
9697
9697
|
}
|
|
9698
9698
|
}],
|
|
9699
9699
|
logoURIs: {
|
|
9700
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
9701
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
9700
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
9701
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
9702
9702
|
},
|
|
9703
9703
|
images: [{
|
|
9704
9704
|
imageSync: {
|
|
9705
9705
|
chainName: 'coreum',
|
|
9706
9706
|
baseDenom: 'ucore'
|
|
9707
9707
|
},
|
|
9708
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
9709
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
9708
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
9709
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
9710
9710
|
}],
|
|
9711
|
-
coingeckoId: '
|
|
9711
|
+
coingeckoId: 'tx',
|
|
9712
9712
|
keywords: [
|
|
9713
|
-
'
|
|
9714
|
-
'
|
|
9715
|
-
'
|
|
9716
|
-
'
|
|
9717
|
-
'
|
|
9718
|
-
'XRPL'
|
|
9713
|
+
'L1',
|
|
9714
|
+
'RWA',
|
|
9715
|
+
'RWA Protocol',
|
|
9716
|
+
'RWA Marketplace',
|
|
9717
|
+
'tokenization'
|
|
9719
9718
|
]
|
|
9720
9719
|
},
|
|
9721
9720
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.174",
|
|
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,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.174"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "cac011cbb00546feaada36c542fa4cf9c9b233b8"
|
|
43
43
|
}
|
|
@@ -4,46 +4,45 @@ const info = {
|
|
|
4
4
|
$schema: '../../assetlist.schema.json',
|
|
5
5
|
chainName: 'coreumtestnet',
|
|
6
6
|
assets: [{
|
|
7
|
-
description: 'The native token of
|
|
7
|
+
description: 'The native token of TX',
|
|
8
8
|
denomUnits: [{
|
|
9
9
|
denom: 'utestcore',
|
|
10
10
|
exponent: 0
|
|
11
11
|
}, {
|
|
12
|
-
denom: '
|
|
12
|
+
denom: 'testtx',
|
|
13
13
|
exponent: 6
|
|
14
14
|
}],
|
|
15
15
|
base: 'utestcore',
|
|
16
|
-
name: '
|
|
17
|
-
display: '
|
|
18
|
-
symbol: '
|
|
16
|
+
name: 'TX',
|
|
17
|
+
display: 'testtx',
|
|
18
|
+
symbol: 'TESTTX',
|
|
19
19
|
traces: [{
|
|
20
20
|
type: 'test-mintage',
|
|
21
21
|
counterparty: {
|
|
22
22
|
chainName: 'coreum',
|
|
23
23
|
baseDenom: 'ucore'
|
|
24
24
|
},
|
|
25
|
-
provider: '
|
|
25
|
+
provider: 'TX'
|
|
26
26
|
}],
|
|
27
27
|
logoURIs: {
|
|
28
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
29
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
28
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
29
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
30
30
|
},
|
|
31
|
-
coingeckoId: '
|
|
31
|
+
coingeckoId: 'tx',
|
|
32
32
|
keywords: [
|
|
33
|
-
'
|
|
34
|
-
'
|
|
35
|
-
'
|
|
36
|
-
'
|
|
37
|
-
'
|
|
38
|
-
'XRPL'
|
|
33
|
+
'L1',
|
|
34
|
+
'RWA',
|
|
35
|
+
'RWA Protocol',
|
|
36
|
+
'RWA Marketplace',
|
|
37
|
+
'tokenization'
|
|
39
38
|
],
|
|
40
39
|
images: [{
|
|
41
40
|
imageSync: {
|
|
42
41
|
chainName: 'coreum',
|
|
43
42
|
baseDenom: 'ucore'
|
|
44
43
|
},
|
|
45
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
46
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
44
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png',
|
|
45
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.svg'
|
|
47
46
|
}],
|
|
48
47
|
typeAsset: 'sdk.coin'
|
|
49
48
|
}]
|
|
@@ -5,12 +5,12 @@ const info = {
|
|
|
5
5
|
chainName: 'coreumtestnet',
|
|
6
6
|
status: 'live',
|
|
7
7
|
networkType: 'testnet',
|
|
8
|
-
website: 'https://
|
|
9
|
-
prettyName: '
|
|
8
|
+
website: 'https://tx.org/',
|
|
9
|
+
prettyName: 'TX',
|
|
10
10
|
chainType: 'cosmos',
|
|
11
11
|
chainId: 'coreum-testnet-1',
|
|
12
12
|
bech32Prefix: 'testcore',
|
|
13
|
-
daemonName: '
|
|
13
|
+
daemonName: 'txd',
|
|
14
14
|
nodeHome: '$HOME/.core/coreum-testnet-1',
|
|
15
15
|
keyAlgos: ['secp256k1'],
|
|
16
16
|
slip44: 990,
|
|
@@ -32,12 +32,12 @@ const info = {
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
codebase: {
|
|
35
|
-
gitRepo: 'https://github.com/
|
|
36
|
-
recommendedVersion: '
|
|
37
|
-
compatibleVersions: ['
|
|
35
|
+
gitRepo: 'https://github.com/tokenize-x/tx-chain',
|
|
36
|
+
recommendedVersion: 'v6.0.0',
|
|
37
|
+
compatibleVersions: ['v6.0.0'],
|
|
38
38
|
binaries: {
|
|
39
|
-
"linux/amd64": 'https://github.com/
|
|
40
|
-
"linux/arm64": 'https://github.com/
|
|
39
|
+
"linux/amd64": 'https://github.com/tokenize-x/tx-chain/releases/download/v6.0.0/txd-linux-amd64?checksum=sha256:aa417cea9aaeca87ac7ad553a677486936f67304e7a9d62198c142e8de63ad7a',
|
|
40
|
+
"linux/arm64": 'https://github.com/tokenize-x/tx-chain/releases/download/v6.0.0/txd-linux-arm64?checksum=sha256:c815d4a388d9d4d39c61dbb20c74c1bc3d5abf918e5b3a81316098831072aac2'
|
|
41
41
|
},
|
|
42
42
|
genesis: {
|
|
43
43
|
name: 'v0',
|
|
@@ -45,49 +45,49 @@ const info = {
|
|
|
45
45
|
},
|
|
46
46
|
consensus: {
|
|
47
47
|
type: 'cometbft',
|
|
48
|
-
version: '0.
|
|
48
|
+
version: '0.38'
|
|
49
49
|
},
|
|
50
50
|
sdk: {
|
|
51
51
|
type: 'cosmos',
|
|
52
|
-
version: '0.
|
|
52
|
+
version: '0.53.5'
|
|
53
53
|
},
|
|
54
54
|
cosmwasm: {
|
|
55
|
-
version: '0.
|
|
55
|
+
version: '0.60.5',
|
|
56
56
|
enabled: true
|
|
57
57
|
},
|
|
58
|
-
tag: '
|
|
58
|
+
tag: 'v6.0.0'
|
|
59
59
|
},
|
|
60
60
|
images: [{
|
|
61
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png'
|
|
62
62
|
}],
|
|
63
63
|
logoURIs: {
|
|
64
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/tx.png'
|
|
65
65
|
},
|
|
66
66
|
apis: {
|
|
67
67
|
rpc: [{
|
|
68
|
-
address: 'https://
|
|
69
|
-
provider: '
|
|
68
|
+
address: 'https://rpc.testnet-1.tx.org:443',
|
|
69
|
+
provider: 'TX Foundation'
|
|
70
70
|
}, {
|
|
71
|
-
address: 'https://
|
|
72
|
-
provider: '
|
|
71
|
+
address: 'https://rpc-01.testnet-1.tx.org:443',
|
|
72
|
+
provider: 'TX Foundation'
|
|
73
73
|
}],
|
|
74
74
|
grpc: [{
|
|
75
|
-
address: 'https://
|
|
76
|
-
provider: '
|
|
75
|
+
address: 'https://grpc.testnet-1.tx.org:443',
|
|
76
|
+
provider: 'TX Foundation'
|
|
77
77
|
}, {
|
|
78
|
-
address: 'https://
|
|
79
|
-
provider: '
|
|
78
|
+
address: 'https://gprc-01.testnet-1.tx.org:443',
|
|
79
|
+
provider: 'TX Foundation'
|
|
80
80
|
}],
|
|
81
81
|
rest: [{
|
|
82
|
-
address: 'https://
|
|
83
|
-
provider: '
|
|
82
|
+
address: 'https://rest.testnet-1.tx.org:443',
|
|
83
|
+
provider: 'TX'
|
|
84
84
|
}]
|
|
85
85
|
},
|
|
86
86
|
explorers: [{
|
|
87
|
-
kind: '
|
|
88
|
-
url: 'https://explorer.testnet-1.
|
|
89
|
-
txPage: 'https://explorer.testnet-1.
|
|
90
|
-
accountPage: 'https://explorer.testnet-1.
|
|
87
|
+
kind: 'TX',
|
|
88
|
+
url: 'https://explorer.testnet-1.tx.org/tx',
|
|
89
|
+
txPage: 'https://explorer.testnet-1.tx.org/tx/transactions/${txHash}',
|
|
90
|
+
accountPage: 'https://explorer.testnet-1.tx.org/tx/account/${accountAddress}'
|
|
91
91
|
}, {
|
|
92
92
|
kind: 'mintscan',
|
|
93
93
|
url: 'https://www.mintscan.io/coreum-testnet',
|
|
@@ -95,11 +95,11 @@ const info = {
|
|
|
95
95
|
accountPage: 'https://www.mintscan.io/coreum-testnet/accounts/${accountAddress}'
|
|
96
96
|
}],
|
|
97
97
|
keywords: [
|
|
98
|
-
'
|
|
99
|
-
'
|
|
100
|
-
'
|
|
101
|
-
'
|
|
102
|
-
'
|
|
98
|
+
'L1',
|
|
99
|
+
'RWA',
|
|
100
|
+
'RWA Protocol',
|
|
101
|
+
'RWA Marketplace',
|
|
102
|
+
'tokenization'
|
|
103
103
|
]
|
|
104
104
|
};
|
|
105
105
|
exports.default = info;
|
|
@@ -29,17 +29,17 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
codebase: {
|
|
31
31
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
32
|
-
recommendedVersion: 'v27.
|
|
33
|
-
compatibleVersions: ['v27.
|
|
32
|
+
recommendedVersion: 'v27.1.0-rc0',
|
|
33
|
+
compatibleVersions: ['v27.1.0-rc0'],
|
|
34
34
|
consensus: {
|
|
35
35
|
type: 'cometbft',
|
|
36
36
|
version: 'v0.38.21'
|
|
37
37
|
},
|
|
38
38
|
binaries: {
|
|
39
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
40
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
41
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
42
|
-
"linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.
|
|
39
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0-rc0/gaiad-v27.1.0-rc0-darwin-amd64',
|
|
40
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0-rc0/gaiad-v27.1.0-rc0-darwin-arm64',
|
|
41
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0-rc0/gaiad-v27.1.0-rc0-linux-amd64',
|
|
42
|
+
"linux/arm64": 'https://github.com/cosmos/gaia/releases/download/v27.1.0-rc0/gaiad-v27.1.0-rc0-linux-arm64'
|
|
43
43
|
},
|
|
44
44
|
genesis: {
|
|
45
45
|
genesisUrl: 'https://raw.githubusercontent.com/cosmos/testnets/master/provider/provider-genesis.json'
|
|
@@ -54,11 +54,11 @@ const info = {
|
|
|
54
54
|
version: 'v10.5.0'
|
|
55
55
|
},
|
|
56
56
|
cosmwasm: {
|
|
57
|
-
version: 'v0.60.
|
|
57
|
+
version: 'v0.60.5',
|
|
58
58
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
59
|
-
tag: 'v0.60.
|
|
59
|
+
tag: 'v0.60.5'
|
|
60
60
|
},
|
|
61
|
-
tag: 'v27.
|
|
61
|
+
tag: 'v27.1.0-rc0'
|
|
62
62
|
},
|
|
63
63
|
apis: {
|
|
64
64
|
rpc: [
|