{chainName:"Ethereum Mainnet",chainId:"0x1",rpcUrls:["https://mainnet.infura.io/v3/your-infura-project-id"],};// Initialize the EIP-1193 Provider with your configurationconstprovider=awaitcreateEIP1193Provider({walletId,organizationId,turnkeyClient,chains:[chain,// Add more chains as needed]...
Experimentaleip1193Bridgeimplementation with support for Ethers V6 and (maybe) V5. This package provides an adapter to help legacy Ethereum providers conform to the newer EIP-1193 standard. Installation yarn add eip1193bridge or npm install eip1193bridge Usage import { Eip1193Bridge } from 'eip11...
@turnkey/eip-1193-provider EIP-1193 Provider for Turnkey. Turnkey EIP-1193 Ethereum Ethereum Provider moe-dev• 3.3.0 • 11 days ago • 0 dependents • Apache-2.0published version 3.3.0, 11 days ago0 dependents licensed under $Apache-2.0 438 ...
sxzz / eip1193-types Public Sponsor Notifications Fork 2 Star 7 Releases v0.2.2 v0.2.2 Latest Latest Compare github-actions released this 28 Nov 12:20 v0.2.2 93ed7e3 No significant changes View changes on GitHub Assets 2 Source code (zip) 2024-11-28T12:20:10Z Source...
2 changes: 2 additions & 0 deletions 2 src.ts/providers/provider-browser.ts Original file line numberDiff line numberDiff line change @@ -49,6 +49,8 @@ export class BrowserProvider extends JsonRpcApiPollingProvider { * %%network%%. */ constructor(ethereum: Eip1193Provider, network?: Netw...
a free (libre) open source, mobile OS for Ethereum - [#10414] Implement support for latest version of eip-1193 · status-im/status-mobile@c3c52f2
a free (libre) open source, mobile OS for Ethereum - [#10414] Implement support for latest version of eip-1193 · status-im/status-mobile@f55a4a0
// TODO : according to https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1193.md#examples // TODO : we need to return data.result.result here, but for some reason some dapps (uniswap) // TODO : expects jsonrpc callback.resolve(data.result); else if (callback.results) { callba...