Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
oktapodia committed Jan 17, 2025
1 parent e49ff9c commit b76cf15
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/components/ZapWidget/ZapWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,12 @@ export function ZapWidget({
allow: ['relay', 'across', 'stargateV2', 'stargate', 'symbiosis'],
},
tokens: {
deny: [{
address: '0x05D032ac25d322df992303dCa074EE7392C117b9',
chainId: 1135,
}]
deny: [
{
address: '0x05D032ac25d322df992303dCa074EE7392C117b9',
chainId: 1135,
},
],
},
apiKey: process.env.NEXT_PUBLIC_LIFI_API_KEY,
sdkConfig: {
Expand Down

0 comments on commit b76cf15

Please sign in to comment.