File tree Expand file tree Collapse file tree 4 files changed +181
-301
lines changed Expand file tree Collapse file tree 4 files changed +181
-301
lines changed Original file line number Diff line number Diff line change 1- v10.17 .0
1+ v14.0 .0
Original file line number Diff line number Diff line change 88 "@material-ui/core" : " ^4.11.2" ,
99 "@material-ui/icons" : " ^4.11.2" ,
1010 "@project-serum/anchor" : " ^0.7.0" ,
11- "@project-serum/serum" : " ^0.13.24 " ,
11+ "@project-serum/serum" : " ^0.13.25 " ,
1212 "@solana/spl-token-registry" : " ^0.2.273" ,
13- "@solana/web3.js" : " 1.12 .0" ,
13+ "@solana/web3.js" : " 1.32 .0" ,
1414 "@testing-library/jest-dom" : " ^5.11.6" ,
1515 "@testing-library/react" : " ^11.2.2" ,
1616 "@testing-library/user-event" : " ^12.6.0" ,
Original file line number Diff line number Diff line change @@ -41,9 +41,10 @@ export function ConnectionProvider({ children }) {
4141 ? // multi connection only for mainnet
4242 new MultiEndpointsConnection (
4343 [
44- { url : 'https://api-cryptocurrencies-ai.rpcpool.com' , RPS : 20 } ,
44+ { url : 'https://frontend-solana-api-1.aldrin.com' , RPS : 20 } ,
45+ // { url: 'https://api-cryptocurrencies-ai.rpcpool.com', RPS: 20 },
4546 // { url: 'https://mango.rpcpool.com/', RPS: 10 },
46- { url : 'https://solana-api.projectserum.com' , RPS : 2 } ,
47+ // { url: 'https://solana-api.projectserum.com', RPS: 2 },
4748 // { url: 'https://api.mainnet-beta.solana.com', RPS: 4 },
4849 // { url: 'https://raydium.rpcpool.com/', RPS: 10 },
4950 // { url: 'https://orca.rpcpool.com/', RPS: 10 },
You can’t perform that action at this time.
0 commit comments