Request functions
await Wallet.request({ method: 'eth_requestAccounts' });
💰
↗️
{ "types": { "EIP712Domain": [{ "name": "name", "type": "string" }, { "name": "version", "type": "string" }, { "name": "verifyingContract", "type": "address" }, { "name": "salt", "type": "bytes32" }], "ERC20ForwardRequest": [{ "name": "from", "type": "address" }, { "name": "to", "type": "address" }, { "name": "token", "type": "address" }, { "name": "txGas", "type": "uint256" }, { "name": "tokenGasPrice", "type": "uint256" }, { "name": "batchId", "type": "uint256" }, { "name": "batchNonce", "type": "uint256" }, { "name": "deadline", "type": "uint256" }, { "name": "data", "type": "bytes" }] }, "domain": { "name": "Biconomy Forwarder", "version": "1", "verifyingContract": "0x9399BB24DBB5C4b782C70c2969F58716Ebbd6a3b", "salt": "0x0000000000000000000000000000000000000000000000000000000000013881" }, "primaryType": "ERC20ForwardRequest", "message": { "from": "0x64294A144ebA470764FF7dFC17369e4B05fCb005", "to": "0x0a48819d012cfb877630771c02fe859428820000", "token": "0x276e11D3F2e221A02C44E5919410B1C635e536bc", "txGas": 51930, "tokenGasPrice": "0", "batchId": 0, "batchNonce": 0, "deadline": 1661256232, "data": "0x23b872dd00000000000000000000000064294a144eba470764ff7dfc17369e4b05fcb00500000000000000000000000097de685daec47a139c9078cf99657ce688672ebe000000000000000000000000000000000000000000000000000009184e72a000" }}
💬
{"chainId":"80001","gasLimit":"0x61a8","maxPriorityFeePerGas":"1000000000","maxFeePerGas":"0x23cfb4e42314","to":"0xe6b8a5CF854791412c1f6EFC7CAf629f5Df1c747","data":"0xa9059cbb0000000000000000000000000a48819d012cfb877630771c02fe8594288200000000000000000000000000000000000000000000000000000000000000002710"}
Gryfyn wallet function
await Wallet.gryfyn_connect();