chain-registry 2.0.173 → 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.
@@ -3,38 +3,37 @@ const info = {
3
3
  chainName: 'coreum',
4
4
  assets: [
5
5
  {
6
- description: 'The native token of Coreum',
6
+ description: 'The native token of TX',
7
7
  denomUnits: [{
8
8
  denom: 'ucore',
9
9
  exponent: 0
10
10
  }, {
11
- denom: 'core',
11
+ denom: 'tx',
12
12
  exponent: 6
13
13
  }],
14
14
  base: 'ucore',
15
- name: 'Coreum',
16
- display: 'core',
17
- symbol: 'COREUM',
15
+ name: 'TX',
16
+ display: 'tx',
17
+ symbol: 'TX',
18
18
  logoURIs: {
19
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
20
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
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: 'coreum',
22
+ coingeckoId: 'tx',
23
23
  keywords: [
24
- 'dex',
25
- 'staking',
26
- 'wasm',
27
- 'assets',
28
- 'nft',
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/coreum.png',
33
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
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://www.coreum.com/',
37
- x: 'https://x.com/CoreumOfficial'
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://www.coreum.com',
7
- prettyName: 'Coreum',
6
+ website: 'https://tx.org/',
7
+ prettyName: 'TX',
8
8
  chainType: 'cosmos',
9
9
  chainId: 'coreum-mainnet-1',
10
10
  bech32Prefix: 'core',
11
- daemonName: 'cored',
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/CoreumFoundation/coreum',
34
- recommendedVersion: 'v5.0.0',
35
- compatibleVersions: ['v5.0.0'],
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/CoreumFoundation/coreum/releases/download/v5.0.0/cored-linux-amd64?checksum=sha256:bb32768a1114733dc9a90db70a32dd8cd25828a725a57fc9831301ceb648c0f9',
38
- "linux/arm64": 'https://github.com/CoreumFoundation/coreum/releases/download/v5.0.0/cored-linux-arm64?checksum=sha256:8776d26dcd02694c927858da183e81a5cb51ec25aa6fa22d382d8b082ca57cc1'
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/coreum.png'
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/coreum.png',
62
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
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/coreum.png'
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://full-node.mainnet-1.coreum.dev:26657',
71
- provider: 'Coreum Foundation'
70
+ address: 'https://rpc-01.mainnet-1.tx.org/',
71
+ provider: 'TX Foundation'
72
72
  },
73
73
  {
74
- address: 'https://full-node-californium.mainnet-1.coreum.dev:26657',
75
- provider: 'Coreum Foundation'
74
+ address: 'https://rpc-02.mainnet-1.tx.org/',
75
+ provider: 'TX Foundation'
76
76
  },
77
77
  {
78
- address: 'https://full-node-curium.mainnet-1.coreum.dev:26657',
79
- provider: 'Coreum Foundation'
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://full-node.mainnet-1.coreum.dev:9090',
121
- provider: 'Coreum Foundation'
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://full-node-curium.mainnet-1.coreum.dev:9090',
129
- provider: 'Coreum Foundation'
120
+ address: 'https://grpc-02.mainnet-1.tx.org',
121
+ provider: 'TX Foundation'
130
122
  },
131
123
  {
132
- address: 'https://full-node-uranium.mainnet-1.coreum.dev:9090',
133
- provider: 'Coreum Foundation'
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: 'Coreum',
194
- url: 'https://explorer.coreum.com/coreum',
195
- txPage: 'https://explorer.coreum.com/coreum/transactions/${txHash}',
196
- accountPage: 'https://explorer.coreum.com/coreum/account/${accountAddress}'
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
- 'dex',
243
- 'staking',
244
- 'wasm',
245
- 'assets',
246
- 'nft',
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 Coreum',
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: 'core',
9677
+ denom: 'tx',
9678
9678
  exponent: 6
9679
9679
  }],
9680
9680
  typeAsset: 'ics20',
9681
9681
  base: 'ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65',
9682
- name: 'Coreum',
9683
- display: 'core',
9684
- symbol: 'COREUM',
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/coreum.png',
9699
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
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/coreum.png',
9707
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
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: 'coreum',
9709
+ coingeckoId: 'tx',
9710
9710
  keywords: [
9711
- 'dex',
9712
- 'staking',
9713
- 'wasm',
9714
- 'assets',
9715
- 'nft',
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 Coreum',
5
+ description: 'The native token of TX',
6
6
  denomUnits: [{
7
7
  denom: 'utestcore',
8
8
  exponent: 0
9
9
  }, {
10
- denom: 'testcore',
10
+ denom: 'testtx',
11
11
  exponent: 6
12
12
  }],
13
13
  base: 'utestcore',
14
- name: 'Coreum',
15
- display: 'testcore',
16
- symbol: 'TESTCORE',
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: 'Coreum'
23
+ provider: 'TX'
24
24
  }],
25
25
  logoURIs: {
26
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
27
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
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: 'coreum',
29
+ coingeckoId: 'tx',
30
30
  keywords: [
31
- 'dex',
32
- 'staking',
33
- 'wasm',
34
- 'assets',
35
- 'nft',
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/coreum.png',
44
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
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://www.coreum.com',
7
- prettyName: 'Coreum',
6
+ website: 'https://tx.org/',
7
+ prettyName: 'TX',
8
8
  chainType: 'cosmos',
9
9
  chainId: 'coreum-testnet-1',
10
10
  bech32Prefix: 'testcore',
11
- daemonName: 'cored',
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/CoreumFoundation/coreum',
34
- recommendedVersion: 'v3.0.3',
35
- compatibleVersions: ['v3.0.3'],
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/CoreumFoundation/coreum/releases/download/v3.0.3/cored-linux-amd64?checksum=sha256:1719a32e6f8e8813d00cd86e1d8d02e893324d4f59fa7a1b8cedc5836140ecef',
38
- "linux/arm64": 'https://github.com/CoreumFoundation/coreum/releases/download/v3.0.3/cored-linux-arm64?checksum=sha256:cfbbad6803c0327407e4dd222a108505e6ff9e294d7c86e34b6b895b96b61bbd'
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.37'
46
+ version: '0.38'
47
47
  },
48
48
  sdk: {
49
49
  type: 'cosmos',
50
- version: '0.47'
50
+ version: '0.53.5'
51
51
  },
52
52
  cosmwasm: {
53
- version: '0.44',
53
+ version: '0.60.5',
54
54
  enabled: true
55
55
  },
56
- tag: 'v3.0.3'
56
+ tag: 'v6.0.0'
57
57
  },
58
58
  images: [{
59
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png'
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/coreum.png'
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://full-node.testnet-1.coreum.dev:26657',
67
- provider: 'Coreum Foundation'
66
+ address: 'https://rpc.testnet-1.tx.org:443',
67
+ provider: 'TX Foundation'
68
68
  }, {
69
- address: 'https://full-node-eris.testnet-1.coreum.dev:26657',
70
- provider: 'Coreum Foundation'
69
+ address: 'https://rpc-01.testnet-1.tx.org:443',
70
+ provider: 'TX Foundation'
71
71
  }],
72
72
  grpc: [{
73
- address: 'https://full-node.testnet-1.coreum.dev:9090',
74
- provider: 'Coreum Foundation'
73
+ address: 'https://grpc.testnet-1.tx.org:443',
74
+ provider: 'TX Foundation'
75
75
  }, {
76
- address: 'https://full-node-eris.testnet-1.coreum.dev:9090',
77
- provider: 'Coreum Foundation'
76
+ address: 'https://gprc-01.testnet-1.tx.org:443',
77
+ provider: 'TX Foundation'
78
78
  }],
79
79
  rest: [{
80
- address: 'https://full-node.testnet-1.coreum.dev:1317',
81
- provider: 'Coreum'
80
+ address: 'https://rest.testnet-1.tx.org:443',
81
+ provider: 'TX'
82
82
  }]
83
83
  },
84
84
  explorers: [{
85
- kind: 'Coreum',
86
- url: 'https://explorer.testnet-1.coreum.dev/coreum',
87
- txPage: 'https://explorer.testnet-1.coreum.dev/coreum/transactions/${txHash}',
88
- accountPage: 'https://explorer.testnet-1.coreum.dev/coreum/account/${accountAddress}'
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
- 'dex',
97
- 'staking',
98
- 'wasm',
99
- 'assets',
100
- 'nft'
96
+ 'L1',
97
+ 'RWA',
98
+ 'RWA Protocol',
99
+ 'RWA Marketplace',
100
+ 'tokenization'
101
101
  ]
102
102
  };
103
103
  export default info;
@@ -5,38 +5,37 @@ const info = {
5
5
  chainName: 'coreum',
6
6
  assets: [
7
7
  {
8
- description: 'The native token of Coreum',
8
+ description: 'The native token of TX',
9
9
  denomUnits: [{
10
10
  denom: 'ucore',
11
11
  exponent: 0
12
12
  }, {
13
- denom: 'core',
13
+ denom: 'tx',
14
14
  exponent: 6
15
15
  }],
16
16
  base: 'ucore',
17
- name: 'Coreum',
18
- display: 'core',
19
- symbol: 'COREUM',
17
+ name: 'TX',
18
+ display: 'tx',
19
+ symbol: 'TX',
20
20
  logoURIs: {
21
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
22
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
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: 'coreum',
24
+ coingeckoId: 'tx',
25
25
  keywords: [
26
- 'dex',
27
- 'staking',
28
- 'wasm',
29
- 'assets',
30
- 'nft',
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/coreum.png',
35
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
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://www.coreum.com/',
39
- x: 'https://x.com/CoreumOfficial'
37
+ website: 'https://tx.org/',
38
+ x: 'https://x.com/txEcosystem'
40
39
  },
41
40
  typeAsset: 'sdk.coin'
42
41
  },
@@ -5,12 +5,12 @@ const info = {
5
5
  chainName: 'coreum',
6
6
  status: 'live',
7
7
  networkType: 'mainnet',
8
- website: 'https://www.coreum.com',
9
- prettyName: 'Coreum',
8
+ website: 'https://tx.org/',
9
+ prettyName: 'TX',
10
10
  chainType: 'cosmos',
11
11
  chainId: 'coreum-mainnet-1',
12
12
  bech32Prefix: 'core',
13
- daemonName: 'cored',
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/CoreumFoundation/coreum',
36
- recommendedVersion: 'v5.0.0',
37
- compatibleVersions: ['v5.0.0'],
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/CoreumFoundation/coreum/releases/download/v5.0.0/cored-linux-amd64?checksum=sha256:bb32768a1114733dc9a90db70a32dd8cd25828a725a57fc9831301ceb648c0f9',
40
- "linux/arm64": 'https://github.com/CoreumFoundation/coreum/releases/download/v5.0.0/cored-linux-arm64?checksum=sha256:8776d26dcd02694c927858da183e81a5cb51ec25aa6fa22d382d8b082ca57cc1'
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/coreum.png'
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/coreum.png',
64
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
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/coreum.png'
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://full-node.mainnet-1.coreum.dev:26657',
73
- provider: 'Coreum Foundation'
72
+ address: 'https://rpc-01.mainnet-1.tx.org/',
73
+ provider: 'TX Foundation'
74
74
  },
75
75
  {
76
- address: 'https://full-node-californium.mainnet-1.coreum.dev:26657',
77
- provider: 'Coreum Foundation'
76
+ address: 'https://rpc-02.mainnet-1.tx.org/',
77
+ provider: 'TX Foundation'
78
78
  },
79
79
  {
80
- address: 'https://full-node-curium.mainnet-1.coreum.dev:26657',
81
- provider: 'Coreum Foundation'
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://full-node.mainnet-1.coreum.dev:9090',
123
- provider: 'Coreum Foundation'
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://full-node-curium.mainnet-1.coreum.dev:9090',
131
- provider: 'Coreum Foundation'
122
+ address: 'https://grpc-02.mainnet-1.tx.org',
123
+ provider: 'TX Foundation'
132
124
  },
133
125
  {
134
- address: 'https://full-node-uranium.mainnet-1.coreum.dev:9090',
135
- provider: 'Coreum Foundation'
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: 'Coreum',
196
- url: 'https://explorer.coreum.com/coreum',
197
- txPage: 'https://explorer.coreum.com/coreum/transactions/${txHash}',
198
- accountPage: 'https://explorer.coreum.com/coreum/account/${accountAddress}'
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
- 'dex',
245
- 'staking',
246
- 'wasm',
247
- 'assets',
248
- 'nft',
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 Coreum',
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: 'core',
9679
+ denom: 'tx',
9680
9680
  exponent: 6
9681
9681
  }],
9682
9682
  typeAsset: 'ics20',
9683
9683
  base: 'ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65',
9684
- name: 'Coreum',
9685
- display: 'core',
9686
- symbol: 'COREUM',
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/coreum.png',
9701
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
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/coreum.png',
9709
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
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: 'coreum',
9711
+ coingeckoId: 'tx',
9712
9712
  keywords: [
9713
- 'dex',
9714
- 'staking',
9715
- 'wasm',
9716
- 'assets',
9717
- 'nft',
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.173",
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.173"
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": "2b32b7a29c41c4fdb90dd23448ec369c96725b88"
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 Coreum',
7
+ description: 'The native token of TX',
8
8
  denomUnits: [{
9
9
  denom: 'utestcore',
10
10
  exponent: 0
11
11
  }, {
12
- denom: 'testcore',
12
+ denom: 'testtx',
13
13
  exponent: 6
14
14
  }],
15
15
  base: 'utestcore',
16
- name: 'Coreum',
17
- display: 'testcore',
18
- symbol: 'TESTCORE',
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: 'Coreum'
25
+ provider: 'TX'
26
26
  }],
27
27
  logoURIs: {
28
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
29
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
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: 'coreum',
31
+ coingeckoId: 'tx',
32
32
  keywords: [
33
- 'dex',
34
- 'staking',
35
- 'wasm',
36
- 'assets',
37
- 'nft',
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/coreum.png',
46
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg'
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://www.coreum.com',
9
- prettyName: 'Coreum',
8
+ website: 'https://tx.org/',
9
+ prettyName: 'TX',
10
10
  chainType: 'cosmos',
11
11
  chainId: 'coreum-testnet-1',
12
12
  bech32Prefix: 'testcore',
13
- daemonName: 'cored',
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/CoreumFoundation/coreum',
36
- recommendedVersion: 'v3.0.3',
37
- compatibleVersions: ['v3.0.3'],
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/CoreumFoundation/coreum/releases/download/v3.0.3/cored-linux-amd64?checksum=sha256:1719a32e6f8e8813d00cd86e1d8d02e893324d4f59fa7a1b8cedc5836140ecef',
40
- "linux/arm64": 'https://github.com/CoreumFoundation/coreum/releases/download/v3.0.3/cored-linux-arm64?checksum=sha256:cfbbad6803c0327407e4dd222a108505e6ff9e294d7c86e34b6b895b96b61bbd'
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.37'
48
+ version: '0.38'
49
49
  },
50
50
  sdk: {
51
51
  type: 'cosmos',
52
- version: '0.47'
52
+ version: '0.53.5'
53
53
  },
54
54
  cosmwasm: {
55
- version: '0.44',
55
+ version: '0.60.5',
56
56
  enabled: true
57
57
  },
58
- tag: 'v3.0.3'
58
+ tag: 'v6.0.0'
59
59
  },
60
60
  images: [{
61
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png'
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/coreum.png'
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://full-node.testnet-1.coreum.dev:26657',
69
- provider: 'Coreum Foundation'
68
+ address: 'https://rpc.testnet-1.tx.org:443',
69
+ provider: 'TX Foundation'
70
70
  }, {
71
- address: 'https://full-node-eris.testnet-1.coreum.dev:26657',
72
- provider: 'Coreum Foundation'
71
+ address: 'https://rpc-01.testnet-1.tx.org:443',
72
+ provider: 'TX Foundation'
73
73
  }],
74
74
  grpc: [{
75
- address: 'https://full-node.testnet-1.coreum.dev:9090',
76
- provider: 'Coreum Foundation'
75
+ address: 'https://grpc.testnet-1.tx.org:443',
76
+ provider: 'TX Foundation'
77
77
  }, {
78
- address: 'https://full-node-eris.testnet-1.coreum.dev:9090',
79
- provider: 'Coreum Foundation'
78
+ address: 'https://gprc-01.testnet-1.tx.org:443',
79
+ provider: 'TX Foundation'
80
80
  }],
81
81
  rest: [{
82
- address: 'https://full-node.testnet-1.coreum.dev:1317',
83
- provider: 'Coreum'
82
+ address: 'https://rest.testnet-1.tx.org:443',
83
+ provider: 'TX'
84
84
  }]
85
85
  },
86
86
  explorers: [{
87
- kind: 'Coreum',
88
- url: 'https://explorer.testnet-1.coreum.dev/coreum',
89
- txPage: 'https://explorer.testnet-1.coreum.dev/coreum/transactions/${txHash}',
90
- accountPage: 'https://explorer.testnet-1.coreum.dev/coreum/account/${accountAddress}'
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
- 'dex',
99
- 'staking',
100
- 'wasm',
101
- 'assets',
102
- 'nft'
98
+ 'L1',
99
+ 'RWA',
100
+ 'RWA Protocol',
101
+ 'RWA Marketplace',
102
+ 'tokenization'
103
103
  ]
104
104
  };
105
105
  exports.default = info;