Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
fix: doc on LIT_RPC
  • Loading branch information
Ansonhkg committed Jul 11, 2024
commit f615185d8e7f5f888cbf369f683cbfd9ba93bfa6
4 changes: 2 additions & 2 deletions packages/constants/src/lib/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -679,13 +679,13 @@ export const LIT_RPC = {
CHRONICLE: 'https://chain-rpc.litprotocol.com/http',

/**
* Vesuvius RPC endpoint - used for >= Datil-dev, Datil-test
* Chronicle Vesuvius RPC endpoint - used for >= Datil-dev, Datil-test
* @deprecated Will be removed in version 7.x. - Use CHRONICLE_VESUVIUS instead
*/
VESUVIUS: 'https://vesuvius-rpc.litprotocol.com',

/**
* Vesuvius RPC endpoint - used for >= Datil-dev, Datil-test
* Chronicle Vesuvius RPC endpoint - used for >= Datil-dev, Datil-test
*/
CHRONICLE_VESUVIUS: 'https://vesuvius-rpc.litprotocol.com',
} as const;
Expand Down