Skip to content

Commit ef0ca6f

Browse files
committed
Fix abstract RPC URL
1 parent 5dceece commit ef0ca6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ethereum/info/abstractInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const networkInfo: EthereumNetworkInfo = {
4747
networkAdapterConfigs: [
4848
{
4949
type: 'rpc',
50-
servers: ['https://api.mainnet.abs.xyz ']
50+
servers: ['https://api.mainnet.abs.xyz']
5151
},
5252
{
5353
type: 'evmscan',

0 commit comments

Comments
 (0)