Francel AMAMOO
Francel AMAMOO
installed [email protected] installed @safe-global/[email protected] installed @safe-global/[email protected] installed @safe-global/[email protected] installed [email protected]
`import { ethers } from 'ethers' import Safe, { EthersAdapter, SafeFactory, SafeAccountConfig } from '@safe-global/protocol-kit' import SafeApiKit from '@safe-global/api-kit' import { MetaTransactionData } from '@safe-global/safe-core-sdk-types' export class SafeProtocolKitService { static...
OK, I see. When I re-try, I got the balance below. balance 1000000000000000n This balance is the balance of predictedSafeAddress ? chainId is : 11155111. I will send some ether...
I successfully send some test ether to the predictedSafeAddress and when I check balance, I got : balance 1000000000000000n . It seem not show the exact balance of predictedSafeAddress. https://sepolia.etherscan.io/tx/0xb945107d95c5dc1b7d007486b62e429e729f3e06d5fd5573f226709305393265
@yusukebe add this to the bench : https://github.com/nhttp/nhttp
HI, just a command to run in the terminal that generates the base folder structure and a main file that helps me start writing code quickly. A bit like the...
other simple tools ?
Hi @lroal , what do your think about this migration tool (https://github.com/shahriarKabir44/migratify) for mysql ?
Hi @Gabriel-Mbugua what did you do in the end? Did it finally work or did you find a solution?
here is the code for my Navbar component. ` import { withHydrate } from "hydrate"; import { type FC, type JSX, useState } from "react"; type UserIsAuthenticatedType = boolean; const...