chain-registry 2.0.82 → 2.0.84

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 (89) hide show
  1. package/esm/mainnet/asset-lists.js +4 -0
  2. package/esm/mainnet/atomone/chain.js +2 -2
  3. package/esm/mainnet/axelar/chain.js +2 -2
  4. package/esm/mainnet/bandchain/chain.js +2 -2
  5. package/esm/mainnet/chains.js +4 -0
  6. package/esm/mainnet/coreum/chain.js +2 -2
  7. package/esm/mainnet/cosmoshub/chain.js +2 -2
  8. package/esm/mainnet/cosmoshub/ibc-data.js +20 -1
  9. package/esm/mainnet/dungeon/chain.js +0 -8
  10. package/esm/mainnet/dymension/chain.js +3 -3
  11. package/esm/mainnet/elys/asset-list.js +1 -1
  12. package/esm/mainnet/elys/chain.js +5 -5
  13. package/esm/mainnet/fandomchain/asset-list.js +29 -0
  14. package/esm/mainnet/fandomchain/chain.js +79 -0
  15. package/esm/mainnet/fandomchain/ibc-data.js +30 -0
  16. package/esm/mainnet/fandomchain/index.js +6 -0
  17. package/esm/mainnet/fetchhub/chain.js +2 -2
  18. package/esm/mainnet/ibc-data.js +4 -0
  19. package/esm/mainnet/impacthub/chain.js +2 -2
  20. package/esm/mainnet/kava/chain.js +2 -2
  21. package/esm/mainnet/kujira/asset-list.js +49 -49
  22. package/esm/mainnet/kujira/chain.js +2 -2
  23. package/esm/mainnet/kyve/chain.js +2 -2
  24. package/esm/mainnet/lumera/chain.js +2 -2
  25. package/esm/mainnet/neutron/chain.js +0 -8
  26. package/esm/mainnet/optio/chain.js +91 -0
  27. package/esm/mainnet/optio/ibc-data.js +30 -0
  28. package/esm/mainnet/optio/index.js +6 -0
  29. package/esm/mainnet/osmosis/asset-list.js +1 -1
  30. package/esm/mainnet/osmosis/ibc-data.js +58 -0
  31. package/esm/mainnet/provenance/chain.js +2 -2
  32. package/esm/mainnet/secretnetwork/asset-list.js +1 -1
  33. package/esm/mainnet/seda/chain.js +2 -2
  34. package/esm/mainnet/sentinel/ibc-data.js +20 -1
  35. package/esm/mainnet/stargaze/chain.js +2 -2
  36. package/esm/mainnet/stride/chain.js +0 -8
  37. package/esm/noncosmos/asset-lists.js +0 -2
  38. package/esm/testnet/neutrontestnet/asset-list.js +21 -0
  39. package/mainnet/asset-lists.js +4 -0
  40. package/mainnet/atomone/chain.js +2 -2
  41. package/mainnet/axelar/chain.js +2 -2
  42. package/mainnet/bandchain/chain.js +2 -2
  43. package/mainnet/chains.js +4 -0
  44. package/mainnet/coreum/chain.js +2 -2
  45. package/mainnet/cosmoshub/chain.js +2 -2
  46. package/mainnet/cosmoshub/ibc-data.js +20 -1
  47. package/mainnet/dungeon/chain.js +0 -8
  48. package/mainnet/dymension/chain.js +3 -3
  49. package/mainnet/elys/asset-list.js +1 -1
  50. package/mainnet/elys/chain.js +5 -5
  51. package/mainnet/fandomchain/asset-list.js +31 -0
  52. package/mainnet/fandomchain/chain.d.ts +3 -0
  53. package/mainnet/fandomchain/chain.js +81 -0
  54. package/mainnet/fandomchain/ibc-data.d.ts +3 -0
  55. package/mainnet/fandomchain/ibc-data.js +32 -0
  56. package/mainnet/fandomchain/index.d.ts +3 -0
  57. package/{noncosmos/optio → mainnet/fandomchain}/index.js +5 -1
  58. package/mainnet/fetchhub/chain.js +2 -2
  59. package/mainnet/ibc-data.js +4 -0
  60. package/mainnet/impacthub/chain.js +2 -2
  61. package/mainnet/kava/chain.js +2 -2
  62. package/mainnet/kujira/asset-list.js +49 -49
  63. package/mainnet/kujira/chain.js +2 -2
  64. package/mainnet/kyve/chain.js +2 -2
  65. package/mainnet/lumera/chain.js +2 -2
  66. package/mainnet/neutron/chain.js +0 -8
  67. package/mainnet/optio/asset-list.d.ts +3 -0
  68. package/mainnet/optio/chain.d.ts +3 -0
  69. package/mainnet/optio/chain.js +93 -0
  70. package/mainnet/optio/ibc-data.d.ts +3 -0
  71. package/mainnet/optio/ibc-data.js +32 -0
  72. package/mainnet/optio/index.d.ts +3 -0
  73. package/mainnet/optio/index.js +12 -0
  74. package/mainnet/osmosis/asset-list.js +1 -1
  75. package/mainnet/osmosis/ibc-data.js +58 -0
  76. package/mainnet/provenance/chain.js +2 -2
  77. package/mainnet/secretnetwork/asset-list.js +1 -1
  78. package/mainnet/seda/chain.js +2 -2
  79. package/mainnet/sentinel/ibc-data.js +20 -1
  80. package/mainnet/stargaze/chain.js +2 -2
  81. package/mainnet/stride/chain.js +0 -8
  82. package/noncosmos/asset-lists.js +0 -2
  83. package/package.json +3 -3
  84. package/testnet/neutrontestnet/asset-list.js +21 -0
  85. package/esm/noncosmos/optio/index.js +0 -2
  86. package/noncosmos/optio/index.d.ts +0 -1
  87. /package/esm/{noncosmos → mainnet}/optio/asset-list.js +0 -0
  88. /package/{noncosmos/optio → mainnet/fandomchain}/asset-list.d.ts +0 -0
  89. /package/{noncosmos → mainnet}/optio/asset-list.js +0 -0
@@ -1596,6 +1596,35 @@ const info = [
1596
1596
  }
1597
1597
  }]
1598
1598
  },
1599
+ {
1600
+ $schema: '../ibc_data.schema.json',
1601
+ chain1: {
1602
+ chainName: 'fandomchain',
1603
+ clientId: '07-tendermint-0',
1604
+ connectionId: 'connection-0'
1605
+ },
1606
+ chain2: {
1607
+ chainName: 'osmosis',
1608
+ clientId: '07-tendermint-3607',
1609
+ connectionId: 'connection-10960'
1610
+ },
1611
+ channels: [{
1612
+ chain1: {
1613
+ channelId: 'channel-0',
1614
+ portId: 'transfer'
1615
+ },
1616
+ chain2: {
1617
+ channelId: 'channel-107314',
1618
+ portId: 'transfer'
1619
+ },
1620
+ ordering: 'unordered',
1621
+ version: 'ics20-1',
1622
+ tags: {
1623
+ preferred: true,
1624
+ status: 'ACTIVE'
1625
+ }
1626
+ }]
1627
+ },
1599
1628
  {
1600
1629
  $schema: '../ibc_data.schema.json',
1601
1630
  chain1: {
@@ -3337,6 +3366,35 @@ const info = [
3337
3366
  }
3338
3367
  }]
3339
3368
  },
3369
+ {
3370
+ $schema: '../ibc_data.schema.json',
3371
+ chain1: {
3372
+ chainName: 'optio',
3373
+ clientId: '07-tendermint-1',
3374
+ connectionId: 'connection-5'
3375
+ },
3376
+ chain2: {
3377
+ chainName: 'osmosis',
3378
+ clientId: '07-tendermint-3608',
3379
+ connectionId: 'connection-10961'
3380
+ },
3381
+ channels: [{
3382
+ chain1: {
3383
+ channelId: 'channel-1',
3384
+ portId: 'transfer'
3385
+ },
3386
+ chain2: {
3387
+ channelId: 'channel-107347',
3388
+ portId: 'transfer'
3389
+ },
3390
+ ordering: 'unordered',
3391
+ version: 'ics20-1',
3392
+ tags: {
3393
+ preferred: true,
3394
+ status: 'ACTIVE'
3395
+ }
3396
+ }]
3397
+ },
3340
3398
  {
3341
3399
  $schema: '../ibc_data.schema.json',
3342
3400
  chain1: {
@@ -79,7 +79,7 @@ const info = {
79
79
  provider: 'AutoStake 🛡️ Slash Protected'
80
80
  },
81
81
  {
82
- address: 'https://provenance-rpc.ibs.team',
82
+ address: 'https://provenance.ibs.team:443/rpc',
83
83
  provider: 'Inter Blockchain Services'
84
84
  },
85
85
  {
@@ -125,7 +125,7 @@ const info = {
125
125
  provider: 'Notional'
126
126
  },
127
127
  {
128
- address: 'https://provenance-api.ibs.team',
128
+ address: 'https://provenance.ibs.team:443/api',
129
129
  provider: 'Inter Blockchain Services'
130
130
  },
131
131
  {
@@ -70,7 +70,7 @@ const info = {
70
70
  base: 'cw20:secret1qfql357amn448duf5gvp9gr48sxx9tsnhupu3d',
71
71
  name: 'Shade (old)',
72
72
  display: 'shd',
73
- symbol: 'SHD(old)',
73
+ symbol: 'SHD.old',
74
74
  logoURIs: {
75
75
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg'
76
76
  },
@@ -91,7 +91,7 @@ const info = {
91
91
  provider: 'Kleomedes'
92
92
  },
93
93
  {
94
- address: 'https://seda-rpc.ibs.team:443',
94
+ address: 'https://seda.ibs.team:443/rpc',
95
95
  provider: 'Inter Blockchain Services'
96
96
  },
97
97
  {
@@ -173,7 +173,7 @@ const info = {
173
173
  provider: 'Kleomedes'
174
174
  },
175
175
  {
176
- address: 'https://seda-api.ibs.team:443',
176
+ address: 'https://seda.ibs.team:443/api',
177
177
  provider: 'Inter Blockchain Services'
178
178
  },
179
179
  {
@@ -75,7 +75,26 @@ const info = [
75
75
  portId: 'transfer'
76
76
  },
77
77
  ordering: 'unordered',
78
- version: 'ics20-1'
78
+ version: 'ics20-1',
79
+ tags: {
80
+ preferred: false,
81
+ status: 'ACTIVE'
82
+ }
83
+ }, {
84
+ chain1: {
85
+ channelId: 'channel-1549',
86
+ portId: 'transfer'
87
+ },
88
+ chain2: {
89
+ channelId: 'channel-97',
90
+ portId: 'transfer'
91
+ },
92
+ ordering: 'unordered',
93
+ version: 'ics20-1',
94
+ tags: {
95
+ preferred: true,
96
+ status: 'ACTIVE'
97
+ }
79
98
  }]
80
99
  },
81
100
  {
@@ -85,7 +85,7 @@ const info = {
85
85
  provider: 'Cosmos Spaces'
86
86
  },
87
87
  {
88
- address: 'https://stargaze-rpc.ibs.team',
88
+ address: 'https://stargaze.ibs.team:443/rpc',
89
89
  provider: 'Inter Blockchain Services'
90
90
  },
91
91
  {
@@ -163,7 +163,7 @@ const info = {
163
163
  provider: 'Polkachu'
164
164
  },
165
165
  {
166
- address: 'https://stargaze-api.ibs.team',
166
+ address: 'https://stargaze.ibs.team:443/api',
167
167
  provider: 'Inter Blockchain Services'
168
168
  },
169
169
  {
@@ -221,10 +221,6 @@ const info = {
221
221
  address: 'https://public.stakewolle.com/cosmos/stride/rpc',
222
222
  provider: 'Stakewolle'
223
223
  },
224
- {
225
- address: 'https://stride-rpc.ibs.team',
226
- provider: 'Inter Blockchain Services'
227
- },
228
224
  {
229
225
  address: 'https://stride.rpc.quasarstaking.ai:443',
230
226
  provider: 'Quasar'
@@ -295,10 +291,6 @@ const info = {
295
291
  address: 'https://public.stakewolle.com/cosmos/stride/rest',
296
292
  provider: 'Stakewolle'
297
293
  },
298
- {
299
- address: 'https://stride-api.ibs.team',
300
- provider: 'Inter Blockchain Services'
301
- },
302
294
  {
303
295
  address: 'https://stride.api.quasarstaking.ai:443',
304
296
  provider: 'Quasar'
@@ -33,7 +33,6 @@ import * as _xrpl from './xrpl';
33
33
  import * as _zilliqa from './zilliqa';
34
34
  import * as _berachain from './berachain';
35
35
  import * as _hall from './hall';
36
- import * as _optio from './optio';
37
36
  import * as _avalanchetestnet from './avalanchetestnet';
38
37
  import * as _binancesmartchaintestnet from './binancesmartchaintestnet';
39
38
  import * as _bitcoincashtestnet from './bitcoincashtestnet';
@@ -86,7 +85,6 @@ const assetList = [
86
85
  _zilliqa.assetList,
87
86
  _berachain.assetList,
88
87
  _hall.assetList,
89
- _optio.assetList,
90
88
  _avalanchetestnet.assetList,
91
89
  _binancesmartchaintestnet.assetList,
92
90
  _bitcoincashtestnet.assetList,
@@ -243,6 +243,27 @@ const info = {
243
243
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
244
244
  }],
245
245
  typeAsset: 'sdk.coin'
246
+ },
247
+ {
248
+ description: 'Drop dTIA token',
249
+ denomUnits: [{
250
+ denom: 'factory/neutron1qex378awvwhsxealmrtuunn70f242u49dagqus6ug423paxyevyqvw9s3t/uTIA',
251
+ exponent: 0
252
+ }, {
253
+ denom: 'dTIA',
254
+ exponent: 6
255
+ }],
256
+ base: 'factory/neutron1qex378awvwhsxealmrtuunn70f242u49dagqus6ug423paxyevyqvw9s3t/uTIA',
257
+ name: 'Drop dTIA testnet',
258
+ display: 'dTIA',
259
+ symbol: 'dTIA',
260
+ logoURIs: {
261
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg'
262
+ },
263
+ images: [{
264
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg'
265
+ }],
266
+ typeAsset: 'sdk.coin'
246
267
  }
247
268
  ]
248
269
  };
@@ -92,6 +92,7 @@ const _empowerchain = __importStar(require("./empowerchain"));
92
92
  const _epix = __importStar(require("./epix"));
93
93
  const _ethos = __importStar(require("./ethos"));
94
94
  const _evmos = __importStar(require("./evmos"));
95
+ const _fandomchain = __importStar(require("./fandomchain"));
95
96
  const _fetchhub = __importStar(require("./fetchhub"));
96
97
  const _finschia = __importStar(require("./finschia"));
97
98
  const _firmachain = __importStar(require("./firmachain"));
@@ -169,6 +170,7 @@ const _omniflixhub = __importStar(require("./omniflixhub"));
169
170
  const _onex = __importStar(require("./onex"));
170
171
  const _onomy = __importStar(require("./onomy"));
171
172
  const _opct = __importStar(require("./opct"));
173
+ const _optio = __importStar(require("./optio"));
172
174
  const _oraichain = __importStar(require("./oraichain"));
173
175
  const _osmosis = __importStar(require("./osmosis"));
174
176
  const _paloma = __importStar(require("./paloma"));
@@ -311,6 +313,7 @@ const assetList = [
311
313
  _epix.assetList,
312
314
  _ethos.assetList,
313
315
  _evmos.assetList,
316
+ _fandomchain.assetList,
314
317
  _fetchhub.assetList,
315
318
  _finschia.assetList,
316
319
  _firmachain.assetList,
@@ -388,6 +391,7 @@ const assetList = [
388
391
  _onex.assetList,
389
392
  _onomy.assetList,
390
393
  _opct.assetList,
394
+ _optio.assetList,
391
395
  _oraichain.assetList,
392
396
  _osmosis.assetList,
393
397
  _paloma.assetList,
@@ -99,7 +99,7 @@ const info = {
99
99
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
100
100
  },
101
101
  {
102
- address: 'https://atomone-rpc.ibs.team:443',
102
+ address: 'https://atomone.ibs.team:443/rpc',
103
103
  provider: 'Inter Blockchain Services'
104
104
  },
105
105
  {
@@ -201,7 +201,7 @@ const info = {
201
201
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
202
202
  },
203
203
  {
204
- address: 'https://atomone-api.ibs.team:443',
204
+ address: 'https://atomone.ibs.team:443/api',
205
205
  provider: 'Inter Blockchain Services'
206
206
  },
207
207
  {
@@ -138,7 +138,7 @@ const info = {
138
138
  provider: 'RockawayX Infra'
139
139
  },
140
140
  {
141
- address: 'https://axelar-rpc.ibs.team',
141
+ address: 'https://axelar.ibs.team:443/rpc',
142
142
  provider: 'Inter Blockchain Services'
143
143
  },
144
144
  {
@@ -216,7 +216,7 @@ const info = {
216
216
  provider: 'QuantNode'
217
217
  },
218
218
  {
219
- address: 'https://axelar-api.ibs.team',
219
+ address: 'https://axelar.ibs.team:443/api',
220
220
  provider: 'Inter Blockchain Services'
221
221
  },
222
222
  {
@@ -72,7 +72,7 @@ const info = {
72
72
  provider: 'Notional'
73
73
  },
74
74
  {
75
- address: 'https://band-rpc.ibs.team/',
75
+ address: 'https://band.ibs.team:443/rpc',
76
76
  provider: 'Inter Blockchain Services'
77
77
  },
78
78
  {
@@ -126,7 +126,7 @@ const info = {
126
126
  provider: 'Notional'
127
127
  },
128
128
  {
129
- address: 'https://band-api.ibs.team/',
129
+ address: 'https://band.ibs.team:443/api',
130
130
  provider: 'Inter Blockchain Services'
131
131
  },
132
132
  {
package/mainnet/chains.js CHANGED
@@ -92,6 +92,7 @@ const _empowerchain = __importStar(require("./empowerchain"));
92
92
  const _epix = __importStar(require("./epix"));
93
93
  const _ethos = __importStar(require("./ethos"));
94
94
  const _evmos = __importStar(require("./evmos"));
95
+ const _fandomchain = __importStar(require("./fandomchain"));
95
96
  const _fetchhub = __importStar(require("./fetchhub"));
96
97
  const _finschia = __importStar(require("./finschia"));
97
98
  const _firmachain = __importStar(require("./firmachain"));
@@ -169,6 +170,7 @@ const _omniflixhub = __importStar(require("./omniflixhub"));
169
170
  const _onex = __importStar(require("./onex"));
170
171
  const _onomy = __importStar(require("./onomy"));
171
172
  const _opct = __importStar(require("./opct"));
173
+ const _optio = __importStar(require("./optio"));
172
174
  const _oraichain = __importStar(require("./oraichain"));
173
175
  const _osmosis = __importStar(require("./osmosis"));
174
176
  const _paloma = __importStar(require("./paloma"));
@@ -311,6 +313,7 @@ const chains = [
311
313
  _epix.chain,
312
314
  _ethos.chain,
313
315
  _evmos.chain,
316
+ _fandomchain.chain,
314
317
  _fetchhub.chain,
315
318
  _finschia.chain,
316
319
  _firmachain.chain,
@@ -388,6 +391,7 @@ const chains = [
388
391
  _onex.chain,
389
392
  _onomy.chain,
390
393
  _opct.chain,
394
+ _optio.chain,
391
395
  _oraichain.chain,
392
396
  _osmosis.chain,
393
397
  _paloma.chain,
@@ -105,7 +105,7 @@ const info = {
105
105
  provider: 'genznodes'
106
106
  },
107
107
  {
108
- address: 'https://coreum-rpc.ibs.team',
108
+ address: 'https://coreum.ibs.team:443/rpc',
109
109
  provider: 'Inter Blockchain Services'
110
110
  },
111
111
  {
@@ -177,7 +177,7 @@ const info = {
177
177
  provider: 'genznodes'
178
178
  },
179
179
  {
180
- address: 'https://coreum-api.ibs.team',
180
+ address: 'https://coreum.ibs.team:443/api',
181
181
  provider: 'Inter Blockchain Services'
182
182
  },
183
183
  {
@@ -220,7 +220,7 @@ const info = {
220
220
  provider: 'Quasar'
221
221
  },
222
222
  {
223
- address: 'https://cosmos-rpc.ibs.team',
223
+ address: 'https://cosmos.ibs.team:443/rpc',
224
224
  provider: 'Inter Blockchain Services'
225
225
  },
226
226
  {
@@ -350,7 +350,7 @@ const info = {
350
350
  provider: 'Quasar'
351
351
  },
352
352
  {
353
- address: 'https://cosmos-api.ibs.team',
353
+ address: 'https://cosmos.ibs.team:443/api',
354
354
  provider: 'Inter Blockchain Services'
355
355
  },
356
356
  {
@@ -1865,7 +1865,26 @@ const info = [
1865
1865
  portId: 'transfer'
1866
1866
  },
1867
1867
  ordering: 'unordered',
1868
- version: 'ics20-1'
1868
+ version: 'ics20-1',
1869
+ tags: {
1870
+ preferred: false,
1871
+ status: 'ACTIVE'
1872
+ }
1873
+ }, {
1874
+ chain1: {
1875
+ channelId: 'channel-1549',
1876
+ portId: 'transfer'
1877
+ },
1878
+ chain2: {
1879
+ channelId: 'channel-97',
1880
+ portId: 'transfer'
1881
+ },
1882
+ ordering: 'unordered',
1883
+ version: 'ics20-1',
1884
+ tags: {
1885
+ preferred: true,
1886
+ status: 'ACTIVE'
1887
+ }
1869
1888
  }]
1870
1889
  },
1871
1890
  {
@@ -33,10 +33,6 @@ const info = {
33
33
  {
34
34
  address: 'https://dungeon_mainnet_rpc.chain.whenmoonwhenlambo.money',
35
35
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
36
- },
37
- {
38
- address: 'https://dungeon-rpc.ibs.team',
39
- provider: 'Inter Blockchain Services'
40
36
  }
41
37
  ],
42
38
  rest: [
@@ -55,10 +51,6 @@ const info = {
55
51
  {
56
52
  address: 'https://dungeon_mainnet_api.chain.whenmoonwhenlambo.money',
57
53
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
58
- },
59
- {
60
- address: 'https://dungeon-api.ibs.team',
61
- provider: 'Inter Blockchain Services'
62
54
  }
63
55
  ],
64
56
  grpc: [{
@@ -124,7 +124,7 @@ const info = {
124
124
  provider: 'Enigma'
125
125
  },
126
126
  {
127
- address: 'https://dymension-rpc.ibs.team',
127
+ address: 'https://dymension.ibs.team:443/rpc',
128
128
  provider: 'Inter Blockchain Services'
129
129
  },
130
130
  {
@@ -250,7 +250,7 @@ const info = {
250
250
  provider: 'Enigma'
251
251
  },
252
252
  {
253
- address: 'https://dymension-api.ibs.team',
253
+ address: 'https://dymension.ibs.team:443/api',
254
254
  provider: 'Inter Blockchain Services'
255
255
  },
256
256
  {
@@ -394,7 +394,7 @@ const info = {
394
394
  provider: 'AgoraNodes'
395
395
  },
396
396
  {
397
- address: 'https://dymension-jsonrpc.ibs.team',
397
+ address: 'https://dymension.ibs.team:443/ethrpc/',
398
398
  provider: 'Inter Blockchain Services'
399
399
  },
400
400
  {
@@ -89,7 +89,7 @@ const info = {
89
89
  base: 'uedenb',
90
90
  name: 'Eden BOOST',
91
91
  display: 'edenb',
92
- symbol: 'EDEN BOOST',
92
+ symbol: 'EDENBOOST',
93
93
  logoURIs: {
94
94
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
95
95
  },
@@ -126,7 +126,7 @@ const info = {
126
126
  provider: '🔥STAVR🔥'
127
127
  },
128
128
  {
129
- address: 'https://elys-rpc.ibs.team',
129
+ address: 'https://elys.ibs.team:443/rpc',
130
130
  provider: 'Inter Blockchain Services'
131
131
  },
132
132
  {
@@ -158,7 +158,7 @@ const info = {
158
158
  provider: 'Node39'
159
159
  },
160
160
  {
161
- address: 'https://rpc.elys.srvs.vnodesv.net',
161
+ address: 'https://elys.srvs.vnodesv.net/rpc',
162
162
  provider: 'vNodes[V] Ser[V]ices'
163
163
  },
164
164
  {
@@ -212,7 +212,7 @@ const info = {
212
212
  provider: '🔥STAVR🔥'
213
213
  },
214
214
  {
215
- address: 'https://elys-api.ibs.team',
215
+ address: 'https://elys.ibs.team:443/api',
216
216
  provider: 'Inter Blockchain Services'
217
217
  },
218
218
  {
@@ -244,7 +244,7 @@ const info = {
244
244
  provider: 'Node39'
245
245
  },
246
246
  {
247
- address: 'https://rest.elys.srvs.vnodesv.net:443',
247
+ address: 'https://elys.srvs.vnodesv.net/rest',
248
248
  provider: 'vNodes[V] Ser[V]ices'
249
249
  },
250
250
  {
@@ -314,7 +314,7 @@ const info = {
314
314
  provider: 'Pro-Nodes75'
315
315
  },
316
316
  {
317
- address: 'https://grpc.elys.srvs.vnodesv.net:443',
317
+ address: 'https://elys.srvs.vnodesv.net/grpc',
318
318
  provider: 'vNodes[V] Ser[V]ices'
319
319
  }
320
320
  ]
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../assetlist.schema.json',
5
+ chainName: 'fandomchain',
6
+ assets: [{
7
+ description: 'FANDOMCHAIN is the native token of the FANDOMCHAIN Network',
8
+ denomUnits: [{
9
+ denom: 'ufandomChain',
10
+ exponent: 0
11
+ }, {
12
+ denom: 'FANDOMCHAIN',
13
+ exponent: 9
14
+ }],
15
+ base: 'ufandomChain',
16
+ name: 'FANDOMCHAIN',
17
+ display: 'FANDOMCHAIN',
18
+ symbol: 'FANDOMCHAIN',
19
+ typeAsset: 'sdk.coin',
20
+ logoURIs: {
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fandomchain/images/fandomchain.png'
22
+ },
23
+ images: [{
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fandomchain/images/fandomchain.png'
25
+ }],
26
+ socials: {
27
+ website: 'https://fandom-chain-website.vercel.app'
28
+ }
29
+ }]
30
+ };
31
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ import { Chain } from '@chain-registry/types';
2
+ declare const info: Chain;
3
+ export default info;
@@ -0,0 +1,81 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../chain.schema.json',
5
+ chainName: 'fandomchain',
6
+ status: 'live',
7
+ networkType: 'mainnet',
8
+ website: 'https://fandom-chain-website.vercel.app',
9
+ prettyName: 'fandomChain',
10
+ chainType: 'cosmos',
11
+ chainId: 'fandomChain',
12
+ bech32Prefix: 'cosmos',
13
+ daemonName: 'fandomChaind',
14
+ nodeHome: '$HOME/.fandomChaind',
15
+ keyAlgos: ['secp256k1'],
16
+ slip44: 118,
17
+ fees: {
18
+ feeTokens: [{
19
+ denom: 'ufandomChain',
20
+ lowGasPrice: 0.01,
21
+ averageGasPrice: 0.025,
22
+ highGasPrice: 0.04
23
+ }]
24
+ },
25
+ staking: {
26
+ stakingTokens: [{
27
+ denom: 'ufandomChain'
28
+ }]
29
+ },
30
+ codebase: {
31
+ gitRepo: 'https://github.com/fandomchain-network/fandomchain',
32
+ recommendedVersion: 'v1.0.0',
33
+ compatibleVersions: ['v1.0.0'],
34
+ binaries: {
35
+ "linux/amd64": 'https://github.com/fandomchain-network/fandomchain/archive/refs/tags/1.0.0.tar.gz'
36
+ },
37
+ consensus: {
38
+ type: 'cometbft',
39
+ version: 'v0.38.17'
40
+ },
41
+ genesis: {
42
+ genesisUrl: 'https://github.com/fandomchain-network/fandomchain/blob/1.0.0/genesis.json'
43
+ },
44
+ sdk: {
45
+ type: 'cosmos',
46
+ version: 'v0.53.3'
47
+ },
48
+ ibc: {
49
+ type: 'go',
50
+ version: 'v10.2.0'
51
+ }
52
+ },
53
+ logoURIs: {
54
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fandomchain/images/fandomchain.png'
55
+ },
56
+ description: 'FandomChain is the L1 blockchain dedicated to streamers.',
57
+ apis: {
58
+ rpc: [{
59
+ address: 'https://rpc.fandomchain.com',
60
+ provider: 'FandomChain'
61
+ }],
62
+ rest: [{
63
+ address: 'https://api.fandomchain.com',
64
+ provider: 'FandomChain'
65
+ }],
66
+ grpc: [{
67
+ address: 'https://grpc.fandomchain.com',
68
+ provider: 'FandomChain'
69
+ }]
70
+ },
71
+ explorers: [{
72
+ kind: 'Ping',
73
+ url: 'https://explorer.fandomchain.com',
74
+ txPage: 'https://explorer.fandomchain.com/fandomchain/transactions/${txHash}',
75
+ accountPage: 'https://explorer.fandomchain.com/fandomchain/accounts/${accountAddress}'
76
+ }],
77
+ images: [{
78
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fandomchain/images/fandomchain.png'
79
+ }]
80
+ };
81
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ import { IBCData } from '@chain-registry/types';
2
+ declare const info: IBCData[];
3
+ export default info;