File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Thanks to [ntrotner](https://github.com/ntrotner) and thanks to the hints we hav
8
8
9
9
``` sh
10
10
11
- deno run --location=http://localhost --allow-all https://deno.land/x/web3/usage-examples/get-balance.ts https://mainnet.infura.io/v3/< your-project-id>
11
+ deno run --location=http://localhost --allow-all --reload https://deno.land/x/web3/usage-examples/get-balance.ts https://mainnet.infura.io/v3/< your-project-id>
12
12
13
13
```
14
14
@@ -31,7 +31,7 @@ console.log(`the balance is ${balance} wei`)
31
31
32
32
``` sh
33
33
34
- deno run --location=http://localhost --allow-all https://deno.land/x/web3/usage-examples/get-transaction.ts https://mainnet.infura.io/v3/< your-project-id>
34
+ deno run --location=http://localhost --allow-all --reload https://deno.land/x/web3/usage-examples/get-transaction.ts https://mainnet.infura.io/v3/< your-project-id>
35
35
36
36
```
37
37
@@ -56,7 +56,7 @@ console.log(transaction)
56
56
57
57
``` sh
58
58
59
- deno run --location=http://localhost --allow-all https://deno.land/x/web3/usage-examples/create-account.ts https://mainnet.infura.io/v3/< your-project-id>
59
+ deno run --location=http://localhost --allow-all --reload https://deno.land/x/web3/usage-examples/create-account.ts https://mainnet.infura.io/v3/< your-project-id>
60
60
61
61
```
62
62
You can’t perform that action at this time.
0 commit comments