Aaron Cook
Aaron Cook
## Summary Resolves #1977 This enables and applied the [`consistent-type-imports`](https://typescript-eslint.io/rules/consistent-type-imports/) ESLint rule. ## Changes - Enable rule to error. - Apply rule across codebase.
## Summary Resolves #1974 In order to make the beacon chain explorer URL dynamic for clients, a new `beaconChainExplorerUriTemplate` property has been [added to the Config Service](https://github.com/safe-global/safe-config-service/pull/1241). This validates and...
### Description In general, we have a pattern whereby we don't expose external packages beyond the datasource layer. This not only allows interchanability, but also consistent error handling. Due to...
## Summary Resolves #1927 Currently, the `/transaction-confirmation` returns a `TransactionInfo`-like entity for the client to render details about swaps and TWAPs. We equally have the `/preview` endpoint that returns a...
### Description We intend to [return a value for the Beacon Chain explorer on the Config Service](https://github.com/safe-global/safe-config-service/issues/1240) so clients need not use a [hardcoded value per chain](https://github.com/safe-global/safe-wallet-web/blob/b3f83977131f8edb1806bd60e1e33cfad5385a45/src/features/stake/components/StakingTxExitDetails/index.tsx#L44). This then needs...
## Summary We currently support relaying on Gnosis Chain, Arbitrum and Sepolia. This adds further configuration for: Optimism, BNB, Polygon, Polygon zkEVM, Base, Avalanche, Linea and Blast. ## Changes -...
## Summary This increases the relay rate limit TTL fallback value to 24 hours. ## Changes - Change `relay.ttlSeconds` value to `60 * 60 * 24`
### Description In general, we decode/map swap transfers before "standard" ones. An inherent check for whether a transfer is swap related is [checking whether the transaction interacts with the settlment...
### Description We have `TransactionInfo` mappers for the transaction queue/history, built upon multiple Transaction Service endpoint responses. They map a multitude of Safe transaction types, e.g. various settings changes, swaps,...