Releases: etherspot/etherspot-prime-sdk
Releases · etherspot/etherspot-prime-sdk
1.1.6: Paymaster_Bug_Fixes (#22)
* Paymaster_Bug_Fixes * updated package version
1.1.5
Fixed openurl package issue (#21)
1.1.4: Paymaster Updates (#15)
* enabled the use of paymaster * updated package version
1.1.3: Merge pull request #20 from etherspot/mantle
Get gas prices from estimation endpoint
1.1.2: PRO - 1694 - OnRamper Integration (#17)
* added onRamper * updated version
1.1.1: Merge pull request #16 from etherspot/skandha_getGasPrice
skandha_getGasPrice Endpoint
1.1.0
[1.1.0] - 2023-07-14
New
- Added Mantle Mainnet config as supported networks
Breaking Changes
- Changed the wallet factory address so the smart wallet address will generate a new address. Whoever wishes to access the old wallet should use version 1.0.3 to connect to the old smart wallet
- Renamed sign method to estimate and get the return object as UserOps without signature
- Now signing the UserOps is moved into send method so provider would be requested to sign only while calling send method
- getUserOpsReceipt returns the whole object with UserOpsReceipt with transaction Receipt as compared to previously returned transaction hash
- getUserOpsReceipt only returns if the transaction is included into the block on-chain and would give results only for 15k blocks from the latest block number
1.0.3: Merge pull request #12 from etherspot/fix/fuse-bundler-config
Add Fuse and ArbitrumGoerli bundler url and fix transfer example
1.0.2: Merge pull request #11 from etherspot/Supported_Network_Updates
Added Supported Networks
1.0.1 - Add supported networks
Added Arbitrum, Optimism, Polygon, Goerli, BaseGoerli and Sepolia 🚀