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
@@ -67,6 +67,7 @@ import * as _empowerchain from './empowerchain';
67
67
  import * as _epix from './epix';
68
68
  import * as _ethos from './ethos';
69
69
  import * as _evmos from './evmos';
70
+ import * as _fandomchain from './fandomchain';
70
71
  import * as _fetchhub from './fetchhub';
71
72
  import * as _finschia from './finschia';
72
73
  import * as _firmachain from './firmachain';
@@ -144,6 +145,7 @@ import * as _omniflixhub from './omniflixhub';
144
145
  import * as _onex from './onex';
145
146
  import * as _onomy from './onomy';
146
147
  import * as _opct from './opct';
148
+ import * as _optio from './optio';
147
149
  import * as _oraichain from './oraichain';
148
150
  import * as _osmosis from './osmosis';
149
151
  import * as _paloma from './paloma';
@@ -286,6 +288,7 @@ const assetList = [
286
288
  _epix.assetList,
287
289
  _ethos.assetList,
288
290
  _evmos.assetList,
291
+ _fandomchain.assetList,
289
292
  _fetchhub.assetList,
290
293
  _finschia.assetList,
291
294
  _firmachain.assetList,
@@ -363,6 +366,7 @@ const assetList = [
363
366
  _onex.assetList,
364
367
  _onomy.assetList,
365
368
  _opct.assetList,
369
+ _optio.assetList,
366
370
  _oraichain.assetList,
367
371
  _osmosis.assetList,
368
372
  _paloma.assetList,
@@ -97,7 +97,7 @@ const info = {
97
97
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
98
98
  },
99
99
  {
100
- address: 'https://atomone-rpc.ibs.team:443',
100
+ address: 'https://atomone.ibs.team:443/rpc',
101
101
  provider: 'Inter Blockchain Services'
102
102
  },
103
103
  {
@@ -199,7 +199,7 @@ const info = {
199
199
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
200
200
  },
201
201
  {
202
- address: 'https://atomone-api.ibs.team:443',
202
+ address: 'https://atomone.ibs.team:443/api',
203
203
  provider: 'Inter Blockchain Services'
204
204
  },
205
205
  {
@@ -136,7 +136,7 @@ const info = {
136
136
  provider: 'RockawayX Infra'
137
137
  },
138
138
  {
139
- address: 'https://axelar-rpc.ibs.team',
139
+ address: 'https://axelar.ibs.team:443/rpc',
140
140
  provider: 'Inter Blockchain Services'
141
141
  },
142
142
  {
@@ -214,7 +214,7 @@ const info = {
214
214
  provider: 'QuantNode'
215
215
  },
216
216
  {
217
- address: 'https://axelar-api.ibs.team',
217
+ address: 'https://axelar.ibs.team:443/api',
218
218
  provider: 'Inter Blockchain Services'
219
219
  },
220
220
  {
@@ -70,7 +70,7 @@ const info = {
70
70
  provider: 'Notional'
71
71
  },
72
72
  {
73
- address: 'https://band-rpc.ibs.team/',
73
+ address: 'https://band.ibs.team:443/rpc',
74
74
  provider: 'Inter Blockchain Services'
75
75
  },
76
76
  {
@@ -124,7 +124,7 @@ const info = {
124
124
  provider: 'Notional'
125
125
  },
126
126
  {
127
- address: 'https://band-api.ibs.team/',
127
+ address: 'https://band.ibs.team:443/api',
128
128
  provider: 'Inter Blockchain Services'
129
129
  },
130
130
  {
@@ -67,6 +67,7 @@ import * as _empowerchain from './empowerchain';
67
67
  import * as _epix from './epix';
68
68
  import * as _ethos from './ethos';
69
69
  import * as _evmos from './evmos';
70
+ import * as _fandomchain from './fandomchain';
70
71
  import * as _fetchhub from './fetchhub';
71
72
  import * as _finschia from './finschia';
72
73
  import * as _firmachain from './firmachain';
@@ -144,6 +145,7 @@ import * as _omniflixhub from './omniflixhub';
144
145
  import * as _onex from './onex';
145
146
  import * as _onomy from './onomy';
146
147
  import * as _opct from './opct';
148
+ import * as _optio from './optio';
147
149
  import * as _oraichain from './oraichain';
148
150
  import * as _osmosis from './osmosis';
149
151
  import * as _paloma from './paloma';
@@ -286,6 +288,7 @@ const chains = [
286
288
  _epix.chain,
287
289
  _ethos.chain,
288
290
  _evmos.chain,
291
+ _fandomchain.chain,
289
292
  _fetchhub.chain,
290
293
  _finschia.chain,
291
294
  _firmachain.chain,
@@ -363,6 +366,7 @@ const chains = [
363
366
  _onex.chain,
364
367
  _onomy.chain,
365
368
  _opct.chain,
369
+ _optio.chain,
366
370
  _oraichain.chain,
367
371
  _osmosis.chain,
368
372
  _paloma.chain,
@@ -103,7 +103,7 @@ const info = {
103
103
  provider: 'genznodes'
104
104
  },
105
105
  {
106
- address: 'https://coreum-rpc.ibs.team',
106
+ address: 'https://coreum.ibs.team:443/rpc',
107
107
  provider: 'Inter Blockchain Services'
108
108
  },
109
109
  {
@@ -175,7 +175,7 @@ const info = {
175
175
  provider: 'genznodes'
176
176
  },
177
177
  {
178
- address: 'https://coreum-api.ibs.team',
178
+ address: 'https://coreum.ibs.team:443/api',
179
179
  provider: 'Inter Blockchain Services'
180
180
  },
181
181
  {
@@ -218,7 +218,7 @@ const info = {
218
218
  provider: 'Quasar'
219
219
  },
220
220
  {
221
- address: 'https://cosmos-rpc.ibs.team',
221
+ address: 'https://cosmos.ibs.team:443/rpc',
222
222
  provider: 'Inter Blockchain Services'
223
223
  },
224
224
  {
@@ -348,7 +348,7 @@ const info = {
348
348
  provider: 'Quasar'
349
349
  },
350
350
  {
351
- address: 'https://cosmos-api.ibs.team',
351
+ address: 'https://cosmos.ibs.team:443/api',
352
352
  provider: 'Inter Blockchain Services'
353
353
  },
354
354
  {
@@ -1863,7 +1863,26 @@ const info = [
1863
1863
  portId: 'transfer'
1864
1864
  },
1865
1865
  ordering: 'unordered',
1866
- version: 'ics20-1'
1866
+ version: 'ics20-1',
1867
+ tags: {
1868
+ preferred: false,
1869
+ status: 'ACTIVE'
1870
+ }
1871
+ }, {
1872
+ chain1: {
1873
+ channelId: 'channel-1549',
1874
+ portId: 'transfer'
1875
+ },
1876
+ chain2: {
1877
+ channelId: 'channel-97',
1878
+ portId: 'transfer'
1879
+ },
1880
+ ordering: 'unordered',
1881
+ version: 'ics20-1',
1882
+ tags: {
1883
+ preferred: true,
1884
+ status: 'ACTIVE'
1885
+ }
1867
1886
  }]
1868
1887
  },
1869
1888
  {
@@ -31,10 +31,6 @@ const info = {
31
31
  {
32
32
  address: 'https://dungeon_mainnet_rpc.chain.whenmoonwhenlambo.money',
33
33
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
34
- },
35
- {
36
- address: 'https://dungeon-rpc.ibs.team',
37
- provider: 'Inter Blockchain Services'
38
34
  }
39
35
  ],
40
36
  rest: [
@@ -53,10 +49,6 @@ const info = {
53
49
  {
54
50
  address: 'https://dungeon_mainnet_api.chain.whenmoonwhenlambo.money',
55
51
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
56
- },
57
- {
58
- address: 'https://dungeon-api.ibs.team',
59
- provider: 'Inter Blockchain Services'
60
52
  }
61
53
  ],
62
54
  grpc: [{
@@ -122,7 +122,7 @@ const info = {
122
122
  provider: 'Enigma'
123
123
  },
124
124
  {
125
- address: 'https://dymension-rpc.ibs.team',
125
+ address: 'https://dymension.ibs.team:443/rpc',
126
126
  provider: 'Inter Blockchain Services'
127
127
  },
128
128
  {
@@ -248,7 +248,7 @@ const info = {
248
248
  provider: 'Enigma'
249
249
  },
250
250
  {
251
- address: 'https://dymension-api.ibs.team',
251
+ address: 'https://dymension.ibs.team:443/api',
252
252
  provider: 'Inter Blockchain Services'
253
253
  },
254
254
  {
@@ -392,7 +392,7 @@ const info = {
392
392
  provider: 'AgoraNodes'
393
393
  },
394
394
  {
395
- address: 'https://dymension-jsonrpc.ibs.team',
395
+ address: 'https://dymension.ibs.team:443/ethrpc/',
396
396
  provider: 'Inter Blockchain Services'
397
397
  },
398
398
  {
@@ -87,7 +87,7 @@ const info = {
87
87
  base: 'uedenb',
88
88
  name: 'Eden BOOST',
89
89
  display: 'edenb',
90
- symbol: 'EDEN BOOST',
90
+ symbol: 'EDENBOOST',
91
91
  logoURIs: {
92
92
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
93
93
  },
@@ -124,7 +124,7 @@ const info = {
124
124
  provider: '🔥STAVR🔥'
125
125
  },
126
126
  {
127
- address: 'https://elys-rpc.ibs.team',
127
+ address: 'https://elys.ibs.team:443/rpc',
128
128
  provider: 'Inter Blockchain Services'
129
129
  },
130
130
  {
@@ -156,7 +156,7 @@ const info = {
156
156
  provider: 'Node39'
157
157
  },
158
158
  {
159
- address: 'https://rpc.elys.srvs.vnodesv.net',
159
+ address: 'https://elys.srvs.vnodesv.net/rpc',
160
160
  provider: 'vNodes[V] Ser[V]ices'
161
161
  },
162
162
  {
@@ -210,7 +210,7 @@ const info = {
210
210
  provider: '🔥STAVR🔥'
211
211
  },
212
212
  {
213
- address: 'https://elys-api.ibs.team',
213
+ address: 'https://elys.ibs.team:443/api',
214
214
  provider: 'Inter Blockchain Services'
215
215
  },
216
216
  {
@@ -242,7 +242,7 @@ const info = {
242
242
  provider: 'Node39'
243
243
  },
244
244
  {
245
- address: 'https://rest.elys.srvs.vnodesv.net:443',
245
+ address: 'https://elys.srvs.vnodesv.net/rest',
246
246
  provider: 'vNodes[V] Ser[V]ices'
247
247
  },
248
248
  {
@@ -312,7 +312,7 @@ const info = {
312
312
  provider: 'Pro-Nodes75'
313
313
  },
314
314
  {
315
- address: 'https://grpc.elys.srvs.vnodesv.net:443',
315
+ address: 'https://elys.srvs.vnodesv.net/grpc',
316
316
  provider: 'vNodes[V] Ser[V]ices'
317
317
  }
318
318
  ]
@@ -0,0 +1,29 @@
1
+ const info = {
2
+ $schema: '../assetlist.schema.json',
3
+ chainName: 'fandomchain',
4
+ assets: [{
5
+ description: 'FANDOMCHAIN is the native token of the FANDOMCHAIN Network',
6
+ denomUnits: [{
7
+ denom: 'ufandomChain',
8
+ exponent: 0
9
+ }, {
10
+ denom: 'FANDOMCHAIN',
11
+ exponent: 9
12
+ }],
13
+ base: 'ufandomChain',
14
+ name: 'FANDOMCHAIN',
15
+ display: 'FANDOMCHAIN',
16
+ symbol: 'FANDOMCHAIN',
17
+ typeAsset: 'sdk.coin',
18
+ logoURIs: {
19
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fandomchain/images/fandomchain.png'
20
+ },
21
+ images: [{
22
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fandomchain/images/fandomchain.png'
23
+ }],
24
+ socials: {
25
+ website: 'https://fandom-chain-website.vercel.app'
26
+ }
27
+ }]
28
+ };
29
+ export default info;
@@ -0,0 +1,79 @@
1
+ const info = {
2
+ $schema: '../chain.schema.json',
3
+ chainName: 'fandomchain',
4
+ status: 'live',
5
+ networkType: 'mainnet',
6
+ website: 'https://fandom-chain-website.vercel.app',
7
+ prettyName: 'fandomChain',
8
+ chainType: 'cosmos',
9
+ chainId: 'fandomChain',
10
+ bech32Prefix: 'cosmos',
11
+ daemonName: 'fandomChaind',
12
+ nodeHome: '$HOME/.fandomChaind',
13
+ keyAlgos: ['secp256k1'],
14
+ slip44: 118,
15
+ fees: {
16
+ feeTokens: [{
17
+ denom: 'ufandomChain',
18
+ lowGasPrice: 0.01,
19
+ averageGasPrice: 0.025,
20
+ highGasPrice: 0.04
21
+ }]
22
+ },
23
+ staking: {
24
+ stakingTokens: [{
25
+ denom: 'ufandomChain'
26
+ }]
27
+ },
28
+ codebase: {
29
+ gitRepo: 'https://github.com/fandomchain-network/fandomchain',
30
+ recommendedVersion: 'v1.0.0',
31
+ compatibleVersions: ['v1.0.0'],
32
+ binaries: {
33
+ "linux/amd64": 'https://github.com/fandomchain-network/fandomchain/archive/refs/tags/1.0.0.tar.gz'
34
+ },
35
+ consensus: {
36
+ type: 'cometbft',
37
+ version: 'v0.38.17'
38
+ },
39
+ genesis: {
40
+ genesisUrl: 'https://github.com/fandomchain-network/fandomchain/blob/1.0.0/genesis.json'
41
+ },
42
+ sdk: {
43
+ type: 'cosmos',
44
+ version: 'v0.53.3'
45
+ },
46
+ ibc: {
47
+ type: 'go',
48
+ version: 'v10.2.0'
49
+ }
50
+ },
51
+ logoURIs: {
52
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fandomchain/images/fandomchain.png'
53
+ },
54
+ description: 'FandomChain is the L1 blockchain dedicated to streamers.',
55
+ apis: {
56
+ rpc: [{
57
+ address: 'https://rpc.fandomchain.com',
58
+ provider: 'FandomChain'
59
+ }],
60
+ rest: [{
61
+ address: 'https://api.fandomchain.com',
62
+ provider: 'FandomChain'
63
+ }],
64
+ grpc: [{
65
+ address: 'https://grpc.fandomchain.com',
66
+ provider: 'FandomChain'
67
+ }]
68
+ },
69
+ explorers: [{
70
+ kind: 'Ping',
71
+ url: 'https://explorer.fandomchain.com',
72
+ txPage: 'https://explorer.fandomchain.com/fandomchain/transactions/${txHash}',
73
+ accountPage: 'https://explorer.fandomchain.com/fandomchain/accounts/${accountAddress}'
74
+ }],
75
+ images: [{
76
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fandomchain/images/fandomchain.png'
77
+ }]
78
+ };
79
+ export default info;
@@ -0,0 +1,30 @@
1
+ const info = [{
2
+ $schema: '../ibc_data.schema.json',
3
+ chain1: {
4
+ chainName: 'fandomchain',
5
+ clientId: '07-tendermint-0',
6
+ connectionId: 'connection-0'
7
+ },
8
+ chain2: {
9
+ chainName: 'osmosis',
10
+ clientId: '07-tendermint-3607',
11
+ connectionId: 'connection-10960'
12
+ },
13
+ channels: [{
14
+ chain1: {
15
+ channelId: 'channel-0',
16
+ portId: 'transfer'
17
+ },
18
+ chain2: {
19
+ channelId: 'channel-107314',
20
+ portId: 'transfer'
21
+ },
22
+ ordering: 'unordered',
23
+ version: 'ics20-1',
24
+ tags: {
25
+ preferred: true,
26
+ status: 'ACTIVE'
27
+ }
28
+ }]
29
+ }];
30
+ export default info;
@@ -0,0 +1,6 @@
1
+ import _assetList from './asset-list';
2
+ import _chain from './chain';
3
+ import _ibcData from './ibc-data';
4
+ export const assetList = _assetList;
5
+ export const chain = _chain;
6
+ export const ibcData = _ibcData;
@@ -66,7 +66,7 @@ const info = {
66
66
  provider: 'AutoStake 🛡️ Slash Protected'
67
67
  },
68
68
  {
69
- address: 'https://fetch-rpc.ibs.team',
69
+ address: 'https://fetch.ibs.team:443/rpc',
70
70
  provider: 'Inter Blockchain Services'
71
71
  },
72
72
  {
@@ -136,7 +136,7 @@ const info = {
136
136
  provider: 'Architect Nodes'
137
137
  },
138
138
  {
139
- address: 'https://fetch-api.ibs.team',
139
+ address: 'https://fetch.ibs.team:443/api',
140
140
  provider: 'Inter Blockchain Services'
141
141
  },
142
142
  {
@@ -52,6 +52,7 @@ import * as _elys from './elys';
52
52
  import * as _emoney from './emoney';
53
53
  import * as _empowerchain from './empowerchain';
54
54
  import * as _evmos from './evmos';
55
+ import * as _fandomchain from './fandomchain';
55
56
  import * as _fetchhub from './fetchhub';
56
57
  import * as _firmachain from './firmachain';
57
58
  import * as _furya from './furya';
@@ -110,6 +111,7 @@ import * as _okexchain from './okexchain';
110
111
  import * as _omniflixhub from './omniflixhub';
111
112
  import * as _onex from './onex';
112
113
  import * as _onomy from './onomy';
114
+ import * as _optio from './optio';
113
115
  import * as _oraichain from './oraichain';
114
116
  import * as _osmosis from './osmosis';
115
117
  import * as _panacea from './panacea';
@@ -222,6 +224,7 @@ const ibcData = [
222
224
  ..._emoney.ibcData,
223
225
  ..._empowerchain.ibcData,
224
226
  ..._evmos.ibcData,
227
+ ..._fandomchain.ibcData,
225
228
  ..._fetchhub.ibcData,
226
229
  ..._firmachain.ibcData,
227
230
  ..._furya.ibcData,
@@ -280,6 +283,7 @@ const ibcData = [
280
283
  ..._omniflixhub.ibcData,
281
284
  ..._onex.ibcData,
282
285
  ..._onomy.ibcData,
286
+ ..._optio.ibcData,
283
287
  ..._oraichain.ibcData,
284
288
  ..._osmosis.ibcData,
285
289
  ..._panacea.ibcData,
@@ -73,7 +73,7 @@ const info = {
73
73
  provider: 'Lavender.Five Nodes 🐝'
74
74
  },
75
75
  {
76
- address: 'https://ixo-rpc.ibs.team',
76
+ address: 'https://ixo.ibs.team/rpc',
77
77
  provider: 'Inter Blockchain Services'
78
78
  },
79
79
  {
@@ -107,7 +107,7 @@ const info = {
107
107
  provider: 'Lavender.Five Nodes 🐝'
108
108
  },
109
109
  {
110
- address: 'https://ixo-api.ibs.team',
110
+ address: 'https://ixo.ibs.team/api',
111
111
  provider: 'Inter Blockchain Services'
112
112
  },
113
113
  {
@@ -57,7 +57,7 @@ const info = {
57
57
  provider: 'AutoStake 🛡️ Slash Protected'
58
58
  },
59
59
  {
60
- address: 'https://kava-rpc.ibs.team',
60
+ address: 'https://kava.ibs.team:443/rpc',
61
61
  provider: 'Inter Blockchain Services'
62
62
  },
63
63
  {
@@ -95,7 +95,7 @@ const info = {
95
95
  provider: 'AutoStake 🛡️ Slash Protected'
96
96
  },
97
97
  {
98
- address: 'https://kava-api.ibs.team',
98
+ address: 'https://kava.ibs.team:443/api',
99
99
  provider: 'Inter Blockchain Services'
100
100
  },
101
101
  {