remove from const list (#106)

Co-authored-by: Vanessa Mercado <finessevanes@Vanessas-MacBook-Pro.local>
This commit is contained in:
vanes
2023-01-31 07:10:54 -07:00
committed by GitHub
co-authored by Vanessa Mercado
parent cebfc0774b
commit 4c8f9ee4d9
@@ -85,6 +85,5 @@ export const EIP155_SIGNING_METHODS = {
ETH_SIGN_TYPED_DATA: 'eth_signTypedData',
ETH_SIGN_TYPED_DATA_V3: 'eth_signTypedData_v3',
ETH_SIGN_TYPED_DATA_V4: 'eth_signTypedData_v4',
ETH_SEND_RAW_TRANSACTION: 'eth_sendRawTransaction',
ETH_SEND_TRANSACTION: 'eth_sendTransaction'
}