Skip to content

Commit

Permalink
Merge pull request #193 from balancer/hf/errors
Browse files Browse the repository at this point in the history
Hf/errors
  • Loading branch information
franzns authored Mar 11, 2024
2 parents 79c6b3d + 3f03e6c commit 159666f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions modules/network/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,13 @@ export const data: NetworkData = {
eFRAX: { address: '0x5484451a88a35cd0878a1be177435ca8a0e4054e' },
},
},
gearbox: {
sourceUrl: 'https://mainnet.gearbox.foundation/api/pools',
tokens: {
dDAI: { address: '0x6cfaf95457d7688022fc53e7abe052ef8dfbbdba' },
dUSDC: { address: '0xc411db5f5eb3f7d552f9b8454b2d74097ccde6e3' },
},
},
// gearbox: {
// sourceUrl: 'https://mainnet.gearbox.foundation/api/pools',
// tokens: {
// dDAI: { address: '0x6cfaf95457d7688022fc53e7abe052ef8dfbbdba' },
// dUSDC: { address: '0xc411db5f5eb3f7d552f9b8454b2d74097ccde6e3' },
// },
// },
idle: {
sourceUrl: 'https://api.idle.finance/junior-rates/',
authorizationHeader:
Expand Down
2 changes: 1 addition & 1 deletion modules/network/sepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const sepoliaNetworkConfig: NetworkConfig = {
interval: every(20, 'minutes'),
},
{
name: 'supdate-swaps-volume-and-fees-v3',
name: 'update-swaps-volume-and-fees-v3',
interval: every(20, 'minutes'),
},
{
Expand Down

0 comments on commit 159666f

Please sign in to comment.