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
Copy file name to clipboardExpand all lines: CODE_OF_CONDUCT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
34
34
35
35
## Enforcement
36
36
37
-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected] or [email protected]. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
37
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
38
38
39
39
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other project leadership members.
calls: [{ to: "0x...", value: 1n, gasLimit: 100000n }],
49
52
chainId: base.id
50
53
}],
51
-
feeToken: toFeeToken({
52
-
mcToken: mcUSDC,
54
+
feeToken: {
55
+
address: mcUSDC.addressOn(base.id),
53
56
chainId: base.id
54
-
})
57
+
}
55
58
})
56
59
57
60
// Execute the quote and get back a transaction hash
@@ -75,7 +78,7 @@ bun install --frozen-lockfile
75
78
**Funding test accounts:**
76
79
77
80
```bash
78
-
# Fund test PRIVATE_KEY account with native tokens and USDC
81
+
# Fund test nexus accounts with native tokens and USDC, using a funded PRIVATE_KEY master account
79
82
bun run fund:nexus
80
83
```
81
84
@@ -84,20 +87,19 @@ bun run fund:nexus
84
87
# Run all tests
85
88
bun run test
86
89
87
-
# Run tests for a specific subset of tests (by test description)
88
-
bun run test -t=mee
89
-
90
+
# Run tests in watch mode for a specific subset of tests (by test description)
91
+
bun run test:watch -t=mee
90
92
```
91
93
92
94
For detailed information about the testing framework, network configurations, and debugging guidelines, please refer to our [Testing Documentation](./src/test/README.md).
93
95
94
-
## Documentation and Resources
96
+
## π Documentation and Resources
95
97
96
98
For a comprehensive understanding of our project and to contribute effectively, please refer to the following resources:
0 commit comments