Skip to content

Commit

Permalink
fix: use kiln’s production widget url
Browse files Browse the repository at this point in the history
  • Loading branch information
compojoom committed Sep 13, 2024
1 parent 0953460 commit 6eb82ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/stake/components/StakingWidget/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import AppFrame from '@/components/safe-apps/AppFrame'
import { getEmptySafeApp } from '@/components/safe-apps/utils'

const widgetAppData = {
url: 'https://safe.widget.testnet.kiln.fi/earn',
url: 'https://safe.widget.kiln.fi/earn',
name: 'Stake',
iconUrl: '/images/common/stake.svg',
chainIds: ['17000', '11155111', '1', '42161', '137', '56', '8453', '10'],
Expand Down

0 comments on commit 6eb82ac

Please sign in to comment.