chain-registry 1.69.257 → 1.69.259

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 (79) hide show
  1. package/esm/mainnet/assets.js +4 -0
  2. package/esm/mainnet/bitsong/chain.js +7 -7
  3. package/esm/mainnet/buycex/assets.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/assets.js +2 -1
  8. package/esm/mainnet/manifest/chain.js +3 -3
  9. package/esm/mainnet/named.js +2 -0
  10. package/esm/{testnet/symphonytestnet3 → mainnet/symphony}/assets.js +16 -19
  11. package/esm/{testnet/symphonytestnet3 → mainnet/symphony}/chain.js +23 -23
  12. package/esm/mainnet/symphony/index.js +4 -0
  13. package/esm/mainnet/xion/chain.js +6 -6
  14. package/esm/noncosmos/ibc.js +2 -0
  15. package/esm/noncosmos/named.js +1 -0
  16. package/esm/noncosmos/symphonytestnet3/index.js +2 -0
  17. package/esm/testnet/assets.js +2 -2
  18. package/esm/testnet/chains.js +2 -2
  19. package/esm/testnet/hippoprotocoltestnet/ibc.js +30 -0
  20. package/esm/testnet/hippoprotocoltestnet/index.js +2 -0
  21. package/esm/testnet/ibc.js +2 -2
  22. package/esm/testnet/named.js +1 -1
  23. package/esm/testnet/osmosistestnet/ibc.js +29 -0
  24. package/esm/testnet/safrochaintestnet/assets.js +38 -0
  25. package/esm/testnet/safrochaintestnet/chain.js +63 -0
  26. package/esm/testnet/safrochaintestnet/index.js +4 -0
  27. package/esm/testnet/symphonytestnet/assets.js +14 -17
  28. package/esm/testnet/symphonytestnet/chain.js +2 -2
  29. package/esm/testnet/xiontestnet2/assets.js +2 -1
  30. package/esm/testnet/xiontestnet2/chain.js +6 -6
  31. package/mainnet/assets.js +4 -0
  32. package/mainnet/bitsong/chain.js +7 -7
  33. package/mainnet/buycex/assets.js +30 -0
  34. package/mainnet/buycex/chain.js +51 -0
  35. package/{testnet/symphonytestnet3 → mainnet/buycex}/index.d.ts +0 -1
  36. package/{testnet/symphonytestnet3 → mainnet/buycex}/index.js +1 -3
  37. package/mainnet/chains.js +4 -0
  38. package/mainnet/manifest/assets.js +2 -1
  39. package/mainnet/manifest/chain.js +3 -3
  40. package/mainnet/named.d.ts +2 -0
  41. package/mainnet/named.js +7 -5
  42. package/mainnet/symphony/assets.d.ts +3 -0
  43. package/{testnet/symphonytestnet3 → mainnet/symphony}/assets.js +16 -19
  44. package/mainnet/symphony/chain.d.ts +3 -0
  45. package/{testnet/symphonytestnet3 → mainnet/symphony}/chain.js +23 -23
  46. package/mainnet/symphony/index.d.ts +2 -0
  47. package/mainnet/symphony/index.js +10 -0
  48. package/mainnet/xion/chain.js +6 -6
  49. package/noncosmos/ibc.js +2 -0
  50. package/noncosmos/named.d.ts +1 -0
  51. package/noncosmos/named.js +3 -2
  52. package/noncosmos/symphonytestnet3/index.d.ts +1 -0
  53. package/noncosmos/symphonytestnet3/index.js +8 -0
  54. package/package.json +3 -3
  55. package/testnet/assets.js +2 -2
  56. package/testnet/chains.js +2 -2
  57. package/testnet/hippoprotocoltestnet/ibc.d.ts +3 -0
  58. package/testnet/hippoprotocoltestnet/ibc.js +32 -0
  59. package/testnet/hippoprotocoltestnet/index.d.ts +1 -0
  60. package/testnet/hippoprotocoltestnet/index.js +3 -1
  61. package/testnet/ibc.js +2 -2
  62. package/testnet/named.d.ts +1 -1
  63. package/testnet/named.js +3 -3
  64. package/testnet/osmosistestnet/ibc.js +29 -0
  65. package/testnet/safrochaintestnet/assets.d.ts +3 -0
  66. package/testnet/safrochaintestnet/assets.js +40 -0
  67. package/testnet/safrochaintestnet/chain.d.ts +3 -0
  68. package/testnet/safrochaintestnet/chain.js +65 -0
  69. package/testnet/safrochaintestnet/index.d.ts +2 -0
  70. package/testnet/safrochaintestnet/index.js +10 -0
  71. package/testnet/symphonytestnet/assets.js +14 -17
  72. package/testnet/symphonytestnet/chain.js +2 -2
  73. package/testnet/xiontestnet2/assets.js +2 -1
  74. package/testnet/xiontestnet2/chain.js +6 -6
  75. /package/esm/{testnet → noncosmos}/symphonytestnet3/ibc.js +0 -0
  76. /package/{testnet/symphonytestnet3 → mainnet/buycex}/assets.d.ts +0 -0
  77. /package/{testnet/symphonytestnet3 → mainnet/buycex}/chain.d.ts +0 -0
  78. /package/{testnet → noncosmos}/symphonytestnet3/ibc.d.ts +0 -0
  79. /package/{testnet → noncosmos}/symphonytestnet3/ibc.js +0 -0
@@ -30,6 +30,7 @@ import * as _bluechip from './bluechip';
30
30
  import * as _bluzelle from './bluzelle';
31
31
  import * as _bostrom from './bostrom';
32
32
  import * as _bouachain from './bouachain';
33
+ import * as _buycex from './buycex';
33
34
  import * as _canto from './canto';
34
35
  import * as _carbon from './carbon';
35
36
  import * as _celestia from './celestia';
@@ -183,6 +184,7 @@ import * as _starname from './starname';
183
184
  import * as _stratos from './stratos';
184
185
  import * as _stride from './stride';
185
186
  import * as _sunrise from './sunrise';
187
+ import * as _symphony from './symphony';
186
188
  import * as _synternet from './synternet';
187
189
  import * as _taketitan from './taketitan';
188
190
  import * as _tenet from './tenet';
@@ -237,6 +239,7 @@ const assets = [
237
239
  _bluzelle.assets,
238
240
  _bostrom.assets,
239
241
  _bouachain.assets,
242
+ _buycex.assets,
240
243
  _canto.assets,
241
244
  _carbon.assets,
242
245
  _celestia.assets,
@@ -390,6 +393,7 @@ const assets = [
390
393
  _stratos.assets,
391
394
  _stride.assets,
392
395
  _sunrise.assets,
396
+ _symphony.assets,
393
397
  _synternet.assets,
394
398
  _taketitan.assets,
395
399
  _tenet.assets,
@@ -13,25 +13,25 @@ const info = {
13
13
  node_home: '$HOME/.bitsongd',
14
14
  codebase: {
15
15
  git_repo: 'https://github.com/bitsongofficial/go-bitsong',
16
- recommended_version: 'v0.20.4',
17
- compatible_versions: ['v0.20.4'],
16
+ recommended_version: 'v0.23.0',
17
+ compatible_versions: ['v0.23.0'],
18
18
  binaries: {
19
- "linux/amd64": 'https://github.com/bitsongofficial/go-bitsong/releases/download/v0.20.4/bitsongd-linux-amd64',
20
- "linux/arm64": 'https://github.com/bitsongofficial/go-bitsong/releases/download/v0.20.4/bitsongd-linux-arm64'
19
+ "linux/amd64": 'https://github.com/bitsongofficial/go-bitsong/releases/download/v0.23.0/bitsongd-linux-amd64',
20
+ "linux/arm64": 'https://github.com/bitsongofficial/go-bitsong/releases/download/v0.23.0/bitsongd-linux-arm64'
21
21
  },
22
22
  genesis: {
23
23
  genesis_url: 'https://raw.githubusercontent.com/bitsongofficial/networks/master/bitsong-2b/genesis.json'
24
24
  },
25
25
  sdk: {
26
26
  type: 'cosmos',
27
- version: '0.47.15'
27
+ version: '0.53.0'
28
28
  },
29
29
  ibc: {
30
30
  type: 'go',
31
- version: 'v7.4.0'
31
+ version: 'v8.7.0'
32
32
  },
33
33
  cosmwasm: {
34
- version: '0.45.0',
34
+ version: '0.53.3',
35
35
  enabled: true
36
36
  }
37
37
  },
@@ -0,0 +1,28 @@
1
+ const info = {
2
+ $schema: '../assetlist.schema.json',
3
+ chain_name: 'buycex',
4
+ assets: [{
5
+ type_asset: 'sdk.coin',
6
+ description: 'Buycex is the native token of the BuyCex Infinity Chain.',
7
+ denom_units: [{
8
+ denom: 'ubcx',
9
+ exponent: 0
10
+ }, {
11
+ denom: 'BCX',
12
+ exponent: 18
13
+ }],
14
+ base: 'ubcx',
15
+ name: 'Buycex',
16
+ display: 'BCX',
17
+ symbol: 'BCX',
18
+ logo_URIs: {
19
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/buycex/images/bcx.png'
20
+ },
21
+ keywords: [
22
+ 'native',
23
+ 'staking',
24
+ 'utility'
25
+ ]
26
+ }]
27
+ };
28
+ export default info;
@@ -0,0 +1,49 @@
1
+ const info = {
2
+ $schema: '../chain.schema.json',
3
+ chain_name: 'buycex',
4
+ chain_id: 'bcx_323-1',
5
+ pretty_name: 'BuyCex Infinity Chain',
6
+ status: 'live',
7
+ network_type: 'mainnet',
8
+ website: 'https://infinity.buycex.com',
9
+ bech32_prefix: 'bcx',
10
+ daemon_name: 'bcxd',
11
+ node_home: '$HOME/.bcxd',
12
+ chain_type: 'cosmos',
13
+ slip44: 60,
14
+ codebase: {
15
+ genesis: {
16
+ genesis_url: 'https://buycex.net/genesis.json'
17
+ },
18
+ git_repo: 'https://github.com/cosvmlabs/buycex-chain',
19
+ recommended_version: 'v1.0.0',
20
+ compatible_versions: ['v1.0.0'],
21
+ sdk: {
22
+ type: 'cosmos',
23
+ version: 'v0.45.16'
24
+ }
25
+ },
26
+ apis: {
27
+ rpc: [{
28
+ address: 'https://endpoint.buycex.net',
29
+ provider: 'buycex'
30
+ }],
31
+ rest: [{
32
+ address: 'https://api.buycex.net',
33
+ provider: 'buycex'
34
+ }],
35
+ grpc: [{
36
+ address: 'https://grpc.buycex.net',
37
+ provider: 'buycex'
38
+ }]
39
+ },
40
+ explorers: [{
41
+ kind: 'pingpub',
42
+ url: 'https://cosmos.buycex.net',
43
+ tx_page: 'https://cosmos.buycex.net/tx/${txHash}'
44
+ }],
45
+ logo_URIs: {
46
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/buycex/images/bcx.png'
47
+ }
48
+ };
49
+ export default info;
@@ -1,6 +1,4 @@
1
1
  import _assets from './assets';
2
2
  import _chain from './chain';
3
- import _ibc from './ibc';
4
3
  export const assets = _assets;
5
4
  export const chain = _chain;
6
- export const ibc = _ibc;
@@ -30,6 +30,7 @@ import * as _bluechip from './bluechip';
30
30
  import * as _bluzelle from './bluzelle';
31
31
  import * as _bostrom from './bostrom';
32
32
  import * as _bouachain from './bouachain';
33
+ import * as _buycex from './buycex';
33
34
  import * as _canto from './canto';
34
35
  import * as _carbon from './carbon';
35
36
  import * as _celestia from './celestia';
@@ -183,6 +184,7 @@ import * as _starname from './starname';
183
184
  import * as _stratos from './stratos';
184
185
  import * as _stride from './stride';
185
186
  import * as _sunrise from './sunrise';
187
+ import * as _symphony from './symphony';
186
188
  import * as _synternet from './synternet';
187
189
  import * as _taketitan from './taketitan';
188
190
  import * as _tenet from './tenet';
@@ -237,6 +239,7 @@ const chains = [
237
239
  _bluzelle.chain,
238
240
  _bostrom.chain,
239
241
  _bouachain.chain,
242
+ _buycex.chain,
240
243
  _canto.chain,
241
244
  _carbon.chain,
242
245
  _celestia.chain,
@@ -390,6 +393,7 @@ const chains = [
390
393
  _stratos.chain,
391
394
  _stride.chain,
392
395
  _sunrise.chain,
396
+ _symphony.chain,
393
397
  _synternet.chain,
394
398
  _taketitan.chain,
395
399
  _tenet.chain,
@@ -28,7 +28,8 @@ const info = {
28
28
  socials: {
29
29
  website: 'https://manifestai.org/',
30
30
  twitter: 'https://x.com/ManifestAIs/'
31
- }
31
+ },
32
+ coingecko_id: 'manifest-2'
32
33
  },
33
34
  {
34
35
  description: 'Proof of Authority token for the Manifest network',
@@ -27,10 +27,10 @@ const info = {
27
27
  },
28
28
  codebase: {
29
29
  git_repo: 'https://github.com/liftedinit/manifest-ledger',
30
- recommended_version: 'v1.0.3',
31
- compatible_versions: ['v1.0.3'],
30
+ recommended_version: 'v1.0.5',
31
+ compatible_versions: ['v1.0.3', 'v1.0.5'],
32
32
  binaries: {
33
- "linux/amd64": 'https://github.com/liftedinit/manifest-ledger/releases/download/v1.0.3/manifest-ledger-v1.0.3-linux-amd64.tar.gz'
33
+ "linux/amd64": 'https://github.com/liftedinit/manifest-ledger/releases/download/v1.0.5/manifest-ledger-v1.0.5-linux-amd64.tar.gz'
34
34
  },
35
35
  genesis: {
36
36
  genesis_url: 'https://nodes.liftedinit.app/manifest/rpc/genesis?'
@@ -30,6 +30,7 @@ export * as bluechip from './bluechip';
30
30
  export * as bluzelle from './bluzelle';
31
31
  export * as bostrom from './bostrom';
32
32
  export * as bouachain from './bouachain';
33
+ export * as buycex from './buycex';
33
34
  export * as canto from './canto';
34
35
  export * as carbon from './carbon';
35
36
  export * as celestia from './celestia';
@@ -183,6 +184,7 @@ export * as starname from './starname';
183
184
  export * as stratos from './stratos';
184
185
  export * as stride from './stride';
185
186
  export * as sunrise from './sunrise';
187
+ export * as symphony from './symphony';
186
188
  export * as synternet from './synternet';
187
189
  export * as taketitan from './taketitan';
188
190
  export * as tenet from './tenet';
@@ -1,6 +1,6 @@
1
1
  const info = {
2
- $schema: '../../assetlist.schema.json',
3
- chain_name: 'symphonytestnet3',
2
+ $schema: '../assetlist.schema.json',
3
+ chain_name: '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
  logo_URIs: {
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
  denom_units: [{
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
  type_asset: 'sdk.coin',
40
39
  base: 'uusd',
@@ -42,10 +41,10 @@ const info = {
42
41
  display: 'husd',
43
42
  symbol: 'HUSD',
44
43
  logo_URIs: {
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
  denom_units: [{
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
  type_asset: 'sdk.coin',
63
61
  base: 'ukhd',
@@ -65,10 +63,10 @@ const info = {
65
63
  display: 'hkhd',
66
64
  symbol: 'HKHD',
67
65
  logo_URIs: {
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
  denom_units: [{
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
  type_asset: 'sdk.coin',
86
83
  base: 'uvnd',
@@ -88,10 +85,10 @@ const info = {
88
85
  display: 'hvnd',
89
86
  symbol: 'HVND',
90
87
  logo_URIs: {
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
- chain_name: 'symphonytestnet3',
2
+ $schema: '../chain.schema.json',
3
+ chain_name: 'symphony',
4
4
  status: 'live',
5
- network_type: 'testnet',
6
- pretty_name: 'Symphony Testnet',
5
+ network_type: 'mainnet',
6
+ pretty_name: 'Symphony',
7
7
  chain_type: 'cosmos',
8
- chain_id: 'symphony-testnet-3',
8
+ chain_id: 'symphony-1',
9
9
  bech32_prefix: 'symphony',
10
10
  daemon_name: 'symphonyd',
11
11
  node_home: '$HOME/.symphonyd',
@@ -15,9 +15,9 @@ const info = {
15
15
  fee_tokens: [{
16
16
  denom: 'note',
17
17
  fixed_min_gas_price: 0,
18
- low_gas_price: 0.0025,
19
- average_gas_price: 0.025,
20
- high_gas_price: 0.04
18
+ low_gas_price: 0.00025,
19
+ average_gas_price: 0.0025,
20
+ high_gas_price: 0.004
21
21
  }]
22
22
  },
23
23
  staking: {
@@ -27,52 +27,52 @@ const info = {
27
27
  },
28
28
  codebase: {
29
29
  git_repo: 'https://github.com/Orchestra-Labs/symphony',
30
- recommended_version: 'v23.0.5-rc1',
31
- compatible_versions: ['v23.0.5', 'v23.0.5-rc1'],
30
+ recommended_version: 'v1.0.0',
31
+ compatible_versions: ['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
- genesis_url: 'https://rpc.testnet.symphonychain.org/genesis'
37
+ genesis_url: '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
  logo_URIs: {
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;
@@ -0,0 +1,4 @@
1
+ import _assets from './assets';
2
+ import _chain from './chain';
3
+ export const assets = _assets;
4
+ export const chain = _chain;
@@ -36,17 +36,17 @@ const info = {
36
36
  },
37
37
  codebase: {
38
38
  git_repo: 'https://github.com/burnt-labs/xion',
39
- tag: 'v19.0.1',
40
- recommended_version: 'v19.0.1',
39
+ tag: 'v19.0.2',
40
+ recommended_version: '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',
@@ -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 ibc = [
6
7
  ..._picasso.ibc,
7
8
  ..._composablepolkadot.ibc,
8
9
  ..._penumbra.ibc,
10
+ ..._symphonytestnet3.ibc,
9
11
  ..._cosmoshubicstestnet.ibc
10
12
  ];
11
13
  export default ibc;
@@ -33,6 +33,7 @@ export * as xrpl from './xrpl';
33
33
  export * as zilliqa from './zilliqa';
34
34
  export * as berachain from './berachain';
35
35
  export * as hall from './hall';
36
+ export * as symphonytestnet3 from './symphonytestnet3';
36
37
  export * as cosmoshubicstestnet from './cosmoshubicstestnet';
37
38
  export * as avalanchetestnet from './avalanchetestnet';
38
39
  export * as binancesmartchaintestnet from './binancesmartchaintestnet';
@@ -0,0 +1,2 @@
1
+ import _ibc from './ibc';
2
+ export const ibc = _ibc;
@@ -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 assets = [
232
232
  _qubeticstestnet.assets,
233
233
  _quicksilvertestnet.assets,
234
234
  _qwoyntestnet.assets,
235
+ _safrochaintestnet.assets,
235
236
  _sagatestnet.assets,
236
237
  _secretnetworktestnet.assets,
237
238
  _sedatestnet.assets,
@@ -250,7 +251,6 @@ const assets = [
250
251
  _sunrisetestnet.assets,
251
252
  _swisstroniktestnet.assets,
252
253
  _symphonytestnet.assets,
253
- _symphonytestnet3.assets,
254
254
  _synternettestnet.assets,
255
255
  _terpnettestnet.assets,
256
256
  _terpnettestnet2.assets,
@@ -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,
@@ -0,0 +1,30 @@
1
+ const info = [{
2
+ $schema: '../../ibc_data.schema.json',
3
+ chain_1: {
4
+ chain_name: 'hippoprotocoltestnet',
5
+ client_id: '07-tendermint-0',
6
+ connection_id: 'connection-0'
7
+ },
8
+ chain_2: {
9
+ chain_name: 'osmosistestnet',
10
+ client_id: '07-tendermint-4754',
11
+ connection_id: 'connection-4185'
12
+ },
13
+ channels: [{
14
+ chain_1: {
15
+ channel_id: 'channel-0',
16
+ port_id: 'transfer'
17
+ },
18
+ chain_2: {
19
+ channel_id: 'channel-10743',
20
+ port_id: 'transfer'
21
+ },
22
+ ordering: 'unordered',
23
+ version: 'ics20-1',
24
+ tags: {
25
+ status: 'live',
26
+ preferred: true
27
+ }
28
+ }]
29
+ }];
30
+ export default info;
@@ -1,4 +1,6 @@
1
1
  import _assets from './assets';
2
2
  import _chain from './chain';
3
+ import _ibc from './ibc';
3
4
  export const assets = _assets;
4
5
  export const chain = _chain;
6
+ export const ibc = _ibc;
@@ -13,6 +13,7 @@ import * as _doravotatestnet from './doravotatestnet';
13
13
  import * as _dydxtestnet from './dydxtestnet';
14
14
  import * as _elystestnet from './elystestnet';
15
15
  import * as _empowertestnet from './empowertestnet';
16
+ import * as _hippoprotocoltestnet from './hippoprotocoltestnet';
16
17
  import * as _impacthubtestnet from './impacthubtestnet';
17
18
  import * as _injectivetestnet from './injectivetestnet';
18
19
  import * as _int3facetestnet from './int3facetestnet';
@@ -39,7 +40,6 @@ import * as _stargazetestnet from './stargazetestnet';
39
40
  import * as _stridetestnet from './stridetestnet';
40
41
  import * as _swisstroniktestnet from './swisstroniktestnet';
41
42
  import * as _symphonytestnet from './symphonytestnet';
42
- import * as _symphonytestnet3 from './symphonytestnet3';
43
43
  import * as _synternettestnet from './synternettestnet';
44
44
  import * as _terra2testnet from './terra2testnet';
45
45
  import * as _titannettestnet from './titannettestnet';
@@ -63,6 +63,7 @@ const ibc = [
63
63
  ..._dydxtestnet.ibc,
64
64
  ..._elystestnet.ibc,
65
65
  ..._empowertestnet.ibc,
66
+ ..._hippoprotocoltestnet.ibc,
66
67
  ..._impacthubtestnet.ibc,
67
68
  ..._injectivetestnet.ibc,
68
69
  ..._int3facetestnet.ibc,
@@ -89,7 +90,6 @@ const ibc = [
89
90
  ..._stridetestnet.ibc,
90
91
  ..._swisstroniktestnet.ibc,
91
92
  ..._symphonytestnet.ibc,
92
- ..._symphonytestnet3.ibc,
93
93
  ..._synternettestnet.ibc,
94
94
  ..._terra2testnet.ibc,
95
95
  ..._titannettestnet.ibc,
@@ -95,6 +95,7 @@ export * as quasartestnet from './quasartestnet';
95
95
  export * as qubeticstestnet from './qubeticstestnet';
96
96
  export * as quicksilvertestnet from './quicksilvertestnet';
97
97
  export * as qwoyntestnet from './qwoyntestnet';
98
+ export * as safrochaintestnet from './safrochaintestnet';
98
99
  export * as sagatestnet from './sagatestnet';
99
100
  export * as secretnetworktestnet from './secretnetworktestnet';
100
101
  export * as sedatestnet from './sedatestnet';
@@ -113,7 +114,6 @@ export * as stridetestnet from './stridetestnet';
113
114
  export * as sunrisetestnet from './sunrisetestnet';
114
115
  export * as swisstroniktestnet from './swisstroniktestnet';
115
116
  export * as symphonytestnet from './symphonytestnet';
116
- export * as symphonytestnet3 from './symphonytestnet3';
117
117
  export * as synternettestnet from './synternettestnet';
118
118
  export * as terpnettestnet from './terpnettestnet';
119
119
  export * as terpnettestnet2 from './terpnettestnet2';