backend config fix

This commit is contained in:
tim
2024-10-19 15:14:55 -04:00
parent a1c2590d5d
commit 06a87d5a73

View File

@@ -1,4 +1,4 @@
metadata = '' # this setting approves no tokens
account = '${accounts.gas}'
rpc_url = '${rpc_urls.arbsep_alchemy}'
ws_url = '${rpc_urls.arbsep_alchemy_ws}'
rpc_url = '${rpc_urls.arbitrum_alchemy}'
ws_url = '${rpc_urls.arbitrum_alchemy_ws}'