We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576b4e7 commit 63a6af2Copy full SHA for 63a6af2
environment.ts
@@ -241,8 +241,26 @@ const getEnvironment = async (): Promise<Environment> => {
241
CHAINS: [
242
ethereumMainnet,
243
ethereumSepolia,
244
- bscTestnet,
245
- bsc,
+ {
+ ...bsc,
246
+ rpcUrls: {
247
+ ...bsc.rpcUrls,
248
+ alchemy: {
249
+ http: ['https://bnb-mainnet.g.alchemy.com/v2'],
250
+ webSocket: ['wss://bnb-mainnet.g.alchemy.com/v2'],
251
+ },
252
253
254
255
+ ...bscTestnet,
256
257
+ ...bscTestnet.rpcUrls,
258
259
+ http: ['https://bnb-testnet.g.alchemy.com/v2'],
260
+ webSocket: ['wss://bnb-testnet.g.alchemy.com/v2'],
261
262
263
264
polygon,
265
{
266
id: 80_002,
0 commit comments