mirror of
https://github.com/Instadapp/avocado-integration.git
synced 2024-07-29 22:17:01 +00:00
Update README.md
This commit is contained in:
parent
943b3d1e06
commit
8f3f29c708
|
@ -73,7 +73,7 @@ const provider = new ethers.providers.Web3Provider(window.ethereum, "any")
|
||||||
const safe = createSafe( provider.getSigner() )
|
const safe = createSafe( provider.getSigner() )
|
||||||
|
|
||||||
// Sending 0.1 ETH to Vitalk
|
// Sending 0.1 ETH to Vitalk
|
||||||
cosnt tx = await safe.sendTransaction({
|
const tx = await safe.sendTransaction({
|
||||||
to: "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",
|
to: "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",
|
||||||
value: 1e18,
|
value: 1e18,
|
||||||
chainId: 1
|
chainId: 1
|
||||||
|
@ -95,7 +95,7 @@ const safe = createSafe( provider.getSigner() )
|
||||||
const referralAddress = "0x_____" // Default: "0x000000000000000000000000000000000000Cad0" // If Source address is passed, then 10% of the transaction fee shared with referral address.
|
const referralAddress = "0x_____" // Default: "0x000000000000000000000000000000000000Cad0" // If Source address is passed, then 10% of the transaction fee shared with referral address.
|
||||||
|
|
||||||
// Sending 0.1 ETH to Vitalk
|
// Sending 0.1 ETH to Vitalk
|
||||||
cosnt tx = await safe.sendTransaction({
|
const tx = await safe.sendTransaction({
|
||||||
to: "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",
|
to: "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",
|
||||||
value: 1e18,
|
value: 1e18,
|
||||||
chainId: 1
|
chainId: 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user