Skip to content

Commit

Permalink
Merge branch 'master' into feat/bridge-action-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 committed Oct 2, 2024
2 parents 4e24dd1 + fa61c35 commit 2006e06
Show file tree
Hide file tree
Showing 116 changed files with 8,664 additions and 156 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"linked": [],
"access": "public",
"updateInternalDependencies": "patch",
"ignore": ["@acme/docs"]
"ignore": ["@across-toolkit/example"]
}
100 changes: 100 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report-🐛.md
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 -->

---
Binary file added .github/across-logo-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/across-logo-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2006e06

Please sign in to comment.