Skip to content

Commit 4a7951b

Browse files
committed
feat: add Usdfc to wagmi config
1 parent 6ddbac3 commit 4a7951b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/synapse-sdk/wagmi.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ const config = defineConfig(() => {
4646
314159: '0x0000000000000000000000000000000000000000' as Address,
4747
},
4848
},
49+
{
50+
name: 'Usdfc',
51+
address: {
52+
314: '0x80B98d3aa09ffff255c3ba4A241111Ff1262F045' as Address,
53+
314159: '0xb3042734b608a1B16e9e86B374A3f3e389B4cDf0' as Address,
54+
},
55+
},
4956
]
5057

5158
return [

0 commit comments

Comments
 (0)