forked from safe-global/safe-smart-account
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(auth-kit): Reduce bundle size
- Loading branch information
Showing
32 changed files
with
289 additions
and
2,441 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
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
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,14 @@ | ||
export const TRANSACTION_SERVICE_URLS: Record<number, string> = { | ||
1: 'https://safe-transaction-mainnet.safe.global', | ||
5: 'https://safe-transaction-goerli.safe.global', | ||
10: 'https://safe-transaction-optimism.safe.global', | ||
56: 'https://safe-transaction-bsc.safe.global', | ||
100: 'https://safe-transaction-gnosis-chain.safe.global', | ||
137: 'https://safe-transaction-polygon.safe.global', | ||
8453: 'https://safe-transaction-base.safe.global', | ||
42161: 'https://safe-transaction-arbitrum.safe.global', | ||
42220: 'https://safe-transaction-celo.safe.global', | ||
43114: 'https://safe-transaction-avalanche.safe.global', | ||
84531: 'https://safe-transaction-base-testnet.safe.global', | ||
1313161554: 'https://safe-transaction-aurora.safe.global' | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.