-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feat/bridge-action-ui
- Loading branch information
Showing
116 changed files
with
8,664 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
--- | ||
name: "Bug report \U0001F41B" | ||
about: | ||
Thank you for reporting an issue with the Across Integrator SDK. To help us | ||
address your problem efficiently, please fill out the following details. | ||
title: "" | ||
labels: bug | ||
assignees: "" | ||
--- | ||
|
||
## Summary | ||
|
||
<!-- Provide a clear and concise description of the issue --> | ||
|
||
## Environment Details | ||
|
||
- **Across Integrator SDK version**: <!-- e.g., 2.1.0 --> | ||
- **Node.js version**: <!-- e.g., v16.13.0 --> | ||
- **Package manager and version**: <!-- e.g., npm 8.1.0, yarn 1.22.17 --> | ||
- **Operating System**: <!-- e.g., Windows 10, macOS Monterey 12.0.1, Ubuntu 20.04 --> | ||
- **Frontend framework and version**: <!-- e.g., React 17.0.2, Vue 3.2.21, Next 14 --> | ||
- **Browser and version**: <!-- If applicable, e.g., Chrome 95.0.4638.69, Firefox 94.0.1 --> | ||
- **Other relevant dependencies**: <!-- List any other libraries or frameworks involved --> | ||
|
||
## Integration Details | ||
|
||
- **Functionality Affected**: | ||
|
||
- [ ] Getting a quote | ||
- [ ] Executing a quote | ||
- [ ] Tracking bridge progress | ||
- [ ] Lower-level utilities | ||
- [ ] Other (please specify): <!-- Describe if other functionality is affected --> | ||
|
||
- **Network Environment**: | ||
- [ ] Mainnet | ||
- [ ] Testnet | ||
|
||
## Steps to Reproduce | ||
|
||
<!-- Provide a detailed step-by-step guide to reproduce the issue --> | ||
|
||
1. <!-- Step 1: e.g., "Initialized the SDK with specific parameters" --> | ||
2. <!-- Step 2: e.g., "Called the getQuote function with X parameters" --> | ||
3. <!-- Step 3: e.g., "Observed an error message Y" --> | ||
|
||
## Expected Behavior | ||
|
||
<!-- Describe what you expected to happen --> | ||
|
||
## Actual Behavior | ||
|
||
<!-- Describe what actually happened, including any error messages or stack traces --> | ||
|
||
## Is This a Regression? | ||
|
||
- [ ] Yes | ||
- [ ] No | ||
- [ ] Not Sure | ||
|
||
## Code Snippets (optional) | ||
|
||
<!-- Provide relevant code snippets that can help us understand and reproduce the issue --> | ||
|
||
```ts | ||
const client = AcrossClient.create({ | ||
chains, | ||
useTestnet: false, | ||
integratorId: "TEST", | ||
logLevel: "DEBUG", | ||
walletClient, | ||
tenderly: { | ||
accessKey: process.env.TENDERLY_ACCESS_KEY!, | ||
accountSlug: process.env.TENDERLY_ACCOUNT_SLUG!, | ||
projectSlug: process.env.TENDERLY_PROJECT_SLUG!, | ||
}, | ||
}); | ||
|
||
const routeInfo = await client.getAvailableRoutes({ | ||
originChainId: 10, | ||
destinationChainId: 1, | ||
originToken: "0x123123", | ||
}); | ||
``` | ||
|
||
## Logs / Error Messages (optional) | ||
|
||
<!-- Include any relevant logs or error messages --> | ||
|
||
## Screenshots (optional) | ||
|
||
<!-- If applicable, add screenshots to help explain your problem --> | ||
|
||
<!-- If yes, specify the last version where the issue did not occur --> | ||
|
||
## Additional Context (optional) | ||
|
||
<!-- Add any other information that might be relevant, such as recent changes to your environment, stack traces, or links to related issues --> | ||
|
||
--- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.