Skip to content

Commit

Permalink
fix: rpc url
Browse files Browse the repository at this point in the history
  • Loading branch information
supercoolx committed Jan 15, 2025
1 parent b971b1b commit ad1fd50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/constants/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ export const rpcMap = {
[ChainId.LAYERX]: 'https://rpc.xlayer.tech',
[ChainId.ETHEREUM]: 'https://eth.llamarpc.com',
[ChainId.MINATO]: 'https://rpc.minato.soneium.org',
[ChainId.SONEIUM]:
'https://soneium.rpc.scs.startale.com/?apikey=Gm30NrXojQPJ7Dd4XalGZX5hqcPiKNfg',
[ChainId.SONEIUM]: 'https://rpc.soneium.org',
};

class AppJsonRpcProvider extends StaticJsonRpcProvider {
Expand Down

0 comments on commit ad1fd50

Please sign in to comment.