fix: Replay transactions that can be finalized (#9969)
* fix: Replay transactions that can be finalized
comments
Update packages/sdk/src/cross-chain-messenger.ts
feat: Add test
remove stale changeset
fix: remove the stale goerli tests
fix: run pnpm nx build instead of pnpm build
dpeend on pnpm monorepo instead of nx building
wrong ports
http not https
fix: sepolia chain ids
debugging why it's broke
linter: rip
rekick the tests with env variables set to sepolia op rather than mainnet op
fix: Update to a withdrawal that should actually work
fix:test
* speed up ci by installing wait-on
* clean up
* fix: Test running only 1 at a time
---------
Co-authored-by:
Will Cory <willcory@Wills-MacBook-Pro.local>
Showing
| ... | ... | @@ -70,12 +70,13 @@ |
| "lint-staged": "15.2.0", | ||
| "mocha": "^10.2.0", | ||
| "nx": "18.1.2", | ||
| "nx-cloud": "latest", | ||
| "nyc": "^15.1.0", | ||
| "prettier": "^2.8.0", | ||
| "rimraf": "^5.0.5", | ||
| "ts-mocha": "^10.0.0", | ||
| "typescript": "^5.3.3", | ||
| "nx-cloud": "latest" | ||
| "wait-on": "^7.2.0" | ||
| }, | ||
| "dependencies": { | ||
| "@changesets/cli": "^2.27.1" | ||
| ... | ... |
Please register or sign in to comment