Skip to content

Commit

Permalink
fix: sbtc contract v2
Browse files Browse the repository at this point in the history
  • Loading branch information
fbwoolf committed Dec 24, 2024
1 parent b9382cb commit 53adf67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/use-enroll-transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const sbtcEnrollContractMap: Record<StacksNetworkName, EnrollContractIdenfier> =
},
mainnet: {
contractAddress: 'SP804CDG3KBN9M6E00AD744K8DC697G7HBCG520Q',
contractName: 'sbtc-yield-rewards',
contractName: 'sbtc-yield-rewards-v2',
},
mocknet: {} as EnrollContractIdenfier,
};
Expand Down

0 comments on commit 53adf67

Please sign in to comment.