@lifi/data-types 5.28.0-beta.1 → 5.28.0-beta.2

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.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "dependencies": {
5
5
  "@lifi/types": "^16.9.0-beta.2"
6
6
  },
7
- "version": "5.28.0-beta.1",
7
+ "version": "5.28.0-beta.2",
8
8
  "files": [
9
9
  "src",
10
10
  "!src/assets",
@@ -1078,7 +1078,7 @@ exports.supportedEVMChains = [
1078
1078
  symbol: 'ETH',
1079
1079
  decimals: 18,
1080
1080
  },
1081
- rpcUrls: ['http://mainnet.unichain.org/'],
1081
+ rpcUrls: ['https://mainnet.unichain.org'],
1082
1082
  },
1083
1083
  },
1084
1084
  ];
@@ -1130,7 +1130,7 @@ export const supportedEVMChains = [
1130
1130
  symbol: 'ETH',
1131
1131
  decimals: 18,
1132
1132
  },
1133
- rpcUrls: ['http://mainnet.unichain.org/'],
1133
+ rpcUrls: ['https://mainnet.unichain.org'],
1134
1134
  },
1135
1135
  },
1136
1136
  ];
@@ -1223,7 +1223,7 @@ export const supportedEVMChains: EVMChain[] = [
1223
1223
  symbol: 'ETH',
1224
1224
  decimals: 18,
1225
1225
  },
1226
- rpcUrls: ['http://mainnet.unichain.org/'],
1226
+ rpcUrls: ['https://mainnet.unichain.org'],
1227
1227
  },
1228
1228
  },
1229
1229
  ]