chain-registry 2.0.11 → 2.0.13

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.
Files changed (70) hide show
  1. package/esm/mainnet/asset-lists.js +4 -0
  2. package/esm/mainnet/bitsong/chain.js +7 -7
  3. package/esm/mainnet/buycex/asset-list.js +28 -0
  4. package/esm/mainnet/buycex/chain.js +49 -0
  5. package/esm/{testnet/symphonytestnet3 → mainnet/buycex}/index.js +0 -2
  6. package/esm/mainnet/chains.js +4 -0
  7. package/esm/mainnet/manifest/asset-list.js +2 -1
  8. package/esm/mainnet/manifest/chain.js +3 -3
  9. package/esm/{testnet/symphonytestnet3 → mainnet/symphony}/asset-list.js +16 -19
  10. package/esm/{testnet/symphonytestnet3 → mainnet/symphony}/chain.js +23 -23
  11. package/esm/mainnet/symphony/index.js +4 -0
  12. package/esm/mainnet/xion/chain.js +6 -6
  13. package/esm/noncosmos/ibc-data.js +2 -0
  14. package/esm/noncosmos/symphonytestnet3/index.js +2 -0
  15. package/esm/testnet/asset-lists.js +2 -2
  16. package/esm/testnet/chains.js +2 -2
  17. package/esm/testnet/hippoprotocoltestnet/ibc-data.js +30 -0
  18. package/esm/testnet/hippoprotocoltestnet/index.js +2 -0
  19. package/esm/testnet/ibc-data.js +2 -2
  20. package/esm/testnet/osmosistestnet/ibc-data.js +29 -0
  21. package/esm/testnet/safrochaintestnet/asset-list.js +38 -0
  22. package/esm/testnet/safrochaintestnet/chain.js +63 -0
  23. package/esm/testnet/safrochaintestnet/index.js +4 -0
  24. package/esm/testnet/symphonytestnet/asset-list.js +14 -17
  25. package/esm/testnet/symphonytestnet/chain.js +2 -2
  26. package/esm/testnet/xiontestnet2/asset-list.js +2 -1
  27. package/esm/testnet/xiontestnet2/chain.js +6 -6
  28. package/mainnet/asset-lists.js +4 -0
  29. package/mainnet/bitsong/chain.js +7 -7
  30. package/mainnet/buycex/asset-list.js +30 -0
  31. package/mainnet/buycex/chain.js +51 -0
  32. package/{testnet/symphonytestnet3 → mainnet/buycex}/index.d.ts +0 -1
  33. package/{testnet/symphonytestnet3 → mainnet/buycex}/index.js +1 -3
  34. package/mainnet/chains.js +4 -0
  35. package/mainnet/manifest/asset-list.js +2 -1
  36. package/mainnet/manifest/chain.js +3 -3
  37. package/mainnet/symphony/asset-list.d.ts +3 -0
  38. package/{testnet/symphonytestnet3 → mainnet/symphony}/asset-list.js +16 -19
  39. package/mainnet/symphony/chain.d.ts +3 -0
  40. package/{testnet/symphonytestnet3 → mainnet/symphony}/chain.js +23 -23
  41. package/mainnet/symphony/index.d.ts +2 -0
  42. package/mainnet/symphony/index.js +10 -0
  43. package/mainnet/xion/chain.js +6 -6
  44. package/noncosmos/ibc-data.js +2 -0
  45. package/noncosmos/symphonytestnet3/index.d.ts +1 -0
  46. package/noncosmos/symphonytestnet3/index.js +8 -0
  47. package/package.json +3 -3
  48. package/testnet/asset-lists.js +2 -2
  49. package/testnet/chains.js +2 -2
  50. package/testnet/hippoprotocoltestnet/ibc-data.d.ts +3 -0
  51. package/testnet/hippoprotocoltestnet/ibc-data.js +32 -0
  52. package/testnet/hippoprotocoltestnet/index.d.ts +1 -0
  53. package/testnet/hippoprotocoltestnet/index.js +3 -1
  54. package/testnet/ibc-data.js +2 -2
  55. package/testnet/osmosistestnet/ibc-data.js +29 -0
  56. package/testnet/safrochaintestnet/asset-list.d.ts +3 -0
  57. package/testnet/safrochaintestnet/asset-list.js +40 -0
  58. package/testnet/safrochaintestnet/chain.d.ts +3 -0
  59. package/testnet/safrochaintestnet/chain.js +65 -0
  60. package/testnet/safrochaintestnet/index.d.ts +2 -0
  61. package/testnet/safrochaintestnet/index.js +10 -0
  62. package/testnet/symphonytestnet/asset-list.js +14 -17
  63. package/testnet/symphonytestnet/chain.js +2 -2
  64. package/testnet/xiontestnet2/asset-list.js +2 -1
  65. package/testnet/xiontestnet2/chain.js +6 -6
  66. /package/esm/{testnet → noncosmos}/symphonytestnet3/ibc-data.js +0 -0
  67. /package/{testnet/symphonytestnet3 → mainnet/buycex}/asset-list.d.ts +0 -0
  68. /package/{testnet/symphonytestnet3 → mainnet/buycex}/chain.d.ts +0 -0
  69. /package/{testnet → noncosmos}/symphonytestnet3/ibc-data.d.ts +0 -0
  70. /package/{testnet → noncosmos}/symphonytestnet3/ibc-data.js +0 -0
@@ -0,0 +1,38 @@
1
+ const info = {
2
+ $schema: '../../assetlist.schema.json',
3
+ chainName: 'safrochaintestnet',
4
+ assets: [{
5
+ description: 'The native token of Safrochain testnet used for staking, governance, and fees.',
6
+ denomUnits: [
7
+ {
8
+ denom: 'saf',
9
+ exponent: 0,
10
+ aliases: ['microsaf']
11
+ },
12
+ {
13
+ denom: 'kuta',
14
+ exponent: 3,
15
+ aliases: ['millisaf']
16
+ },
17
+ {
18
+ denom: 'hela',
19
+ exponent: 6,
20
+ aliases: []
21
+ }
22
+ ],
23
+ base: 'saf',
24
+ name: 'Safrochain',
25
+ display: 'hela',
26
+ symbol: 'SAF',
27
+ logoURIs: {
28
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.png',
29
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.svg'
30
+ },
31
+ images: [{
32
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.png',
33
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.svg'
34
+ }],
35
+ typeAsset: 'sdk.coin'
36
+ }]
37
+ };
38
+ export default info;
@@ -0,0 +1,63 @@
1
+ const info = {
2
+ chainType: 'cosmos',
3
+ $schema: '../../chain.schema.json',
4
+ chainName: 'safrochaintestnet',
5
+ status: 'live',
6
+ networkType: 'testnet',
7
+ website: 'https://safrochain.com',
8
+ prettyName: 'Safrochain Testnet',
9
+ chainId: 'safrochain-testnet',
10
+ bech32Prefix: 'addr_safro',
11
+ daemonName: 'safrochaind',
12
+ nodeHome: '.safrochaind',
13
+ keyAlgos: ['secp256k1', 'ed25519'],
14
+ slip44: 118,
15
+ fees: {
16
+ feeTokens: [{
17
+ denom: 'saf',
18
+ fixedMinGasPrice: 0.001,
19
+ lowGasPrice: 0.0025,
20
+ averageGasPrice: 0.025,
21
+ highGasPrice: 0.04
22
+ }]
23
+ },
24
+ staking: {
25
+ stakingTokens: [{
26
+ denom: 'saf'
27
+ }]
28
+ },
29
+ codebase: {
30
+ gitRepo: 'https://github.com/Safrochain-Org/safrochain-node',
31
+ recommendedVersion: 'v1.0.0',
32
+ compatibleVersions: ['v1.0.0'],
33
+ binaries: {
34
+ "linux/amd64": 'https://github.com/Safrochain-Org/safrochain-node/releases/download/v1.0.0/v1.0.0_linux_amd64.tar.gz',
35
+ "darwin/amd64": 'https://github.com/Safrochain-Org/safrochain-node/releases/download/v1.0.0/v1.0.0_darwin_amd64.tar.gz',
36
+ "darwin/arm64": 'https://github.com/Safrochain-Org/safrochain-node/releases/download/v1.0.0/v1.0.0_darwin_arm64.tar.gz'
37
+ }
38
+ },
39
+ apis: {
40
+ rpc: [{
41
+ address: 'https://rpc.testnet.safrochain.com',
42
+ provider: 'Safrochain'
43
+ }],
44
+ rest: [{
45
+ address: 'https://rest.testnet.safrochain.com',
46
+ provider: 'Safrochain'
47
+ }],
48
+ grpc: [{
49
+ address: 'https://grpc.testnet.safrochain.com',
50
+ provider: 'Safrochain'
51
+ }]
52
+ },
53
+ explorers: [{
54
+ kind: 'bigdipper',
55
+ url: 'https://explorer.testnet.safrochain.com',
56
+ txPage: 'https://explorer.testnet.safrochain.com/transactions/${txHash}'
57
+ }],
58
+ logoURIs: {
59
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.png',
60
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/safrochaintestnet/images/saf.svg'
61
+ }
62
+ };
63
+ 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;
@@ -19,10 +19,10 @@ const info = {
19
19
  display: 'mld',
20
20
  symbol: 'MLD',
21
21
  logoURIs: {
22
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
22
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
23
23
  },
24
24
  images: [{
25
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
25
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
26
26
  }]
27
27
  },
28
28
  {
@@ -30,11 +30,10 @@ const info = {
30
30
  denomUnits: [{
31
31
  denom: 'uusd',
32
32
  exponent: 0,
33
- aliases: []
33
+ aliases: ['microusd']
34
34
  }, {
35
35
  denom: 'husd',
36
- exponent: 6,
37
- aliases: ['harmony USD']
36
+ exponent: 6
38
37
  }],
39
38
  typeAsset: 'sdk.coin',
40
39
  base: 'uusd',
@@ -42,10 +41,10 @@ const info = {
42
41
  display: 'husd',
43
42
  symbol: 'HUSD',
44
43
  logoURIs: {
45
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
44
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
46
45
  },
47
46
  images: [{
48
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
47
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
49
48
  }]
50
49
  },
51
50
  {
@@ -53,11 +52,10 @@ const info = {
53
52
  denomUnits: [{
54
53
  denom: 'ukhd',
55
54
  exponent: 0,
56
- aliases: []
55
+ aliases: ['microhkd']
57
56
  }, {
58
57
  denom: 'hkhd',
59
- exponent: 6,
60
- aliases: ['harmony HKD']
58
+ exponent: 6
61
59
  }],
62
60
  typeAsset: 'sdk.coin',
63
61
  base: 'ukhd',
@@ -65,10 +63,10 @@ const info = {
65
63
  display: 'hkhd',
66
64
  symbol: 'HKHD',
67
65
  logoURIs: {
68
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
66
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
69
67
  },
70
68
  images: [{
71
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
69
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
72
70
  }]
73
71
  },
74
72
  {
@@ -76,11 +74,10 @@ const info = {
76
74
  denomUnits: [{
77
75
  denom: 'uvnd',
78
76
  exponent: 0,
79
- aliases: []
77
+ aliases: ['microvnd']
80
78
  }, {
81
79
  denom: 'hvnd',
82
- exponent: 6,
83
- aliases: ['harmony VND']
80
+ exponent: 6
84
81
  }],
85
82
  typeAsset: 'sdk.coin',
86
83
  base: 'uvnd',
@@ -88,10 +85,10 @@ const info = {
88
85
  display: 'hvnd',
89
86
  symbol: 'HVND',
90
87
  logoURIs: {
91
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
88
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
92
89
  },
93
90
  images: [{
94
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
91
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
95
92
  }]
96
93
  }
97
94
  ]
@@ -69,10 +69,10 @@ const info = {
69
69
  }]
70
70
  },
71
71
  logoURIs: {
72
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/symphony_logo.png'
72
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/symphony_logo.png'
73
73
  },
74
74
  images: [{
75
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/symphony_logo.png'
75
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/symphony_logo.png'
76
76
  }]
77
77
  };
78
78
  export default info;
@@ -30,7 +30,8 @@ const info = {
30
30
  twitter: 'https://x.com/burnt_xion',
31
31
  website: 'https://xion.burnt.com'
32
32
  },
33
- typeAsset: 'sdk.coin'
33
+ typeAsset: 'sdk.coin',
34
+ coingeckoId: 'xion-2'
34
35
  },
35
36
  {
36
37
  denomUnits: [{
@@ -36,17 +36,17 @@ const info = {
36
36
  },
37
37
  codebase: {
38
38
  gitRepo: 'https://github.com/burnt-labs/xion',
39
- tag: 'v19.0.1',
40
- recommendedVersion: 'v19.0.1',
39
+ tag: 'v19.0.2',
40
+ recommendedVersion: 'v19.0.2',
41
41
  language: {
42
42
  type: 'go',
43
43
  version: 'v1.23'
44
44
  },
45
45
  binaries: {
46
- "darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.1/xiond_19.0.1_darwin_amd64.tar.gz?checksum=sha256:f350e2ab0cc08c18acce0d6518bd4f29ac88f1c331eb10d3ca43ec3e74103521',
47
- "darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.1/xiond_19.0.1_darwin_arm64.tar.gz?checksum=sha256:9c2944de98c54f4e8517259d0782daca4c43900887b7d7c19044ba75b6e2976d',
48
- "linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.1/xiond_19.0.1_linux_amd64.tar.gz?checksum=sha256:5350ccf4fb83f086f772ceebd8a1c3788c2fa64ad1976d92052842e23a1977c3',
49
- "linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.1/xiond_19.0.1_linux_arm64.tar.gz?checksum=sha256:efed79d4b240c6edaa4488b54e7efcbff89313c0f0ed6e1682dab0f1d97315c2'
46
+ "darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_darwin_amd64.tar.gz?checksum=sha256:edda13aec2274f1eceb933874a885d055b14acbbe0de21ba61ed9c25c64813d6',
47
+ "darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_darwin_arm64.tar.gz?checksum=sha256:7b94d2fdf1baa1d3dff4f947858a2bac684257be27f8bf179fb973ee8dd4fdb8',
48
+ "linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_linux_amd64.tar.gz?checksum=sha256:6072ce81d08f77f98e2d2ae7726007eca18579ea2b1690b5f76b4df782690dcb',
49
+ "linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.2/xiond_19.0.2_linux_arm64.tar.gz?checksum=sha256:0a55360653b596da5ace43c3b4a3fef6c9785bfe0e73405f591768b449af0e70'
50
50
  },
51
51
  sdk: {
52
52
  type: 'cosmos',
@@ -55,6 +55,7 @@ const _bluechip = __importStar(require("./bluechip"));
55
55
  const _bluzelle = __importStar(require("./bluzelle"));
56
56
  const _bostrom = __importStar(require("./bostrom"));
57
57
  const _bouachain = __importStar(require("./bouachain"));
58
+ const _buycex = __importStar(require("./buycex"));
58
59
  const _canto = __importStar(require("./canto"));
59
60
  const _carbon = __importStar(require("./carbon"));
60
61
  const _celestia = __importStar(require("./celestia"));
@@ -208,6 +209,7 @@ const _starname = __importStar(require("./starname"));
208
209
  const _stratos = __importStar(require("./stratos"));
209
210
  const _stride = __importStar(require("./stride"));
210
211
  const _sunrise = __importStar(require("./sunrise"));
212
+ const _symphony = __importStar(require("./symphony"));
211
213
  const _synternet = __importStar(require("./synternet"));
212
214
  const _taketitan = __importStar(require("./taketitan"));
213
215
  const _tenet = __importStar(require("./tenet"));
@@ -262,6 +264,7 @@ const assetList = [
262
264
  _bluzelle.assetList,
263
265
  _bostrom.assetList,
264
266
  _bouachain.assetList,
267
+ _buycex.assetList,
265
268
  _canto.assetList,
266
269
  _carbon.assetList,
267
270
  _celestia.assetList,
@@ -415,6 +418,7 @@ const assetList = [
415
418
  _stratos.assetList,
416
419
  _stride.assetList,
417
420
  _sunrise.assetList,
421
+ _symphony.assetList,
418
422
  _synternet.assetList,
419
423
  _taketitan.assetList,
420
424
  _tenet.assetList,
@@ -15,25 +15,25 @@ const info = {
15
15
  nodeHome: '$HOME/.bitsongd',
16
16
  codebase: {
17
17
  gitRepo: 'https://github.com/bitsongofficial/go-bitsong',
18
- recommendedVersion: 'v0.20.4',
19
- compatibleVersions: ['v0.20.4'],
18
+ recommendedVersion: 'v0.23.0',
19
+ compatibleVersions: ['v0.23.0'],
20
20
  binaries: {
21
- "linux/amd64": 'https://github.com/bitsongofficial/go-bitsong/releases/download/v0.20.4/bitsongd-linux-amd64',
22
- "linux/arm64": 'https://github.com/bitsongofficial/go-bitsong/releases/download/v0.20.4/bitsongd-linux-arm64'
21
+ "linux/amd64": 'https://github.com/bitsongofficial/go-bitsong/releases/download/v0.23.0/bitsongd-linux-amd64',
22
+ "linux/arm64": 'https://github.com/bitsongofficial/go-bitsong/releases/download/v0.23.0/bitsongd-linux-arm64'
23
23
  },
24
24
  genesis: {
25
25
  genesisUrl: 'https://raw.githubusercontent.com/bitsongofficial/networks/master/bitsong-2b/genesis.json'
26
26
  },
27
27
  sdk: {
28
28
  type: 'cosmos',
29
- version: '0.47.15'
29
+ version: '0.53.0'
30
30
  },
31
31
  ibc: {
32
32
  type: 'go',
33
- version: 'v7.4.0'
33
+ version: 'v8.7.0'
34
34
  },
35
35
  cosmwasm: {
36
- version: '0.45.0',
36
+ version: '0.53.3',
37
37
  enabled: true
38
38
  }
39
39
  },
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../assetlist.schema.json',
5
+ chainName: 'buycex',
6
+ assets: [{
7
+ typeAsset: 'sdk.coin',
8
+ description: 'Buycex is the native token of the BuyCex Infinity Chain.',
9
+ denomUnits: [{
10
+ denom: 'ubcx',
11
+ exponent: 0
12
+ }, {
13
+ denom: 'BCX',
14
+ exponent: 18
15
+ }],
16
+ base: 'ubcx',
17
+ name: 'Buycex',
18
+ display: 'BCX',
19
+ symbol: 'BCX',
20
+ logoURIs: {
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/buycex/images/bcx.png'
22
+ },
23
+ keywords: [
24
+ 'native',
25
+ 'staking',
26
+ 'utility'
27
+ ]
28
+ }]
29
+ };
30
+ exports.default = info;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../chain.schema.json',
5
+ chainName: 'buycex',
6
+ chainId: 'bcx_323-1',
7
+ prettyName: 'BuyCex Infinity Chain',
8
+ status: 'live',
9
+ networkType: 'mainnet',
10
+ website: 'https://infinity.buycex.com',
11
+ bech32Prefix: 'bcx',
12
+ daemonName: 'bcxd',
13
+ nodeHome: '$HOME/.bcxd',
14
+ chainType: 'cosmos',
15
+ slip44: 60,
16
+ codebase: {
17
+ genesis: {
18
+ genesisUrl: 'https://buycex.net/genesis.json'
19
+ },
20
+ gitRepo: 'https://github.com/cosvmlabs/buycex-chain',
21
+ recommendedVersion: 'v1.0.0',
22
+ compatibleVersions: ['v1.0.0'],
23
+ sdk: {
24
+ type: 'cosmos',
25
+ version: 'v0.45.16'
26
+ }
27
+ },
28
+ apis: {
29
+ rpc: [{
30
+ address: 'https://endpoint.buycex.net',
31
+ provider: 'buycex'
32
+ }],
33
+ rest: [{
34
+ address: 'https://api.buycex.net',
35
+ provider: 'buycex'
36
+ }],
37
+ grpc: [{
38
+ address: 'https://grpc.buycex.net',
39
+ provider: 'buycex'
40
+ }]
41
+ },
42
+ explorers: [{
43
+ kind: 'pingpub',
44
+ url: 'https://cosmos.buycex.net',
45
+ txPage: 'https://cosmos.buycex.net/tx/${txHash}'
46
+ }],
47
+ logoURIs: {
48
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/buycex/images/bcx.png'
49
+ }
50
+ };
51
+ exports.default = info;
@@ -1,3 +1,2 @@
1
1
  export declare const assetList: import("@chain-registry/types").AssetList;
2
2
  export declare const chain: import("@chain-registry/types").Chain;
3
- export declare const ibcData: import("@chain-registry/types").IBCData[];
@@ -3,10 +3,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.ibcData = exports.chain = exports.assetList = void 0;
6
+ exports.chain = exports.assetList = void 0;
7
7
  const asset_list_1 = __importDefault(require("./asset-list"));
8
8
  const chain_1 = __importDefault(require("./chain"));
9
- const ibc_data_1 = __importDefault(require("./ibc-data"));
10
9
  exports.assetList = asset_list_1.default;
11
10
  exports.chain = chain_1.default;
12
- exports.ibcData = ibc_data_1.default;
package/mainnet/chains.js CHANGED
@@ -55,6 +55,7 @@ const _bluechip = __importStar(require("./bluechip"));
55
55
  const _bluzelle = __importStar(require("./bluzelle"));
56
56
  const _bostrom = __importStar(require("./bostrom"));
57
57
  const _bouachain = __importStar(require("./bouachain"));
58
+ const _buycex = __importStar(require("./buycex"));
58
59
  const _canto = __importStar(require("./canto"));
59
60
  const _carbon = __importStar(require("./carbon"));
60
61
  const _celestia = __importStar(require("./celestia"));
@@ -208,6 +209,7 @@ const _starname = __importStar(require("./starname"));
208
209
  const _stratos = __importStar(require("./stratos"));
209
210
  const _stride = __importStar(require("./stride"));
210
211
  const _sunrise = __importStar(require("./sunrise"));
212
+ const _symphony = __importStar(require("./symphony"));
211
213
  const _synternet = __importStar(require("./synternet"));
212
214
  const _taketitan = __importStar(require("./taketitan"));
213
215
  const _tenet = __importStar(require("./tenet"));
@@ -262,6 +264,7 @@ const chains = [
262
264
  _bluzelle.chain,
263
265
  _bostrom.chain,
264
266
  _bouachain.chain,
267
+ _buycex.chain,
265
268
  _canto.chain,
266
269
  _carbon.chain,
267
270
  _celestia.chain,
@@ -415,6 +418,7 @@ const chains = [
415
418
  _stratos.chain,
416
419
  _stride.chain,
417
420
  _sunrise.chain,
421
+ _symphony.chain,
418
422
  _synternet.chain,
419
423
  _taketitan.chain,
420
424
  _tenet.chain,
@@ -30,7 +30,8 @@ const info = {
30
30
  socials: {
31
31
  website: 'https://manifestai.org/',
32
32
  twitter: 'https://x.com/ManifestAIs/'
33
- }
33
+ },
34
+ coingeckoId: 'manifest-2'
34
35
  },
35
36
  {
36
37
  description: 'Proof of Authority token for the Manifest network',
@@ -29,10 +29,10 @@ const info = {
29
29
  },
30
30
  codebase: {
31
31
  gitRepo: 'https://github.com/liftedinit/manifest-ledger',
32
- recommendedVersion: 'v1.0.3',
33
- compatibleVersions: ['v1.0.3'],
32
+ recommendedVersion: 'v1.0.5',
33
+ compatibleVersions: ['v1.0.3', 'v1.0.5'],
34
34
  binaries: {
35
- "linux/amd64": 'https://github.com/liftedinit/manifest-ledger/releases/download/v1.0.3/manifest-ledger-v1.0.3-linux-amd64.tar.gz'
35
+ "linux/amd64": 'https://github.com/liftedinit/manifest-ledger/releases/download/v1.0.5/manifest-ledger-v1.0.5-linux-amd64.tar.gz'
36
36
  },
37
37
  genesis: {
38
38
  genesisUrl: 'https://nodes.liftedinit.app/manifest/rpc/genesis?'
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = {
4
- $schema: '../../assetlist.schema.json',
5
- chainName: 'symphonytestnet3',
4
+ $schema: '../assetlist.schema.json',
5
+ chainName: 'symphony',
6
6
  assets: [
7
7
  {
8
8
  description: 'The native token of Symphony',
@@ -21,10 +21,10 @@ const info = {
21
21
  display: 'mld',
22
22
  symbol: 'MLD',
23
23
  logoURIs: {
24
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
25
25
  },
26
26
  images: [{
27
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
27
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
28
28
  }]
29
29
  },
30
30
  {
@@ -32,11 +32,10 @@ const info = {
32
32
  denomUnits: [{
33
33
  denom: 'uusd',
34
34
  exponent: 0,
35
- aliases: []
35
+ aliases: ['microusd']
36
36
  }, {
37
37
  denom: 'husd',
38
- exponent: 6,
39
- aliases: ['harmony USD']
38
+ exponent: 6
40
39
  }],
41
40
  typeAsset: 'sdk.coin',
42
41
  base: 'uusd',
@@ -44,10 +43,10 @@ const info = {
44
43
  display: 'husd',
45
44
  symbol: 'HUSD',
46
45
  logoURIs: {
47
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
46
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
48
47
  },
49
48
  images: [{
50
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
49
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
51
50
  }]
52
51
  },
53
52
  {
@@ -55,11 +54,10 @@ const info = {
55
54
  denomUnits: [{
56
55
  denom: 'ukhd',
57
56
  exponent: 0,
58
- aliases: []
57
+ aliases: ['microhkd']
59
58
  }, {
60
59
  denom: 'hkhd',
61
- exponent: 6,
62
- aliases: ['harmony HKD']
60
+ exponent: 6
63
61
  }],
64
62
  typeAsset: 'sdk.coin',
65
63
  base: 'ukhd',
@@ -67,10 +65,10 @@ const info = {
67
65
  display: 'hkhd',
68
66
  symbol: 'HKHD',
69
67
  logoURIs: {
70
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
68
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
71
69
  },
72
70
  images: [{
73
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
71
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
74
72
  }]
75
73
  },
76
74
  {
@@ -78,11 +76,10 @@ const info = {
78
76
  denomUnits: [{
79
77
  denom: 'uvnd',
80
78
  exponent: 0,
81
- aliases: []
79
+ aliases: ['microvnd']
82
80
  }, {
83
81
  denom: 'hvnd',
84
- exponent: 6,
85
- aliases: ['harmony VND']
82
+ exponent: 6
86
83
  }],
87
84
  typeAsset: 'sdk.coin',
88
85
  base: 'uvnd',
@@ -90,10 +87,10 @@ const info = {
90
87
  display: 'hvnd',
91
88
  symbol: 'HVND',
92
89
  logoURIs: {
93
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
90
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
94
91
  },
95
92
  images: [{
96
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
93
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
97
94
  }]
98
95
  }
99
96
  ]
@@ -0,0 +1,3 @@
1
+ import { Chain } from '@chain-registry/types';
2
+ declare const info: Chain;
3
+ export default info;