Skip to content

Commit

Permalink
Add API for swaps on Base (#2177)
Browse files Browse the repository at this point in the history
Adds API URL for Base swap decoding:

- Add `swaps.api[8453]` configuration value
  • Loading branch information
iamacook authored Dec 6, 2024
1 parent 530e230 commit 44c97b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/config/entities/__tests__/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ export default (): ReturnType<typeof configuration> => ({
api: {
1: faker.internet.url({ appendSlash: false }),
100: faker.internet.url({ appendSlash: false }),
8453: faker.internet.url({ appendSlash: false }),
42161: faker.internet.url({ appendSlash: false }),
11155111: faker.internet.url({ appendSlash: false }),
},
Expand Down
1 change: 1 addition & 0 deletions src/config/entities/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ export default () => ({
api: {
1: 'https://api.cow.fi/mainnet',
100: 'https://api.cow.fi/xdai',
8453: 'https://api.cow.fi/base',
42161: 'https://api.cow.fi/arbitrum_one',
11155111: 'https://api.cow.fi/sepolia',
},
Expand Down

0 comments on commit 44c97b4

Please sign in to comment.