chain-registry 2.0.47 β†’ 2.0.49

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 (57) hide show
  1. package/esm/mainnet/asset-lists.js +2 -0
  2. package/esm/mainnet/babylon/asset-list.js +31 -0
  3. package/esm/mainnet/chains.js +2 -0
  4. package/esm/mainnet/chihuahua/chain.js +0 -8
  5. package/esm/mainnet/cosmoshub/ibc-data.js +43 -0
  6. package/esm/mainnet/ibc-data.js +2 -0
  7. package/esm/mainnet/injective/asset-list.js +24 -0
  8. package/esm/mainnet/intento/asset-list.js +28 -0
  9. package/esm/mainnet/intento/chain.js +62 -0
  10. package/esm/mainnet/intento/ibc-data.js +72 -0
  11. package/esm/mainnet/intento/index.js +6 -0
  12. package/esm/mainnet/kichain/chain.js +0 -8
  13. package/esm/mainnet/noble/ibc-data.js +29 -0
  14. package/esm/mainnet/nolus/chain.js +0 -8
  15. package/esm/mainnet/osmosis/ibc-data.js +29 -0
  16. package/esm/mainnet/passage/chain.js +0 -8
  17. package/esm/mainnet/quicksilver/chain.js +0 -4
  18. package/esm/mainnet/rizon/chain.js +0 -8
  19. package/esm/mainnet/saga/ibc-data.js +29 -0
  20. package/esm/mainnet/sentinel/chain.js +0 -8
  21. package/esm/mainnet/sunrise/chain.js +46 -3
  22. package/esm/mainnet/teritori/chain.js +0 -8
  23. package/esm/mainnet/thorchain/asset-list.js +1 -0
  24. package/esm/mainnet/titan/chain.js +0 -8
  25. package/esm/noncosmos/binancesmartchain/asset-list.js +22 -0
  26. package/esm/testnet/xplatestnet/chain.js +7 -7
  27. package/mainnet/asset-lists.js +2 -0
  28. package/mainnet/babylon/asset-list.js +31 -0
  29. package/mainnet/chains.js +2 -0
  30. package/mainnet/chihuahua/chain.js +0 -8
  31. package/mainnet/cosmoshub/ibc-data.js +43 -0
  32. package/mainnet/ibc-data.js +2 -0
  33. package/mainnet/injective/asset-list.js +24 -0
  34. package/mainnet/intento/asset-list.d.ts +3 -0
  35. package/mainnet/intento/asset-list.js +30 -0
  36. package/mainnet/intento/chain.d.ts +3 -0
  37. package/mainnet/intento/chain.js +64 -0
  38. package/mainnet/intento/ibc-data.d.ts +3 -0
  39. package/mainnet/intento/ibc-data.js +74 -0
  40. package/mainnet/intento/index.d.ts +3 -0
  41. package/mainnet/intento/index.js +12 -0
  42. package/mainnet/kichain/chain.js +0 -8
  43. package/mainnet/noble/ibc-data.js +29 -0
  44. package/mainnet/nolus/chain.js +0 -8
  45. package/mainnet/osmosis/ibc-data.js +29 -0
  46. package/mainnet/passage/chain.js +0 -8
  47. package/mainnet/quicksilver/chain.js +0 -4
  48. package/mainnet/rizon/chain.js +0 -8
  49. package/mainnet/saga/ibc-data.js +29 -0
  50. package/mainnet/sentinel/chain.js +0 -8
  51. package/mainnet/sunrise/chain.js +46 -3
  52. package/mainnet/teritori/chain.js +0 -8
  53. package/mainnet/thorchain/asset-list.js +1 -0
  54. package/mainnet/titan/chain.js +0 -8
  55. package/noncosmos/binancesmartchain/asset-list.js +22 -0
  56. package/package.json +3 -3
  57. package/testnet/xplatestnet/chain.js +7 -7
@@ -67,10 +67,6 @@ const info = {
67
67
  address: 'https://rpc.teritori.silentvalidator.com/',
68
68
  provider: 'silent'
69
69
  },
70
- {
71
- address: 'https://teritori-rpc.ibs.team',
72
- provider: 'Inter Blockchain Services'
73
- },
74
70
  {
75
71
  address: 'https://teritori.rpc.kjnodes.com',
76
72
  provider: 'kjnodes'
@@ -129,10 +125,6 @@ const info = {
129
125
  address: 'https://api.teritori.silentvalidator.com/',
130
126
  provider: 'silent'
131
127
  },
132
- {
133
- address: 'https://teritori-api.ibs.team',
134
- provider: 'Inter Blockchain Services'
135
- },
136
128
  {
137
129
  address: 'https://teritori.api.kjnodes.com',
138
130
  provider: 'kjnodes'
@@ -90,6 +90,7 @@ const info = {
90
90
  images: [{
91
91
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/auto.png'
92
92
  }],
93
+ coingeckoId: 'auto-2',
93
94
  keywords: [
94
95
  'automation',
95
96
  'ai',
@@ -74,10 +74,6 @@ const info = {
74
74
  {
75
75
  address: 'https://titan-rpc-hongkong.titanlab.io:443',
76
76
  provider: 'Titanlab.io'
77
- },
78
- {
79
- address: 'https://titan-rpc.ibs.team',
80
- provider: 'Inter Blockchain Services'
81
77
  }
82
78
  ],
83
79
  rest: [
@@ -96,10 +92,6 @@ const info = {
96
92
  {
97
93
  address: 'https://titan-lcd-hongkong.titanlab.io:443',
98
94
  provider: 'Titanlab.io'
99
- },
100
- {
101
- address: 'https://titan-api.ibs.team',
102
- provider: 'Inter Blockchain Services'
103
95
  }
104
96
  ],
105
97
  grpc: [
@@ -205,6 +205,28 @@ const info = {
205
205
  circle: true
206
206
  }
207
207
  }]
208
+ },
209
+ {
210
+ description: 'The first non-custodial Bitcoin product designed for DeFi',
211
+ denomUnits: [{
212
+ denom: '0x918b3aa73e2D42D96CF64CBdB16838985992dAbc',
213
+ exponent: 0
214
+ }, {
215
+ denom: 'CoBTC',
216
+ exponent: 8
217
+ }],
218
+ typeAsset: 'erc20',
219
+ address: '0x918b3aa73e2D42D96CF64CBdB16838985992dAbc',
220
+ base: '0x918b3aa73e2D42D96CF64CBdB16838985992dAbc',
221
+ name: 'Coffer Bitcoin',
222
+ display: 'CoBTC',
223
+ symbol: 'CoBTC',
224
+ logoURIs: {
225
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/CoBTC.svg'
226
+ },
227
+ images: [{
228
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/CoBTC.svg'
229
+ }]
208
230
  }
209
231
  ]
210
232
  };
@@ -28,11 +28,11 @@ const info = {
28
28
  },
29
29
  codebase: {
30
30
  gitRepo: 'https://github.com/xpladev/xpla',
31
- recommendedVersion: 'v1.7.0-cube',
32
- compatibleVersions: ['v1.7.0-cube'],
31
+ recommendedVersion: 'v1.8.0-rc2',
32
+ compatibleVersions: ['v1.8.0-rc2'],
33
33
  consensus: {
34
34
  type: 'cometbft',
35
- version: 'v0.38.12'
35
+ version: 'v0.38.17'
36
36
  },
37
37
  genesis: {
38
38
  genesisUrl: 'https://github.com/xpladev/testnets/blob/main/cube_47-5/genesis.json'
@@ -40,15 +40,15 @@ const info = {
40
40
  sdk: {
41
41
  type: 'cosmos',
42
42
  repo: 'https://github.com/xpladev/cosmos-sdk',
43
- version: 'v0.50.10',
44
- tag: 'v0.50.10-xpla'
43
+ version: 'v0.53.4',
44
+ tag: 'v0.53.4-xpla'
45
45
  },
46
46
  ibc: {
47
47
  type: 'go',
48
- version: 'v8.4.0'
48
+ version: 'v10.3.0'
49
49
  },
50
50
  cosmwasm: {
51
- version: 'v0.53.2'
51
+ version: 'v0.60.1'
52
52
  }
53
53
  },
54
54
  logoURIs: {
@@ -114,6 +114,7 @@ const _imversed = __importStar(require("./imversed"));
114
114
  const _initia = __importStar(require("./initia"));
115
115
  const _injective = __importStar(require("./injective"));
116
116
  const _int3face = __importStar(require("./int3face"));
117
+ const _intento = __importStar(require("./intento"));
117
118
  const _irisnet = __importStar(require("./irisnet"));
118
119
  const _jackal = __importStar(require("./jackal"));
119
120
  const _joltify = __importStar(require("./joltify"));
@@ -326,6 +327,7 @@ const assetList = [
326
327
  _initia.assetList,
327
328
  _injective.assetList,
328
329
  _int3face.assetList,
330
+ _intento.assetList,
329
331
  _irisnet.assetList,
330
332
  _jackal.assetList,
331
333
  _joltify.assetList,
@@ -939,6 +939,37 @@ const info = {
939
939
  }
940
940
  }]
941
941
  },
942
+ {
943
+ denomUnits: [{
944
+ denom: 'cw20:bbn1p56nwhnh0klnjf9k5ug6nyu84hkee0l2lq8f9kml7zwq9xsrkfcs7ej73n',
945
+ exponent: 0
946
+ }, {
947
+ denom: 'CoBTC',
948
+ exponent: 8
949
+ }],
950
+ base: 'cw20:bbn1p56nwhnh0klnjf9k5ug6nyu84hkee0l2lq8f9kml7zwq9xsrkfcs7ej73n',
951
+ address: 'bbn1p56nwhnh0klnjf9k5ug6nyu84hkee0l2lq8f9kml7zwq9xsrkfcs7ej73n',
952
+ name: 'Coffer Bitcoin',
953
+ display: 'CoBTC',
954
+ symbol: 'CoBTC',
955
+ logoURIs: {
956
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/CoBTC.svg'
957
+ },
958
+ typeAsset: 'cw20',
959
+ traces: [{
960
+ type: 'ibc-bridge',
961
+ provider: 'Union',
962
+ counterparty: {
963
+ chainName: 'binancesmartchain',
964
+ baseDenom: '0x918b3aa73e2D42D96CF64CBdB16838985992dAbc',
965
+ channelId: '1'
966
+ },
967
+ chain: {
968
+ channelId: '5',
969
+ path: '0'
970
+ }
971
+ }]
972
+ },
942
973
  {
943
974
  description: 'MilkyWay\'s liquid staked BABY',
944
975
  denomUnits: [{
package/mainnet/chains.js CHANGED
@@ -114,6 +114,7 @@ const _imversed = __importStar(require("./imversed"));
114
114
  const _initia = __importStar(require("./initia"));
115
115
  const _injective = __importStar(require("./injective"));
116
116
  const _int3face = __importStar(require("./int3face"));
117
+ const _intento = __importStar(require("./intento"));
117
118
  const _irisnet = __importStar(require("./irisnet"));
118
119
  const _jackal = __importStar(require("./jackal"));
119
120
  const _joltify = __importStar(require("./joltify"));
@@ -326,6 +327,7 @@ const chains = [
326
327
  _initia.chain,
327
328
  _injective.chain,
328
329
  _int3face.chain,
330
+ _intento.chain,
329
331
  _irisnet.chain,
330
332
  _jackal.chain,
331
333
  _joltify.chain,
@@ -107,10 +107,6 @@ const info = {
107
107
  address: 'https://rpc.chihuahua.validatus.com',
108
108
  provider: 'Validatus'
109
109
  },
110
- {
111
- address: 'https://chihuahua-rpc.ibs.team',
112
- provider: 'Inter Blockchain Services'
113
- },
114
110
  {
115
111
  address: 'https://chihuahua.rpc.nodeshub.online:443',
116
112
  provider: 'Nodes Hub πŸ›‘οΈ 100% Slash Protected πŸ›‘οΈ | Restake βœ…'
@@ -165,10 +161,6 @@ const info = {
165
161
  address: 'https://api.chihuahua.validatus.com',
166
162
  provider: 'Validatus'
167
163
  },
168
- {
169
- address: 'https://chihuahua-api.ibs.team',
170
- provider: 'Inter Blockchain Services'
171
- },
172
164
  {
173
165
  address: 'https://chihuahua.api.nodeshub.online:443',
174
166
  provider: 'Nodes Hub πŸ›‘οΈ 100% Slash Protected πŸ›‘οΈ | Restake βœ…'
@@ -904,6 +904,49 @@ const info = [
904
904
  }
905
905
  }]
906
906
  },
907
+ {
908
+ $schema: '../ibc_data.schema.json',
909
+ chain1: {
910
+ chainName: 'cosmoshub',
911
+ clientId: '07-tendermint-1436',
912
+ connectionId: 'connection-1175'
913
+ },
914
+ chain2: {
915
+ chainName: 'intento',
916
+ clientId: '07-tendermint-0',
917
+ connectionId: 'connection-0'
918
+ },
919
+ channels: [{
920
+ chain1: {
921
+ channelId: 'channel-1489',
922
+ portId: 'provider'
923
+ },
924
+ chain2: {
925
+ channelId: 'channel-0',
926
+ portId: 'consumer'
927
+ },
928
+ ordering: 'ordered',
929
+ version: 'ics20-1',
930
+ tags: {
931
+ status: 'live'
932
+ }
933
+ }, {
934
+ chain1: {
935
+ channelId: 'channel-1492',
936
+ portId: 'transfer'
937
+ },
938
+ chain2: {
939
+ channelId: 'channel-1',
940
+ portId: 'transfer'
941
+ },
942
+ ordering: 'unordered',
943
+ version: 'ics20-1',
944
+ tags: {
945
+ status: 'live',
946
+ preferred: true
947
+ }
948
+ }]
949
+ },
907
950
  {
908
951
  $schema: '../ibc_data.schema.json',
909
952
  chain1: {
@@ -93,6 +93,7 @@ const _imversed = __importStar(require("./imversed"));
93
93
  const _initia = __importStar(require("./initia"));
94
94
  const _injective = __importStar(require("./injective"));
95
95
  const _int3face = __importStar(require("./int3face"));
96
+ const _intento = __importStar(require("./intento"));
96
97
  const _irisnet = __importStar(require("./irisnet"));
97
98
  const _jackal = __importStar(require("./jackal"));
98
99
  const _joltify = __importStar(require("./joltify"));
@@ -259,6 +260,7 @@ const ibcData = [
259
260
  ..._initia.ibcData,
260
261
  ..._injective.ibcData,
261
262
  ..._int3face.ibcData,
263
+ ..._intento.ibcData,
262
264
  ..._irisnet.ibcData,
263
265
  ..._jackal.ibcData,
264
266
  ..._joltify.ibcData,
@@ -216,6 +216,30 @@ const info = {
216
216
  },
217
217
  typeAsset: 'sdk.coin'
218
218
  },
219
+ {
220
+ description: 'RWA Commercial fishing operation',
221
+ denomUnits: [{
222
+ denom: 'factory/inj1jdt04erw6jdmh6c939u87kldf3mvvmkedsjp3w/OYCI',
223
+ exponent: 0
224
+ }, {
225
+ denom: 'OYCI',
226
+ exponent: 6
227
+ }],
228
+ base: 'factory/inj1jdt04erw6jdmh6c939u87kldf3mvvmkedsjp3w/OYCI',
229
+ name: 'Oyster Cage Initiative',
230
+ display: 'OYCI',
231
+ symbol: 'OYCI',
232
+ logoURIs: {
233
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/oyci.png'
234
+ },
235
+ images: [{
236
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/oyci.png',
237
+ theme: {
238
+ circle: true
239
+ }
240
+ }],
241
+ typeAsset: 'sdk.coin'
242
+ },
219
243
  {
220
244
  description: 'The $WGMI Token - We Gonna Make It. Are you ready?',
221
245
  denomUnits: [{
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../assetlist.schema.json',
5
+ chainName: 'intento',
6
+ assets: [{
7
+ description: 'The native token of INTENTO',
8
+ denomUnits: [{
9
+ denom: 'uinto',
10
+ exponent: 0
11
+ }, {
12
+ denom: 'into',
13
+ exponent: 6
14
+ }],
15
+ base: 'uinto',
16
+ name: 'Intento',
17
+ display: 'into',
18
+ symbol: 'INTO',
19
+ logoURIs: {
20
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
21
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
22
+ },
23
+ images: [{
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
26
+ }],
27
+ typeAsset: 'sdk.coin'
28
+ }]
29
+ };
30
+ 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,64 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../chain.schema.json',
5
+ chainName: 'intento',
6
+ status: 'live',
7
+ networkType: 'mainnet',
8
+ prettyName: 'Intento',
9
+ chainType: 'cosmos',
10
+ chainId: 'intento-1',
11
+ bech32Prefix: 'into',
12
+ daemonName: 'intentod',
13
+ nodeHome: '$HOME/.intento',
14
+ keyAlgos: ['secp256k1'],
15
+ slip44: 118,
16
+ fees: {
17
+ feeTokens: [{
18
+ denom: 'uinto',
19
+ fixedMinGasPrice: 0
20
+ }]
21
+ },
22
+ staking: {
23
+ stakingTokens: [{
24
+ denom: 'uinto'
25
+ }]
26
+ },
27
+ codebase: {
28
+ gitRepo: 'https://github.com/trstlabs/intento',
29
+ recommendedVersion: 'v1.0.1',
30
+ compatibleVersions: ['v1.0.1'],
31
+ consensus: {
32
+ type: 'cometbft',
33
+ version: 'v0.38.17'
34
+ },
35
+ genesis: {
36
+ genesisUrl: 'https://raw.githubusercontent.com/trstlabs/networks/refs/heads/main/mainnet/intento-1/genesis.json'
37
+ },
38
+ sdk: {
39
+ type: 'cosmos',
40
+ version: '0.50.14'
41
+ },
42
+ ibc: {
43
+ type: 'go',
44
+ version: 'v8.7.0'
45
+ }
46
+ },
47
+ apis: {
48
+ rpc: [{
49
+ address: 'https://rpc-mainnet.intento.zone',
50
+ provider: 'Intento'
51
+ }],
52
+ rest: [{
53
+ address: 'https://lcd-mainnet.intento.zone',
54
+ provider: 'Intento'
55
+ }],
56
+ grpc: []
57
+ },
58
+ explorers: [{
59
+ kind: 'PingPub',
60
+ url: 'https://explorer.intento.zone',
61
+ txPage: 'https://explorer.intento.zone/intento-mainnet/tx/${txHash}'
62
+ }]
63
+ };
64
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ import { IBCData } from '@chain-registry/types';
2
+ declare const info: IBCData[];
3
+ export default info;
@@ -0,0 +1,74 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = [{
4
+ $schema: '../ibc_data.schema.json',
5
+ chain1: {
6
+ chainName: 'cosmoshub',
7
+ clientId: '07-tendermint-1436',
8
+ connectionId: 'connection-1175'
9
+ },
10
+ chain2: {
11
+ chainName: 'intento',
12
+ clientId: '07-tendermint-0',
13
+ connectionId: 'connection-0'
14
+ },
15
+ channels: [{
16
+ chain1: {
17
+ channelId: 'channel-1489',
18
+ portId: 'provider'
19
+ },
20
+ chain2: {
21
+ channelId: 'channel-0',
22
+ portId: 'consumer'
23
+ },
24
+ ordering: 'ordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ status: 'live'
28
+ }
29
+ }, {
30
+ chain1: {
31
+ channelId: 'channel-1492',
32
+ portId: 'transfer'
33
+ },
34
+ chain2: {
35
+ channelId: 'channel-1',
36
+ portId: 'transfer'
37
+ },
38
+ ordering: 'unordered',
39
+ version: 'ics20-1',
40
+ tags: {
41
+ status: 'live',
42
+ preferred: true
43
+ }
44
+ }]
45
+ }, {
46
+ $schema: '../ibc_data.schema.json',
47
+ chain1: {
48
+ chainName: 'intento',
49
+ clientId: '07-tendermint-1',
50
+ connectionId: 'connection-1'
51
+ },
52
+ chain2: {
53
+ chainName: 'osmosis',
54
+ clientId: '07-tendermint-3549',
55
+ connectionId: 'connection-10824'
56
+ },
57
+ channels: [{
58
+ chain1: {
59
+ channelId: 'channel-3',
60
+ portId: 'transfer'
61
+ },
62
+ chain2: {
63
+ channelId: 'channel-106076',
64
+ portId: 'transfer'
65
+ },
66
+ ordering: 'unordered',
67
+ version: 'ics20-1',
68
+ tags: {
69
+ status: 'live',
70
+ preferred: true
71
+ }
72
+ }]
73
+ }];
74
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ export declare const assetList: import("@chain-registry/types").AssetList;
2
+ export declare const chain: import("@chain-registry/types").Chain;
3
+ export declare const ibcData: import("@chain-registry/types").IBCData[];
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.ibcData = exports.chain = exports.assetList = void 0;
7
+ const asset_list_1 = __importDefault(require("./asset-list"));
8
+ const chain_1 = __importDefault(require("./chain"));
9
+ const ibc_data_1 = __importDefault(require("./ibc-data"));
10
+ exports.assetList = asset_list_1.default;
11
+ exports.chain = chain_1.default;
12
+ exports.ibcData = ibc_data_1.default;
@@ -70,10 +70,6 @@ const info = {
70
70
  address: 'http://ki-chain.statesync.nodersteam.com:14657',
71
71
  provider: '[NODERS]TEAM'
72
72
  },
73
- {
74
- address: 'https://ki-rpc.ibs.team/',
75
- provider: 'Inter Blockchain Services'
76
- },
77
73
  {
78
74
  address: 'https://rpc.kichain-2.kichain.aviaone.com',
79
75
  provider: 'AVIAONE 🟒'
@@ -112,10 +108,6 @@ const info = {
112
108
  address: 'https://rest.lavenderfive.com:443/kichain',
113
109
  provider: 'Lavender.Five Nodes 🐝'
114
110
  },
115
- {
116
- address: 'https://ki-api.ibs.team/',
117
- provider: 'Inter Blockchain Services'
118
- },
119
111
  {
120
112
  address: 'https://api.kichain-2.kichain.aviaone.com',
121
113
  provider: 'AVIAONE 🟒'
@@ -1214,6 +1214,35 @@ const info = [
1214
1214
  }
1215
1215
  }]
1216
1216
  },
1217
+ {
1218
+ $schema: '../ibc_data.schema.json',
1219
+ chain1: {
1220
+ chainName: 'noble',
1221
+ clientId: '07-tendermint-181',
1222
+ connectionId: 'connection-175'
1223
+ },
1224
+ chain2: {
1225
+ chainName: 'saga',
1226
+ clientId: '07-tendermint-28',
1227
+ connectionId: 'connection-23'
1228
+ },
1229
+ channels: [{
1230
+ chain1: {
1231
+ channelId: 'channel-169',
1232
+ portId: 'transfer'
1233
+ },
1234
+ chain2: {
1235
+ channelId: 'channel-37',
1236
+ portId: 'transfer'
1237
+ },
1238
+ ordering: 'unordered',
1239
+ version: 'ics20-1',
1240
+ tags: {
1241
+ status: 'live',
1242
+ preferred: true
1243
+ }
1244
+ }]
1245
+ },
1217
1246
  {
1218
1247
  $schema: '../ibc_data.schema.json',
1219
1248
  chain1: {
@@ -142,10 +142,6 @@ const info = {
142
142
  {
143
143
  address: 'https://nolus-rpc.publicnode.com:443',
144
144
  provider: 'Allnodes ⚑️ Nodes & Staking'
145
- },
146
- {
147
- address: 'https://nolus-rpc.ibs.team',
148
- provider: 'Inter Blockchain Services'
149
145
  }
150
146
  ],
151
147
  rest: [
@@ -188,10 +184,6 @@ const info = {
188
184
  {
189
185
  address: 'https://nolus-rest.publicnode.com',
190
186
  provider: 'Allnodes ⚑️ Nodes & Staking'
191
- },
192
- {
193
- address: 'https://nolus-api.ibs.team',
194
- provider: 'Inter Blockchain Services'
195
187
  }
196
188
  ],
197
189
  grpc: [
@@ -2143,6 +2143,35 @@ const info = [
2143
2143
  }
2144
2144
  }]
2145
2145
  },
2146
+ {
2147
+ $schema: '../ibc_data.schema.json',
2148
+ chain1: {
2149
+ chainName: 'intento',
2150
+ clientId: '07-tendermint-1',
2151
+ connectionId: 'connection-1'
2152
+ },
2153
+ chain2: {
2154
+ chainName: 'osmosis',
2155
+ clientId: '07-tendermint-3549',
2156
+ connectionId: 'connection-10824'
2157
+ },
2158
+ channels: [{
2159
+ chain1: {
2160
+ channelId: 'channel-3',
2161
+ portId: 'transfer'
2162
+ },
2163
+ chain2: {
2164
+ channelId: 'channel-106076',
2165
+ portId: 'transfer'
2166
+ },
2167
+ ordering: 'unordered',
2168
+ version: 'ics20-1',
2169
+ tags: {
2170
+ status: 'live',
2171
+ preferred: true
2172
+ }
2173
+ }]
2174
+ },
2146
2175
  {
2147
2176
  $schema: '../ibc_data.schema.json',
2148
2177
  chain1: {
@@ -82,10 +82,6 @@ const info = {
82
82
  address: 'https://passage-rpc.polkachu.com',
83
83
  provider: 'Polkachu'
84
84
  },
85
- {
86
- address: 'https://passage-rpc.ibs.team/',
87
- provider: 'Inter Blockchain Services'
88
- },
89
85
  {
90
86
  address: 'https://rpc-passage.d-stake.xyz',
91
87
  provider: 'D-stake'
@@ -148,10 +144,6 @@ const info = {
148
144
  address: 'https://passage-api.polkachu.com',
149
145
  provider: 'Polkachu'
150
146
  },
151
- {
152
- address: 'https://passage-api.ibs.team/',
153
- provider: 'Inter Blockchain Services'
154
- },
155
147
  {
156
148
  address: 'https://api-passage.d-stake.xyz',
157
149
  provider: 'D-stake'
@@ -80,10 +80,6 @@ const info = {
80
80
  address: 'http://quick.rpc.m.stavr.tech:21027',
81
81
  provider: 'πŸ”₯STAVRπŸ”₯'
82
82
  },
83
- {
84
- address: 'https://quicksilver-rpc.ibs.team:443',
85
- provider: 'Inter Blockchain Services'
86
- },
87
83
  {
88
84
  address: 'https://quicksilver.rpc.kjnodes.com',
89
85
  provider: 'kjnodes'