Skip to content

Commit

Permalink
Remove hardcoded address
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Jan 21, 2025
1 parent 6461849 commit e65aeed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/reown_appkit/lib/modal/pages/send_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ class _SendPageState extends State<SendPage> with WidgetsBindingObserver {
IBlockChainService get _blockchainService => GetIt.I<IBlockChainService>();

final _amountController = TextEditingController();
final _addressController =
TextEditingController(text: '0xD6d146ec0FA91C790737cFB4EE3D7e965a51c340');
final _addressController = TextEditingController();
var _sendData = SendData();
final _addressFocus = FocusNode();
late final TokenBalance _selectedToken;
Expand Down

0 comments on commit e65aeed

Please sign in to comment.