Skip to content

Commit

Permalink
chore(api-kit): Add Base Sepolia support (safe-global#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv authored Feb 26, 2024
1 parent b295572 commit d2150c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-kit/src/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const TRANSACTION_SERVICE_URLS: Record<string, string> = {
'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',
'84532': 'https://safe-transaction-base-sepolia.safe.global',
'11155111': 'https://safe-transaction-sepolia.safe.global',
'1313161554': 'https://safe-transaction-aurora.safe.global'
}

0 comments on commit d2150c8

Please sign in to comment.