chain-registry 1.69.218 → 1.69.220

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 (109) hide show
  1. package/esm/mainnet/aaronetwork/chain.js +28 -11
  2. package/esm/mainnet/akash/chain.js +0 -24
  3. package/esm/mainnet/arkeo/ibc.js +31 -0
  4. package/esm/mainnet/arkeo/index.js +2 -0
  5. package/esm/mainnet/atomone/chain.js +6 -6
  6. package/esm/mainnet/babylon/assets.js +97 -4
  7. package/esm/mainnet/babylon/chain.js +36 -3
  8. package/esm/mainnet/bitcanna/chain.js +0 -26
  9. package/esm/mainnet/coreum/chain.js +6 -6
  10. package/esm/mainnet/cosmoshub/ibc.js +15 -0
  11. package/esm/mainnet/decentr/chain.js +0 -8
  12. package/esm/mainnet/desmos/chain.js +0 -8
  13. package/esm/mainnet/dhealth/chain.js +12 -42
  14. package/esm/mainnet/ethereum/assets.js +78 -0
  15. package/esm/mainnet/furya/chain.js +4 -22
  16. package/esm/mainnet/gitopia/chain.js +0 -8
  17. package/esm/mainnet/gravitybridge/chain.js +0 -8
  18. package/esm/mainnet/ibc.js +2 -0
  19. package/esm/mainnet/juno/chain.js +5 -1
  20. package/esm/mainnet/kopi/chain.js +12 -0
  21. package/esm/mainnet/kopi/ibc.js +58 -0
  22. package/esm/mainnet/kyve/chain.js +10 -10
  23. package/esm/mainnet/lumnetwork/chain.js +0 -8
  24. package/esm/mainnet/noble/ibc.js +29 -0
  25. package/esm/mainnet/osmosis/assets.js +22 -0
  26. package/esm/mainnet/osmosis/ibc.js +30 -0
  27. package/esm/mainnet/planq/ibc.js +29 -0
  28. package/esm/mainnet/provenance/chain.js +6 -6
  29. package/esm/mainnet/quasar/chain.js +0 -8
  30. package/esm/mainnet/secretnetwork/ibc.js +15 -0
  31. package/esm/mainnet/seda/chain.js +6 -6
  32. package/esm/mainnet/shentu/chain.js +6 -6
  33. package/esm/mainnet/sidechain/chain.js +1 -1
  34. package/esm/mainnet/stargaze/assets.js +42 -0
  35. package/esm/mainnet/stride/chain.js +12 -0
  36. package/esm/mainnet/stride/ibc.js +29 -0
  37. package/esm/mainnet/synternet/chain.js +6 -6
  38. package/esm/mainnet/terra/ibc.js +29 -0
  39. package/esm/testnet/agoricdevnet/assets.js +63 -0
  40. package/esm/testnet/agoricdevnet/chain.js +84 -0
  41. package/esm/testnet/agoricdevnet/index.js +4 -0
  42. package/esm/testnet/assets.js +2 -0
  43. package/esm/testnet/chains.js +2 -0
  44. package/esm/testnet/junotestnet/chain.js +26 -6
  45. package/esm/testnet/named.js +1 -0
  46. package/esm/testnet/neutrontestnet/ibc.js +28 -0
  47. package/esm/testnet/nobletestnet/ibc.js +28 -0
  48. package/esm/testnet/sedatestnet/chain.js +9 -9
  49. package/esm/testnet/xplatestnet/chain.js +1 -1
  50. package/esm/testnet/zenrocktestnet/chain.js +1 -1
  51. package/esm/testnet/zigchaintestnet/chain.js +1 -1
  52. package/mainnet/aaronetwork/chain.js +28 -11
  53. package/mainnet/akash/chain.js +0 -24
  54. package/mainnet/arkeo/ibc.d.ts +3 -0
  55. package/mainnet/arkeo/ibc.js +33 -0
  56. package/mainnet/arkeo/index.d.ts +1 -0
  57. package/mainnet/arkeo/index.js +3 -1
  58. package/mainnet/atomone/chain.js +6 -6
  59. package/mainnet/babylon/assets.js +97 -4
  60. package/mainnet/babylon/chain.js +36 -3
  61. package/mainnet/bitcanna/chain.js +0 -26
  62. package/mainnet/coreum/chain.js +6 -6
  63. package/mainnet/cosmoshub/ibc.js +15 -0
  64. package/mainnet/decentr/chain.js +0 -8
  65. package/mainnet/desmos/chain.js +0 -8
  66. package/mainnet/dhealth/chain.js +12 -42
  67. package/mainnet/ethereum/assets.js +78 -0
  68. package/mainnet/furya/chain.js +4 -22
  69. package/mainnet/gitopia/chain.js +0 -8
  70. package/mainnet/gravitybridge/chain.js +0 -8
  71. package/mainnet/ibc.js +2 -0
  72. package/mainnet/juno/chain.js +5 -1
  73. package/mainnet/kopi/chain.js +12 -0
  74. package/mainnet/kopi/ibc.js +58 -0
  75. package/mainnet/kyve/chain.js +10 -10
  76. package/mainnet/lumnetwork/chain.js +0 -8
  77. package/mainnet/noble/ibc.js +29 -0
  78. package/mainnet/osmosis/assets.js +22 -0
  79. package/mainnet/osmosis/ibc.js +30 -0
  80. package/mainnet/planq/ibc.js +29 -0
  81. package/mainnet/provenance/chain.js +6 -6
  82. package/mainnet/quasar/chain.js +0 -8
  83. package/mainnet/secretnetwork/ibc.js +15 -0
  84. package/mainnet/seda/chain.js +6 -6
  85. package/mainnet/shentu/chain.js +6 -6
  86. package/mainnet/sidechain/chain.js +1 -1
  87. package/mainnet/stargaze/assets.js +42 -0
  88. package/mainnet/stride/chain.js +12 -0
  89. package/mainnet/stride/ibc.js +29 -0
  90. package/mainnet/synternet/chain.js +6 -6
  91. package/mainnet/terra/ibc.js +29 -0
  92. package/package.json +4 -4
  93. package/testnet/agoricdevnet/assets.d.ts +3 -0
  94. package/testnet/agoricdevnet/assets.js +65 -0
  95. package/testnet/agoricdevnet/chain.d.ts +3 -0
  96. package/testnet/agoricdevnet/chain.js +86 -0
  97. package/testnet/agoricdevnet/index.d.ts +2 -0
  98. package/testnet/agoricdevnet/index.js +10 -0
  99. package/testnet/assets.js +2 -0
  100. package/testnet/chains.js +2 -0
  101. package/testnet/junotestnet/chain.js +26 -6
  102. package/testnet/named.d.ts +1 -0
  103. package/testnet/named.js +4 -3
  104. package/testnet/neutrontestnet/ibc.js +28 -0
  105. package/testnet/nobletestnet/ibc.js +28 -0
  106. package/testnet/sedatestnet/chain.js +9 -9
  107. package/testnet/xplatestnet/chain.js +1 -1
  108. package/testnet/zenrocktestnet/chain.js +1 -1
  109. package/testnet/zigchaintestnet/chain.js +1 -1
@@ -873,6 +873,48 @@ const info = {
873
873
  base_denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/t7s'
874
874
  }
875
875
  }]
876
+ },
877
+ {
878
+ description: 'Stealth Mode: Always On',
879
+ extended_description: '$STLTH is the official token powering the Stealth Creations ecosystem — a multi-collection NFT project that launched entirely through free mints and airdrops on Stargaze. Built with decentralization and community-first values, $STLTH is on Osmosis and stakeable through DAO DAO, with rewards distributed in cosmos tokens',
880
+ denom_units: [{
881
+ denom: 'ibc/D8B11C80BF6D03FD7DFF43EE3CCFDA70009B1FA8594F291EE0E2353070F4CABB',
882
+ exponent: 0
883
+ }, {
884
+ denom: 'stlth',
885
+ exponent: 6
886
+ }],
887
+ type_asset: 'ics20',
888
+ base: 'ibc/D8B11C80BF6D03FD7DFF43EE3CCFDA70009B1FA8594F291EE0E2353070F4CABB',
889
+ name: 'Stealth',
890
+ display: 'stlth',
891
+ symbol: 'STLTH',
892
+ logo_URIs: {
893
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/STLTH.png'
894
+ },
895
+ traces: [{
896
+ type: 'ibc',
897
+ counterparty: {
898
+ chain_name: 'osmosis',
899
+ base_denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/stlth',
900
+ channel_id: 'channel-75'
901
+ },
902
+ chain: {
903
+ channel_id: 'channel-0',
904
+ path: 'transfer/channel-0/factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/stlth'
905
+ }
906
+ }],
907
+ images: [{
908
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/STLTH.png',
909
+ image_sync: {
910
+ chain_name: 'osmosis',
911
+ base_denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/stlth'
912
+ },
913
+ theme: {
914
+ primary_color_hex: '#645dc7',
915
+ circle: true
916
+ }
917
+ }]
876
918
  }
877
919
  ]
878
920
  };
@@ -223,6 +223,10 @@ const info = {
223
223
  {
224
224
  address: 'https://stride-rpc.ibs.team',
225
225
  provider: 'Inter Blockchain Services'
226
+ },
227
+ {
228
+ address: 'https://stride.rpc.quasarstaking.ai:443',
229
+ provider: 'Quasar'
226
230
  }
227
231
  ],
228
232
  rest: [
@@ -293,6 +297,10 @@ const info = {
293
297
  {
294
298
  address: 'https://stride-api.ibs.team',
295
299
  provider: 'Inter Blockchain Services'
300
+ },
301
+ {
302
+ address: 'https://stride.api.quasarstaking.ai:443',
303
+ provider: 'Quasar'
296
304
  }
297
305
  ],
298
306
  grpc: [
@@ -343,6 +351,10 @@ const info = {
343
351
  {
344
352
  address: 'https://grpc.stride.bronbro.io:443',
345
353
  provider: 'Bro_n_Bro'
354
+ },
355
+ {
356
+ address: 'stride.grpc.quasarstaking.ai:80',
357
+ provider: 'Quasar'
346
358
  }
347
359
  ]
348
360
  },
@@ -565,6 +565,35 @@ const info = [
565
565
  }
566
566
  ]
567
567
  },
568
+ {
569
+ $schema: '../ibc_data.schema.json',
570
+ chain_1: {
571
+ chain_name: 'kopi',
572
+ client_id: '07-tendermint-26',
573
+ connection_id: 'connection-46'
574
+ },
575
+ chain_2: {
576
+ chain_name: 'stride',
577
+ client_id: '07-tendermint-161',
578
+ connection_id: 'connection-170'
579
+ },
580
+ channels: [{
581
+ chain_1: {
582
+ channel_id: 'channel-18',
583
+ port_id: 'transfer'
584
+ },
585
+ chain_2: {
586
+ channel_id: 'channel-322',
587
+ port_id: 'transfer'
588
+ },
589
+ ordering: 'unordered',
590
+ version: 'ics20-1',
591
+ tags: {
592
+ status: 'live',
593
+ preferred: true
594
+ }
595
+ }]
596
+ },
568
597
  {
569
598
  $schema: '../ibc_data.schema.json',
570
599
  chain_1: {
@@ -66,8 +66,8 @@ const info = {
66
66
  provider: 'AutoStake 🛡️ Slash Protected'
67
67
  },
68
68
  {
69
- address: 'https://synternet-mainnet-rpc.shazoe.xyz',
70
- provider: 'Shazoe'
69
+ address: 'https://synternet-mainnet-rpc.shazoes.xyz',
70
+ provider: 'Shazoes'
71
71
  }
72
72
  ],
73
73
  rest: [
@@ -84,13 +84,13 @@ const info = {
84
84
  provider: 'AutoStake 🛡️ Slash Protected'
85
85
  },
86
86
  {
87
- address: 'https://synternet-mainnet-api.shazoe.xyz',
88
- provider: 'Shazoe'
87
+ address: 'https://synternet-mainnet-api.shazoes.xyz',
88
+ provider: 'Shazoes'
89
89
  }
90
90
  ],
91
91
  grpc: [{
92
- address: 'synternet-mainnet-grpc.shazoe.xyz:11090',
93
- provider: 'Shazoe'
92
+ address: 'synternet-mainnet-grpc.shazoes.xyz:11090',
93
+ provider: 'Shazoes'
94
94
  }]
95
95
  },
96
96
  explorers: [
@@ -116,6 +116,35 @@ const info = [
116
116
  }
117
117
  }]
118
118
  },
119
+ {
120
+ $schema: '../ibc_data.schema.json',
121
+ chain_1: {
122
+ chain_name: 'noble',
123
+ client_id: '07-tendermint-162',
124
+ connection_id: 'connection-156'
125
+ },
126
+ chain_2: {
127
+ chain_name: 'terra',
128
+ client_id: '07-tendermint-274',
129
+ connection_id: 'connection-164'
130
+ },
131
+ channels: [{
132
+ chain_1: {
133
+ channel_id: 'channel-149',
134
+ port_id: 'transfer'
135
+ },
136
+ chain_2: {
137
+ channel_id: 'channel-113',
138
+ port_id: 'transfer'
139
+ },
140
+ ordering: 'unordered',
141
+ version: 'ics20-1',
142
+ tags: {
143
+ status: 'live',
144
+ preferred: true
145
+ }
146
+ }]
147
+ },
119
148
  {
120
149
  $schema: '../ibc_data.schema.json',
121
150
  chain_1: {
@@ -0,0 +1,63 @@
1
+ const info = {
2
+ $schema: '../../assetlist.schema.json',
3
+ chain_name: 'agoricdevnet',
4
+ assets: [{
5
+ description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
6
+ extended_description: 'Agoric leverages the popular JavaScript programming language to provide a secure and scalable platform for building decentralized applications (dApps). By using a familiar language, Agoric aims to lower the entry barriers for developers and promote the widespread adoption of blockchain technology. The platform\'s native token, BLD, is used for staking, securing the network, and governance. Agoric\'s innovative approach focuses on enabling rapid development and deployment of dApps, fostering a robust ecosystem of interoperable blockchain applications.',
7
+ denom_units: [{
8
+ denom: 'ubld',
9
+ exponent: 0
10
+ }, {
11
+ denom: 'bld',
12
+ exponent: 6
13
+ }],
14
+ base: 'ubld',
15
+ name: 'Agoric',
16
+ display: 'bld',
17
+ symbol: 'BLD',
18
+ logo_URIs: {
19
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
20
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
21
+ },
22
+ coingecko_id: 'agoric',
23
+ images: [{
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
26
+ theme: {
27
+ primary_color_hex: '#c42b44'
28
+ }
29
+ }],
30
+ socials: {
31
+ website: 'https://agoric.com/',
32
+ twitter: 'https://twitter.com/agoric'
33
+ },
34
+ type_asset: 'sdk.coin'
35
+ }, {
36
+ description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
37
+ denom_units: [{
38
+ denom: 'uist',
39
+ exponent: 0
40
+ }, {
41
+ denom: 'ist',
42
+ exponent: 6
43
+ }],
44
+ base: 'uist',
45
+ name: 'Inter Stable Token',
46
+ display: 'ist',
47
+ symbol: 'IST',
48
+ logo_URIs: {
49
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
50
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
51
+ },
52
+ coingecko_id: 'inter-stable-token',
53
+ images: [{
54
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
55
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg',
56
+ theme: {
57
+ primary_color_hex: '#d485e2'
58
+ }
59
+ }],
60
+ type_asset: 'sdk.coin'
61
+ }]
62
+ };
63
+ export default info;
@@ -0,0 +1,84 @@
1
+ const info = {
2
+ $schema: '../../chain.schema.json',
3
+ chain_name: 'agoricdevnet',
4
+ status: 'live',
5
+ network_type: 'testnet',
6
+ pretty_name: 'Agoric',
7
+ chain_type: 'cosmos',
8
+ chain_id: 'agoricdev-25',
9
+ bech32_prefix: 'agoric',
10
+ daemon_name: 'agd',
11
+ node_home: '$HOME/.agoric',
12
+ slip44: 564,
13
+ alternative_slip44s: [118],
14
+ staking: {
15
+ staking_tokens: [{
16
+ denom: 'ubld'
17
+ }]
18
+ },
19
+ fees: {
20
+ fee_tokens: [{
21
+ denom: 'ubld',
22
+ low_gas_price: 0.03,
23
+ average_gas_price: 0.05,
24
+ high_gas_price: 0.07
25
+ }, {
26
+ denom: 'uist',
27
+ low_gas_price: 0.0034,
28
+ average_gas_price: 0.007,
29
+ high_gas_price: 0.02
30
+ }]
31
+ },
32
+ codebase: {
33
+ git_repo: 'https://github.com/Agoric/agoric-sdk/',
34
+ genesis: {
35
+ genesis_url: 'https://main.agoric.net/genesis.json'
36
+ },
37
+ recommended_version: 'agoric-upgrade-20-rc0',
38
+ compatible_versions: ['agoric-upgrade-20-rc0'],
39
+ consensus: {
40
+ type: 'cometbft',
41
+ version: 'v0.34.35',
42
+ repo: 'https://github.com/agoric-labs/cometbft',
43
+ tag: 'v0.34.35-alpha.agoric.3'
44
+ },
45
+ cosmwasm: {
46
+ enabled: false
47
+ },
48
+ language: {
49
+ type: 'go',
50
+ version: '1.22.12'
51
+ },
52
+ sdk: {
53
+ type: 'cosmos',
54
+ repo: 'https://github.com/agoric-labs/cosmos-sdk',
55
+ version: 'v0.46.16',
56
+ tag: 'v0.46.16-alpha.agoric.2.5'
57
+ },
58
+ ibc: {
59
+ type: 'go',
60
+ version: 'v6.3.1',
61
+ repo: 'https://github.com/agoric-labs/ibc-go',
62
+ tag: 'v6.3.1-alpha.agoric.4',
63
+ ics_enabled: ['ics20-1']
64
+ }
65
+ },
66
+ logo_URIs: {
67
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.png',
68
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.svg'
69
+ },
70
+ description: 'The Agoric platform makes it safe and seamless to build decentralized apps using your existing JavaScript knowledge.',
71
+ apis: {
72
+ rpc: [{
73
+ address: 'https://devnet.rpc.agoric.net:443'
74
+ }],
75
+ rest: [{
76
+ address: 'https://devnet.api.agoric.net:443'
77
+ }],
78
+ grpc: [{
79
+ address: 'devnet.grpc.agoric.net:443'
80
+ }]
81
+ },
82
+ explorers: []
83
+ };
84
+ 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;
@@ -1,3 +1,4 @@
1
+ import * as _agoricdevnet from './agoricdevnet';
1
2
  import * as _airchainstestnet from './airchainstestnet';
2
3
  import * as _airchainsvaranasitestnet from './airchainsvaranasitestnet';
3
4
  import * as _akashtestnet from './akashtestnet';
@@ -131,6 +132,7 @@ import * as _zenrocktestnet from './zenrocktestnet';
131
132
  import * as _zetachaintestnet from './zetachaintestnet';
132
133
  import * as _zigchaintestnet from './zigchaintestnet';
133
134
  const assets = [
135
+ _agoricdevnet.assets,
134
136
  _airchainstestnet.assets,
135
137
  _airchainsvaranasitestnet.assets,
136
138
  _akashtestnet.assets,
@@ -1,3 +1,4 @@
1
+ import * as _agoricdevnet from './agoricdevnet';
1
2
  import * as _airchainstestnet from './airchainstestnet';
2
3
  import * as _airchainsvaranasitestnet from './airchainsvaranasitestnet';
3
4
  import * as _akashtestnet from './akashtestnet';
@@ -131,6 +132,7 @@ import * as _zenrocktestnet from './zenrocktestnet';
131
132
  import * as _zetachaintestnet from './zetachaintestnet';
132
133
  import * as _zigchaintestnet from './zigchaintestnet';
133
134
  const chains = [
135
+ _agoricdevnet.chain,
134
136
  _airchainstestnet.chain,
135
137
  _airchainsvaranasitestnet.chain,
136
138
  _akashtestnet.chain,
@@ -49,23 +49,40 @@ const info = {
49
49
  }
50
50
  },
51
51
  apis: {
52
- rpc: [{
52
+ rpc: [
53
+ {
53
54
  address: 'https://juno-testnet-rpc.polkachu.com',
54
55
  provider: 'Polkachu'
55
- }, {
56
+ },
57
+ {
56
58
  address: 'https://rpc-uni.junonetwork.io',
57
59
  provider: 'Juno Network'
58
- }],
59
- rest: [{
60
+ },
61
+ {
62
+ address: 'https://junotestnet-rpc.kleomedes.network',
63
+ provider: 'Kleomedes'
64
+ }
65
+ ],
66
+ rest: [
67
+ {
60
68
  address: 'https://juno-testnet-api.polkachu.com',
61
69
  provider: 'Polkachu'
62
- }, {
70
+ },
71
+ {
63
72
  address: 'https://lcd-uni.junonetwork.io',
64
73
  provider: 'Juno Network'
65
- }],
74
+ },
75
+ {
76
+ address: 'https://junotestnet-api.kleomedes.network',
77
+ provider: 'Kleomedes'
78
+ }
79
+ ],
66
80
  grpc: [{
67
81
  address: 'juno-testnet-grpc.polkachu.com:12690',
68
82
  provider: 'Polkachu'
83
+ }, {
84
+ address: 'junotestnet.gprc.kleomedes.network',
85
+ provider: 'Kleomedes'
69
86
  }]
70
87
  },
71
88
  explorers: [{
@@ -73,6 +90,9 @@ const info = {
73
90
  url: 'https://explorer.stavr.tech/Juno-Testnet',
74
91
  tx_page: 'https://explorer.stavr.tech/Juno-Testnet/txs/${txHash}',
75
92
  account_page: 'https://explorer.stavr.tech/Juno-Testnet/account/${accountAddress}'
93
+ }, {
94
+ kind: 'Stake Hub by Kleomedes',
95
+ url: 'https://www.stake-hub.xyz/junotestnet'
76
96
  }]
77
97
  };
78
98
  export default info;
@@ -1,3 +1,4 @@
1
+ export * as agoricdevnet from './agoricdevnet';
1
2
  export * as airchainstestnet from './airchainstestnet';
2
3
  export * as airchainsvaranasitestnet from './airchainsvaranasitestnet';
3
4
  export * as akashtestnet from './akashtestnet';
@@ -27,6 +27,34 @@ const info = [
27
27
  }
28
28
  }]
29
29
  },
30
+ {
31
+ $schema: '../../ibc_data.schema.json',
32
+ chain_1: {
33
+ chain_name: 'neutrontestnet',
34
+ client_id: '07-tendermint-191',
35
+ connection_id: 'connection-156'
36
+ },
37
+ chain_2: {
38
+ chain_name: 'nobletestnet',
39
+ client_id: '07-tendermint-70',
40
+ connection_id: 'connection-61'
41
+ },
42
+ channels: [{
43
+ chain_1: {
44
+ channel_id: 'channel-496',
45
+ port_id: 'transfer'
46
+ },
47
+ chain_2: {
48
+ channel_id: 'channel-43',
49
+ port_id: 'transfer'
50
+ },
51
+ ordering: 'unordered',
52
+ version: 'ics20-1',
53
+ tags: {
54
+ status: 'live'
55
+ }
56
+ }]
57
+ },
30
58
  {
31
59
  $schema: '../../ibc_data.schema.json',
32
60
  chain_1: {
@@ -114,6 +114,34 @@ const info = [
114
114
  }
115
115
  }]
116
116
  },
117
+ {
118
+ $schema: '../../ibc_data.schema.json',
119
+ chain_1: {
120
+ chain_name: 'neutrontestnet',
121
+ client_id: '07-tendermint-191',
122
+ connection_id: 'connection-156'
123
+ },
124
+ chain_2: {
125
+ chain_name: 'nobletestnet',
126
+ client_id: '07-tendermint-70',
127
+ connection_id: 'connection-61'
128
+ },
129
+ channels: [{
130
+ chain_1: {
131
+ channel_id: 'channel-496',
132
+ port_id: 'transfer'
133
+ },
134
+ chain_2: {
135
+ channel_id: 'channel-43',
136
+ port_id: 'transfer'
137
+ },
138
+ ordering: 'unordered',
139
+ version: 'ics20-1',
140
+ tags: {
141
+ status: 'live'
142
+ }
143
+ }]
144
+ },
117
145
  {
118
146
  $schema: '../../ibc_data.schema.json',
119
147
  chain_1: {
@@ -28,18 +28,18 @@ const info = {
28
28
  },
29
29
  codebase: {
30
30
  git_repo: 'https://github.com/sedaprotocol/seda-chain',
31
- recommended_version: 'v0.1.9',
32
- compatible_versions: ['v0.1.7', 'v0.1.9'],
31
+ recommended_version: 'v1.0.0-rc.2',
32
+ compatible_versions: ['v1.0.0-rc.2'],
33
33
  binaries: {
34
- "linux/amd64": 'https://github.com/sedaprotocol/seda-chain/releases/download/v0.1.9/sedad-amd64',
35
- "linux/arm64": 'https://github.com/sedaprotocol/seda-chain/releases/download/v0.1.9/sedad-arm64'
34
+ "linux/amd64": 'https://github.com/sedaprotocol/seda-chain/releases/download/v1.0.0-rc.2/sedad-amd64',
35
+ "linux/arm64": 'https://github.com/sedaprotocol/seda-chain/releases/download/v1.0.0-rc.2/sedad-arm64'
36
36
  },
37
37
  genesis: {
38
- genesis_url: 'https://raw.githubusercontent.com/sedaprotocol/seda-networks/main/mainnet/genesis.json'
38
+ genesis_url: 'https://raw.githubusercontent.com/sedaprotocol/seda-networks/main/testnet/genesis.json'
39
39
  },
40
40
  language: {
41
41
  type: 'go',
42
- version: '1.22.11'
42
+ version: '1.23.5'
43
43
  },
44
44
  consensus: {
45
45
  type: 'cometbft',
@@ -47,16 +47,16 @@ const info = {
47
47
  },
48
48
  sdk: {
49
49
  type: 'cosmos',
50
- version: 'v0.50.12'
50
+ version: 'v0.50.13'
51
51
  },
52
52
  cosmwasm: {
53
- version: '0.50.0',
53
+ version: '0.53.2',
54
54
  repo: 'https://github.com/CosmWasm/wasmd',
55
55
  enabled: true
56
56
  },
57
57
  ibc: {
58
58
  type: 'go',
59
- version: 'v8.6.1'
59
+ version: 'v8.7.0'
60
60
  }
61
61
  },
62
62
  logo_URIs: {
@@ -4,7 +4,7 @@ const info = {
4
4
  status: 'live',
5
5
  website: 'https://xpla.io',
6
6
  network_type: 'testnet',
7
- pretty_name: 'XPLA',
7
+ pretty_name: 'XPLA Testnet',
8
8
  chain_type: 'cosmos',
9
9
  chain_id: 'cube_47-5',
10
10
  bech32_prefix: 'xpla',
@@ -6,7 +6,7 @@ const info = {
6
6
  network_type: 'testnet',
7
7
  chain_type: 'cosmos',
8
8
  pretty_name: 'Zenrock Gardia Testnet',
9
- chain_id: 'gardia-4',
9
+ chain_id: 'gardia-5',
10
10
  bech32_prefix: 'zen',
11
11
  daemon_name: 'zenrockd',
12
12
  node_home: '$HOME/.zenrockd',
@@ -6,7 +6,7 @@ const info = {
6
6
  pretty_name: 'ZIGChain Testnet',
7
7
  website: 'https://zigchain.com/',
8
8
  chain_type: 'cosmos',
9
- chain_id: 'zig-test-1',
9
+ chain_id: 'zig-test-2',
10
10
  bech32_prefix: 'zig',
11
11
  daemon_name: 'zigchaind',
12
12
  node_home: '$HOME/.zigchain',
@@ -47,8 +47,16 @@ const info = {
47
47
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
48
48
  },
49
49
  {
50
- address: 'https://aaron.rpc.nodeshub.online',
51
- provider: 'NodesHub'
50
+ address: 'https://rpc-aaronetwork.sychonix.com/',
51
+ provider: 'sychonix'
52
+ },
53
+ {
54
+ address: 'https://rpc-aaronetwork.vinjan.xyz/',
55
+ provider: 'Vinjan.Inc'
56
+ },
57
+ {
58
+ address: 'https://rpc.aaronetwork.indonode.net',
59
+ provider: 'Indonode'
52
60
  }
53
61
  ],
54
62
  rest: [
@@ -61,10 +69,25 @@ const info = {
61
69
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
62
70
  },
63
71
  {
64
- address: 'https://aaron.api.nodeshub.online',
65
- provider: 'NodesHub'
72
+ address: 'https://api-aaronetwork.sychonix.com/',
73
+ provider: 'sychonix'
74
+ },
75
+ {
76
+ address: 'https://api-aaronetwork.vinjan.xyz',
77
+ provider: 'Vinjan.Inc'
78
+ },
79
+ {
80
+ address: 'https://api.aaronetwork.indonode.net',
81
+ provider: 'Indonode'
66
82
  }
67
- ]
83
+ ],
84
+ grpc: [{
85
+ address: 'grpc.aaronetwork.indonode.net:29090',
86
+ provider: 'Indonode'
87
+ }, {
88
+ address: '63.250.41.78:9090',
89
+ provider: 'Aaron Network'
90
+ }]
68
91
  },
69
92
  explorers: [
70
93
  {
@@ -84,12 +107,6 @@ const info = {
84
107
  url: 'https://explorer.whenmoonwhenlambo.money/aaronetwork',
85
108
  tx_page: 'https://explorer.whenmoonwhenlambo.money/aaronetwork/tx/${txHash}',
86
109
  account_page: 'https://explorer.whenmoonwhenlambo.money/aaronetwork/account/${accountAddress}'
87
- },
88
- {
89
- kind: 'NodesHub',
90
- url: 'https://explorer.nodeshub.online/aaron',
91
- tx_page: 'https://explorer.nodeshub.online/aaron/tx/${txHash}',
92
- account_page: 'https://explorer.nodeshub.online/aaron/${accountAddress}'
93
110
  }
94
111
  ],
95
112
  keywords: [