Skip to content

Commit

Permalink
Add Base Sepolia configuration for prices provider (#1072)
Browse files Browse the repository at this point in the history
This adds the missing configuration for Base Sepolia to our prices provider configuration.

---

* Add Base Sepolia configuration for prices provider

* Revert test value
  • Loading branch information
iamacook authored Jan 26, 2024
1 parent 440bb89 commit e0eb7ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/config/entities/__tests__/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ export default (): ReturnType<typeof configuration> => ({
nativeCoin: faker.string.sample(),
chainName: faker.string.sample(),
},
84532: {
nativeCoin: faker.string.sample(),
chainName: faker.string.sample(),
},
},
},
redis: {
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 @@ -116,6 +116,7 @@ export default () => ({
56: { nativeCoin: 'binancecoin', chainName: 'binance-smart-chain' },
8453: { nativeCoin: 'ethereum', chainName: 'base' },
84531: { nativeCoin: 'ethereum', chainName: 'base' },
84532: { nativeCoin: 'ethereum', chainName: 'base' },
},
},
redis: {
Expand Down

0 comments on commit e0eb7ac

Please sign in to comment.