chain-registry 2.0.10 → 2.0.12

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 (53) hide show
  1. package/esm/mainnet/asset-lists.js +2 -0
  2. package/esm/mainnet/chains.js +2 -0
  3. package/esm/mainnet/injective/asset-list.js +2 -2
  4. package/esm/mainnet/osmosis/asset-list.js +41 -2
  5. package/esm/{testnet/symphonytestnet3 → mainnet/symphony}/asset-list.js +16 -19
  6. package/esm/{testnet/symphonytestnet3 → mainnet/symphony}/chain.js +23 -23
  7. package/esm/{testnet/symphonytestnet3 → mainnet/symphony}/index.js +0 -2
  8. package/esm/mainnet/xion/chain.js +6 -6
  9. package/esm/mainnet/xrplevm/asset-list.js +1 -1
  10. package/esm/noncosmos/ibc-data.js +2 -0
  11. package/esm/noncosmos/symphonytestnet3/index.js +2 -0
  12. package/esm/testnet/asset-lists.js +2 -2
  13. package/esm/testnet/chains.js +2 -2
  14. package/esm/testnet/ibc-data.js +0 -2
  15. package/esm/testnet/safrochaintestnet/asset-list.js +38 -0
  16. package/esm/testnet/safrochaintestnet/chain.js +63 -0
  17. package/esm/testnet/safrochaintestnet/index.js +4 -0
  18. package/esm/testnet/symphonytestnet/asset-list.js +14 -17
  19. package/esm/testnet/symphonytestnet/chain.js +2 -2
  20. package/esm/testnet/xiontestnet2/asset-list.js +2 -1
  21. package/esm/testnet/xiontestnet2/chain.js +6 -6
  22. package/mainnet/asset-lists.js +2 -0
  23. package/mainnet/chains.js +2 -0
  24. package/mainnet/injective/asset-list.js +2 -2
  25. package/mainnet/osmosis/asset-list.js +41 -2
  26. package/{testnet/symphonytestnet3 → mainnet/symphony}/asset-list.js +16 -19
  27. package/{testnet/symphonytestnet3 → mainnet/symphony}/chain.js +23 -23
  28. package/{testnet/symphonytestnet3 → mainnet/symphony}/index.d.ts +0 -1
  29. package/{testnet/symphonytestnet3 → mainnet/symphony}/index.js +1 -3
  30. package/mainnet/xion/chain.js +6 -6
  31. package/mainnet/xrplevm/asset-list.js +1 -1
  32. package/noncosmos/ibc-data.js +2 -0
  33. package/noncosmos/symphonytestnet3/index.d.ts +1 -0
  34. package/noncosmos/symphonytestnet3/index.js +8 -0
  35. package/package.json +3 -3
  36. package/testnet/asset-lists.js +2 -2
  37. package/testnet/chains.js +2 -2
  38. package/testnet/ibc-data.js +0 -2
  39. package/testnet/safrochaintestnet/asset-list.d.ts +3 -0
  40. package/testnet/safrochaintestnet/asset-list.js +40 -0
  41. package/testnet/safrochaintestnet/chain.d.ts +3 -0
  42. package/testnet/safrochaintestnet/chain.js +65 -0
  43. package/testnet/safrochaintestnet/index.d.ts +2 -0
  44. package/testnet/safrochaintestnet/index.js +10 -0
  45. package/testnet/symphonytestnet/asset-list.js +14 -17
  46. package/testnet/symphonytestnet/chain.js +2 -2
  47. package/testnet/xiontestnet2/asset-list.js +2 -1
  48. package/testnet/xiontestnet2/chain.js +6 -6
  49. /package/esm/{testnet → noncosmos}/symphonytestnet3/ibc-data.js +0 -0
  50. /package/{testnet/symphonytestnet3 → mainnet/symphony}/asset-list.d.ts +0 -0
  51. /package/{testnet/symphonytestnet3 → mainnet/symphony}/chain.d.ts +0 -0
  52. /package/{testnet → noncosmos}/symphonytestnet3/ibc-data.d.ts +0 -0
  53. /package/{testnet → noncosmos}/symphonytestnet3/ibc-data.js +0 -0
@@ -183,6 +183,7 @@ import * as _starname from './starname';
183
183
  import * as _stratos from './stratos';
184
184
  import * as _stride from './stride';
185
185
  import * as _sunrise from './sunrise';
186
+ import * as _symphony from './symphony';
186
187
  import * as _synternet from './synternet';
187
188
  import * as _taketitan from './taketitan';
188
189
  import * as _tenet from './tenet';
@@ -390,6 +391,7 @@ const assetList = [
390
391
  _stratos.assetList,
391
392
  _stride.assetList,
392
393
  _sunrise.assetList,
394
+ _symphony.assetList,
393
395
  _synternet.assetList,
394
396
  _taketitan.assetList,
395
397
  _tenet.assetList,
@@ -183,6 +183,7 @@ import * as _starname from './starname';
183
183
  import * as _stratos from './stratos';
184
184
  import * as _stride from './stride';
185
185
  import * as _sunrise from './sunrise';
186
+ import * as _symphony from './symphony';
186
187
  import * as _synternet from './synternet';
187
188
  import * as _taketitan from './taketitan';
188
189
  import * as _tenet from './tenet';
@@ -390,6 +391,7 @@ const chains = [
390
391
  _stratos.chain,
391
392
  _stride.chain,
392
393
  _sunrise.chain,
394
+ _symphony.chain,
393
395
  _synternet.chain,
394
396
  _taketitan.chain,
395
397
  _tenet.chain,
@@ -860,8 +860,8 @@ const info = {
860
860
  }
861
861
  }],
862
862
  socials: {
863
- website: 'https://github.com/raphaellafar/Cosmo',
864
- twitter: 'https://x.com/CosmoClub84'
863
+ website: 'https://cosmoport.org',
864
+ twitter: 'https://x.com/cosmoport_org'
865
865
  },
866
866
  typeAsset: 'sdk.coin'
867
867
  },
@@ -18647,8 +18647,8 @@ const info = {
18647
18647
  }
18648
18648
  }],
18649
18649
  socials: {
18650
- website: 'https://github.com/raphaellafar/Cosmo',
18651
- twitter: 'https://x.com/CosmoClub84'
18650
+ website: 'https://cosmoport.org',
18651
+ twitter: 'https://x.com/cosmoport_org'
18652
18652
  }
18653
18653
  },
18654
18654
  {
@@ -24908,6 +24908,45 @@ const info = {
24908
24908
  },
24909
24909
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
24910
24910
  }]
24911
+ },
24912
+ {
24913
+ description: 'The native token of the XRPL EVM Sidechain',
24914
+ denomUnits: [{
24915
+ denom: 'ibc/46EB46DB30D3BBC6F404A9232C09785F36D40DA05C662A8E295712ECBAFF1609',
24916
+ exponent: 0,
24917
+ aliases: ['axrp']
24918
+ }, {
24919
+ denom: 'xrp',
24920
+ exponent: 18,
24921
+ aliases: []
24922
+ }],
24923
+ typeAsset: 'ics20',
24924
+ base: 'ibc/46EB46DB30D3BBC6F404A9232C09785F36D40DA05C662A8E295712ECBAFF1609',
24925
+ name: 'Ripple (XRPL EVM)',
24926
+ display: 'axrp',
24927
+ symbol: 'XRP.xrplevm',
24928
+ traces: [{
24929
+ type: 'ibc',
24930
+ counterparty: {
24931
+ chainName: 'xrplevm',
24932
+ baseDenom: 'axrp',
24933
+ channelId: 'channel-3'
24934
+ },
24935
+ chain: {
24936
+ channelId: 'channel-104325',
24937
+ path: 'transfer/channel-104325/axrp'
24938
+ }
24939
+ }],
24940
+ logoURIs: {
24941
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png'
24942
+ },
24943
+ images: [{
24944
+ imageSync: {
24945
+ chainName: 'xrplevm',
24946
+ baseDenom: 'axrp'
24947
+ },
24948
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png'
24949
+ }]
24911
24950
  }
24912
24951
  ]
24913
24952
  };
@@ -1,6 +1,6 @@
1
1
  const info = {
2
- $schema: '../../assetlist.schema.json',
3
- chainName: 'symphonytestnet3',
2
+ $schema: '../assetlist.schema.json',
3
+ chainName: 'symphony',
4
4
  assets: [
5
5
  {
6
6
  description: 'The native token of Symphony',
@@ -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
  ]
@@ -1,11 +1,11 @@
1
1
  const info = {
2
- $schema: '../../chain.schema.json',
3
- chainName: 'symphonytestnet3',
2
+ $schema: '../chain.schema.json',
3
+ chainName: 'symphony',
4
4
  status: 'live',
5
- networkType: 'testnet',
6
- prettyName: 'Symphony Testnet',
5
+ networkType: 'mainnet',
6
+ prettyName: 'Symphony',
7
7
  chainType: 'cosmos',
8
- chainId: 'symphony-testnet-3',
8
+ chainId: 'symphony-1',
9
9
  bech32Prefix: 'symphony',
10
10
  daemonName: 'symphonyd',
11
11
  nodeHome: '$HOME/.symphonyd',
@@ -15,9 +15,9 @@ const info = {
15
15
  feeTokens: [{
16
16
  denom: 'note',
17
17
  fixedMinGasPrice: 0,
18
- lowGasPrice: 0.0025,
19
- averageGasPrice: 0.025,
20
- highGasPrice: 0.04
18
+ lowGasPrice: 0.00025,
19
+ averageGasPrice: 0.0025,
20
+ highGasPrice: 0.004
21
21
  }]
22
22
  },
23
23
  staking: {
@@ -27,52 +27,52 @@ const info = {
27
27
  },
28
28
  codebase: {
29
29
  gitRepo: 'https://github.com/Orchestra-Labs/symphony',
30
- recommendedVersion: 'v23.0.5-rc1',
31
- compatibleVersions: ['v23.0.5', 'v23.0.5-rc1'],
30
+ recommendedVersion: 'v1.0.0',
31
+ compatibleVersions: ['v1.0.0'],
32
32
  consensus: {
33
- type: 'tendermint',
34
- version: '0.37.4'
33
+ type: 'cometbft',
34
+ version: '0.38.11'
35
35
  },
36
36
  genesis: {
37
- genesisUrl: 'https://rpc.testnet.symphonychain.org/genesis'
37
+ genesisUrl: 'https://raw.githubusercontent.com/Orchestra-Labs/symphony/refs/heads/main/networks/symphony-1/genesis.json'
38
38
  },
39
39
  sdk: {
40
40
  type: 'cosmos',
41
- version: '0.47.8'
41
+ version: '0.50.9'
42
42
  },
43
43
  cosmwasm: {
44
- version: '0.29',
44
+ version: '0.53.0',
45
45
  enabled: true
46
46
  }
47
47
  },
48
48
  apis: {
49
49
  rpc: [{
50
- address: 'https://symphony.test.rpc.nodeshub.online/',
50
+ address: 'https://symphony.rpc.nodeshub.online/',
51
51
  provider: 'Nodes Hub'
52
52
  }, {
53
- address: 'https://symphony-testnet-rpc.cogwheel.zone/',
53
+ address: 'https://symphony-rpc.cogwheel.zone/',
54
54
  provider: 'Cogwheel ⚙️'
55
55
  }],
56
56
  rest: [{
57
- address: 'https://symphony.test.api.nodeshub.online/',
57
+ address: 'https://symphony.api.nodeshub.online/',
58
58
  provider: 'Nodes Hub'
59
59
  }, {
60
- address: 'https://symphony-testnet-api.cogwheel.zone/',
60
+ address: 'https://symphony-api.cogwheel.zone/',
61
61
  provider: 'Cogwheel ⚙️'
62
62
  }],
63
63
  grpc: [{
64
- address: 'https://symphony.test.grpc.nodeshub.online/',
64
+ address: 'https://symphony.grpc.nodeshub.online/',
65
65
  provider: 'Nodes Hub'
66
66
  }, {
67
- address: 'https://symphony-testnet-grpc.cogwheel.zone:443',
67
+ address: 'https://symphony-grpc.cogwheel.zone:443',
68
68
  provider: 'Cogwheel ⚙️'
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;
@@ -1,6 +1,4 @@
1
1
  import _assetList from './asset-list';
2
2
  import _chain from './chain';
3
- import _ibcData from './ibc-data';
4
3
  export const assetList = _assetList;
5
4
  export const chain = _chain;
6
- export const ibcData = _ibcData;
@@ -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',
@@ -13,7 +13,7 @@ const info = {
13
13
  }],
14
14
  typeAsset: 'sdk.coin',
15
15
  base: 'axrp',
16
- name: 'XRP',
16
+ name: 'Ripple',
17
17
  display: 'XRP',
18
18
  symbol: 'XRP',
19
19
  images: [{
@@ -1,11 +1,13 @@
1
1
  import * as _picasso from './picasso';
2
2
  import * as _composablepolkadot from './composablepolkadot';
3
3
  import * as _penumbra from './penumbra';
4
+ import * as _symphonytestnet3 from './symphonytestnet3';
4
5
  import * as _cosmoshubicstestnet from './cosmoshubicstestnet';
5
6
  const ibcData = [
6
7
  ..._picasso.ibcData,
7
8
  ..._composablepolkadot.ibcData,
8
9
  ..._penumbra.ibcData,
10
+ ..._symphonytestnet3.ibcData,
9
11
  ..._cosmoshubicstestnet.ibcData
10
12
  ];
11
13
  export default ibcData;
@@ -0,0 +1,2 @@
1
+ import _ibcData from './ibc-data';
2
+ export const ibcData = _ibcData;
@@ -95,6 +95,7 @@ import * as _quasartestnet from './quasartestnet';
95
95
  import * as _qubeticstestnet from './qubeticstestnet';
96
96
  import * as _quicksilvertestnet from './quicksilvertestnet';
97
97
  import * as _qwoyntestnet from './qwoyntestnet';
98
+ import * as _safrochaintestnet from './safrochaintestnet';
98
99
  import * as _sagatestnet from './sagatestnet';
99
100
  import * as _secretnetworktestnet from './secretnetworktestnet';
100
101
  import * as _sedatestnet from './sedatestnet';
@@ -113,7 +114,6 @@ import * as _stridetestnet from './stridetestnet';
113
114
  import * as _sunrisetestnet from './sunrisetestnet';
114
115
  import * as _swisstroniktestnet from './swisstroniktestnet';
115
116
  import * as _symphonytestnet from './symphonytestnet';
116
- import * as _symphonytestnet3 from './symphonytestnet3';
117
117
  import * as _synternettestnet from './synternettestnet';
118
118
  import * as _terpnettestnet from './terpnettestnet';
119
119
  import * as _terpnettestnet2 from './terpnettestnet2';
@@ -232,6 +232,7 @@ const assetList = [
232
232
  _qubeticstestnet.assetList,
233
233
  _quicksilvertestnet.assetList,
234
234
  _qwoyntestnet.assetList,
235
+ _safrochaintestnet.assetList,
235
236
  _sagatestnet.assetList,
236
237
  _secretnetworktestnet.assetList,
237
238
  _sedatestnet.assetList,
@@ -250,7 +251,6 @@ const assetList = [
250
251
  _sunrisetestnet.assetList,
251
252
  _swisstroniktestnet.assetList,
252
253
  _symphonytestnet.assetList,
253
- _symphonytestnet3.assetList,
254
254
  _synternettestnet.assetList,
255
255
  _terpnettestnet.assetList,
256
256
  _terpnettestnet2.assetList,
@@ -95,6 +95,7 @@ import * as _quasartestnet from './quasartestnet';
95
95
  import * as _qubeticstestnet from './qubeticstestnet';
96
96
  import * as _quicksilvertestnet from './quicksilvertestnet';
97
97
  import * as _qwoyntestnet from './qwoyntestnet';
98
+ import * as _safrochaintestnet from './safrochaintestnet';
98
99
  import * as _sagatestnet from './sagatestnet';
99
100
  import * as _secretnetworktestnet from './secretnetworktestnet';
100
101
  import * as _sedatestnet from './sedatestnet';
@@ -113,7 +114,6 @@ import * as _stridetestnet from './stridetestnet';
113
114
  import * as _sunrisetestnet from './sunrisetestnet';
114
115
  import * as _swisstroniktestnet from './swisstroniktestnet';
115
116
  import * as _symphonytestnet from './symphonytestnet';
116
- import * as _symphonytestnet3 from './symphonytestnet3';
117
117
  import * as _synternettestnet from './synternettestnet';
118
118
  import * as _terpnettestnet from './terpnettestnet';
119
119
  import * as _terpnettestnet2 from './terpnettestnet2';
@@ -232,6 +232,7 @@ const chains = [
232
232
  _qubeticstestnet.chain,
233
233
  _quicksilvertestnet.chain,
234
234
  _qwoyntestnet.chain,
235
+ _safrochaintestnet.chain,
235
236
  _sagatestnet.chain,
236
237
  _secretnetworktestnet.chain,
237
238
  _sedatestnet.chain,
@@ -250,7 +251,6 @@ const chains = [
250
251
  _sunrisetestnet.chain,
251
252
  _swisstroniktestnet.chain,
252
253
  _symphonytestnet.chain,
253
- _symphonytestnet3.chain,
254
254
  _synternettestnet.chain,
255
255
  _terpnettestnet.chain,
256
256
  _terpnettestnet2.chain,
@@ -39,7 +39,6 @@ import * as _stargazetestnet from './stargazetestnet';
39
39
  import * as _stridetestnet from './stridetestnet';
40
40
  import * as _swisstroniktestnet from './swisstroniktestnet';
41
41
  import * as _symphonytestnet from './symphonytestnet';
42
- import * as _symphonytestnet3 from './symphonytestnet3';
43
42
  import * as _synternettestnet from './synternettestnet';
44
43
  import * as _terra2testnet from './terra2testnet';
45
44
  import * as _titannettestnet from './titannettestnet';
@@ -89,7 +88,6 @@ const ibcData = [
89
88
  ..._stridetestnet.ibcData,
90
89
  ..._swisstroniktestnet.ibcData,
91
90
  ..._symphonytestnet.ibcData,
92
- ..._symphonytestnet3.ibcData,
93
91
  ..._synternettestnet.ibcData,
94
92
  ..._terra2testnet.ibcData,
95
93
  ..._titannettestnet.ibcData,
@@ -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
  ]