chain-registry 2.0.173 → 2.0.175

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.
@@ -225,6 +225,7 @@ import * as _xarchain from './xarchain';
225
225
  import * as _xion from './xion';
226
226
  import * as _xpla from './xpla';
227
227
  import * as _xrplevm from './xrplevm';
228
+ import * as _xyra from './xyra';
228
229
  import * as _zenrock from './zenrock';
229
230
  import * as _zetachain from './zetachain';
230
231
  import * as _zigchain from './zigchain';
@@ -456,6 +457,7 @@ const assetList = [
456
457
  _xion.assetList,
457
458
  _xpla.assetList,
458
459
  _xrplevm.assetList,
460
+ _xyra.assetList,
459
461
  _zenrock.assetList,
460
462
  _zetachain.assetList,
461
463
  _zigchain.assetList
@@ -34,28 +34,32 @@ const info = {
34
34
  },
35
35
  codebase: {
36
36
  gitRepo: 'https://github.com/atomone-hub/atomone',
37
- recommendedVersion: 'v3.0.3',
38
- compatibleVersions: ['v3.0.3'],
37
+ recommendedVersion: 'v3.3.0',
38
+ compatibleVersions: [
39
+ 'v3.0.3',
40
+ 'v3.2.0',
41
+ 'v3.3.0'
42
+ ],
39
43
  binaries: {
40
- "linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-linux-amd64',
41
- "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-linux-arm64',
42
- "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-darwin-amd64',
43
- "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-darwin-arm64',
44
- "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-windows-amd64.exe',
45
- "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-windows-arm64.exe'
44
+ "linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.3.0/atomoned-v3.3.0-linux-amd64',
45
+ "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.3.0/atomoned-v3.3.0-linux-arm64',
46
+ "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.3.0/atomoned-v3.3.0-darwin-amd64',
47
+ "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.3.0/atomoned-v3.3.0-darwin-arm64',
48
+ "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.3.0/atomoned-v3.3.0-windows-amd64.exe',
49
+ "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.3.0/atomoned-v3.3.0-windows-arm64.exe'
46
50
  },
47
51
  genesis: {
48
52
  genesisUrl: 'https://atomone.fra1.digitaloceanspaces.com/atomone-1/genesis.json'
49
53
  },
50
54
  consensus: {
51
55
  type: 'cometbft',
52
- version: 'v0.37.16'
56
+ version: 'v0.37.18'
53
57
  },
54
58
  sdk: {
55
59
  type: 'cosmos',
56
60
  version: 'v0.47.17'
57
61
  },
58
- tag: 'v3.0.3'
62
+ tag: 'v3.3.0'
59
63
  },
60
64
  logoURIs: {
61
65
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
@@ -225,6 +225,7 @@ import * as _xarchain from './xarchain';
225
225
  import * as _xion from './xion';
226
226
  import * as _xpla from './xpla';
227
227
  import * as _xrplevm from './xrplevm';
228
+ import * as _xyra from './xyra';
228
229
  import * as _zenrock from './zenrock';
229
230
  import * as _zetachain from './zetachain';
230
231
  import * as _zigchain from './zigchain';
@@ -456,6 +457,7 @@ const chains = [
456
457
  _xion.chain,
457
458
  _xpla.chain,
458
459
  _xrplevm.chain,
460
+ _xyra.chain,
459
461
  _zenrock.chain,
460
462
  _zetachain.chain,
461
463
  _zigchain.chain
@@ -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
  {
@@ -0,0 +1,29 @@
1
+ const info = {
2
+ $schema: '../assetlist.schema.json',
3
+ chainName: 'xyra',
4
+ assets: [{
5
+ description: 'The native token of Xyra Chain',
6
+ denomUnits: [{
7
+ denom: 'uXyrium',
8
+ exponent: 0,
9
+ aliases: ['microxyrium']
10
+ }, {
11
+ denom: 'XYRIUM',
12
+ exponent: 6
13
+ }],
14
+ base: 'uXyrium',
15
+ display: 'XYRIUM',
16
+ name: 'Xyra',
17
+ symbol: 'XYR',
18
+ logoURIs: {
19
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xyra/images/xrc.png',
20
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xyra/images/xrc.svg'
21
+ },
22
+ images: [{
23
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xyra/images/xrc.png',
24
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xyra/images/xrc.svg'
25
+ }],
26
+ typeAsset: 'sdk.coin'
27
+ }]
28
+ };
29
+ export default info;
@@ -0,0 +1,79 @@
1
+ const info = {
2
+ $schema: '../chain.schema.json',
3
+ chainName: 'xyra',
4
+ status: 'live',
5
+ website: 'https://www.xyra-mainnet.org',
6
+ networkType: 'mainnet',
7
+ chainType: 'cosmos',
8
+ prettyName: 'Xyra Chain',
9
+ chainId: 'xyra-2',
10
+ bech32Prefix: 'xyra',
11
+ daemonName: 'xyrad',
12
+ nodeHome: '$HOME/.xyrad',
13
+ keyAlgos: ['secp256k1'],
14
+ slip44: 118,
15
+ fees: {
16
+ feeTokens: [{
17
+ denom: 'uXyrium',
18
+ fixedMinGasPrice: 0.0025,
19
+ lowGasPrice: 0.01,
20
+ averageGasPrice: 0.025,
21
+ highGasPrice: 0.04
22
+ }]
23
+ },
24
+ staking: {
25
+ stakingTokens: [{
26
+ denom: 'uXyrium'
27
+ }]
28
+ },
29
+ codebase: {
30
+ gitRepo: 'https://github.com/rizkimaryanto7-creator/xyra-chain',
31
+ genesis: {
32
+ genesisUrl: 'https://raw.githubusercontent.com/rizkimaryanto7-creator/xyra-chain/master/genesis.json'
33
+ },
34
+ recommendedVersion: 'v1.0.0',
35
+ compatibleVersions: ['v1.0.0'],
36
+ consensus: {
37
+ type: 'cometbft',
38
+ version: '0.38'
39
+ },
40
+ sdk: {
41
+ type: 'cosmos',
42
+ repo: 'https://github.com/cosmos/cosmos-sdk',
43
+ version: 'v0.50.0'
44
+ },
45
+ cosmwasm: {
46
+ enabled: false
47
+ },
48
+ tag: 'v1.0.0'
49
+ },
50
+ images: [{
51
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xyra/images/xrc.png',
52
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xyra/images/xrc.svg'
53
+ }],
54
+ apis: {
55
+ rpc: [{
56
+ address: 'https://rpc.xyra-mainnet.org',
57
+ provider: 'Xyra-Labs'
58
+ }],
59
+ rest: [{
60
+ address: 'https://api.xyra-mainnet.org',
61
+ provider: 'Xyra-Labs'
62
+ }],
63
+ grpc: [{
64
+ address: 'grpc.xyra-mainnet.org:443',
65
+ provider: 'Xyra-Labs'
66
+ }]
67
+ },
68
+ logoURIs: {
69
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xyra/images/xrc.png',
70
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xyra/images/xrc.svg'
71
+ },
72
+ keywords: ['layer1', 'pos'],
73
+ explorers: [{
74
+ kind: 'ping.pub',
75
+ url: 'https://explorer.xyra-mainnet.org',
76
+ txPage: 'https://explorer.xyra-mainnet.org/xyra/tx/${txHash}'
77
+ }]
78
+ };
79
+ export default info;
@@ -0,0 +1,4 @@
1
+ import _assetList from './asset-list';
2
+ import _chain from './chain';
3
+ export const assetList = _assetList;
4
+ export const chain = _chain;
@@ -28,28 +28,32 @@ const info = {
28
28
  },
29
29
  codebase: {
30
30
  gitRepo: 'https://github.com/atomone-hub/atomone',
31
- recommendedVersion: 'v3.0.1',
32
- compatibleVersions: ['v3.0.1'],
31
+ recommendedVersion: 'v3.3.0',
32
+ compatibleVersions: [
33
+ 'v3.0.1',
34
+ 'v3.2.0',
35
+ 'v3.3.0'
36
+ ],
33
37
  binaries: {
34
- "linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.1/atomoned-v3.0.1-linux-amd64',
35
- "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.1/atomoned-v3.0.1-linux-arm64',
36
- "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.1/atomoned-v3.0.1-darwin-amd64',
37
- "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.1/atomoned-v3.0.1-darwin-arm64',
38
- "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.1/atomoned-v3.0.1-windows-amd64.exe',
39
- "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.1/atomoned-v3.0.1-windows-arm64.exe'
38
+ "linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.3.0/atomoned-v3.3.0-linux-amd64',
39
+ "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.3.0/atomoned-v3.3.0-linux-arm64',
40
+ "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.3.0/atomoned-v3.3.0-darwin-amd64',
41
+ "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.3.0/atomoned-v3.3.0-darwin-arm64',
42
+ "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.3.0/atomoned-v3.3.0-windows-amd64.exe',
43
+ "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.3.0/atomoned-v3.3.0-windows-arm64.exe'
40
44
  },
41
45
  genesis: {
42
46
  genesisUrl: 'https://atomone.fra1.digitaloceanspaces.com/atomone-testnet-1/genesis.json'
43
47
  },
44
48
  consensus: {
45
49
  type: 'cometbft',
46
- version: 'v0.37.15'
50
+ version: 'v0.37.18'
47
51
  },
48
52
  sdk: {
49
53
  type: 'cosmos',
50
54
  version: 'v0.47.17'
51
55
  },
52
- tag: 'v3.0.1'
56
+ tag: 'v3.3.0'
53
57
  },
54
58
  logoURIs: {
55
59
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
@@ -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
  }]