You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`srcChain`: The blockchain network from which the aUSDC will be transferred. Valid values are Moonbeam, Avalanche, Fantom, Ethereum, and Polygon. Default value is Polygon
35
+
-`destChain`: The blockchain network to which the aUSDC will be transferred. Valid values are Moonbeam, Avalanche, Fantom, Ethereum, and Polygon. Default value is Avalanche.
36
+
-`amount`: The amount of aUSDC to be transferred and distributed among the specified accounts. Default value is 10.
37
+
-`account`: The address of the first account to receive aUSDC.
38
+
-`account2`: The address of the second account to receive aUSDC, and so on.
39
+
40
+
## Example
41
+
42
+
```bash
43
+
npm run deploy evm/call-contract-with-token-express local
44
+
npm run execute evm/call-contract-with-token-express local"Polygon""Avalanche" 100 0xBa86A5719722B02a5D5e388999C25f3333c7A9fb
45
+
```
46
+
47
+
### Output:
48
+
49
+
```
50
+
--- Initially ---
51
+
0xBa86A5719722B02a5D5e388999C25f3333c7A9fb has 100 aUSDC
52
+
--- After ---
53
+
0xBa86A5719722B02a5D5e388999C25f3333c7A9fb has 199 aUSDC
0 commit comments