Skip to content

Commit

Permalink
add base safe tx service
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed May 2, 2024
1 parent dfef4ac commit bcc762c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension/src/safe/kits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const TX_SERVICE_URL: Record<ChainId, string | undefined> = {
[100]: 'https://safe-transaction-gnosis-chain.safe.global',
[137]: 'https://safe-transaction-polygon.safe.global',
[246]: 'https://safe-transaction-ewc.safe.global',
[8453]: 'https://safe-transaction-base.safe.global',
[42161]: 'https://safe-transaction-arbitrum.safe.global',
[42220]: undefined, // not available
[73799]: 'https://safe-transaction-volta.safe.global',
Expand Down

0 comments on commit bcc762c

Please sign in to comment.