diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/instant/src/components/payment_method.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/instant/src/components/payment_method.tsx b/packages/instant/src/components/payment_method.tsx index a96c6297c..8c0b47d72 100644 --- a/packages/instant/src/components/payment_method.tsx +++ b/packages/instant/src/components/payment_method.tsx @@ -37,8 +37,8 @@ export const PaymentMethod: React.StatelessComponent<PaymentMethodProps> = () => </Flex> </Container> <PaymentMethodDropdown - selectedEthAddress="0xa1b2c3d4e5f6g7h8j9k10" - addressEthBaseAmount={new BigNumber(10500000000000000000)} + accountAddress="0xa1b2c3d4e5f6g7h8j9k10" + accountEthBalanceInWei={new BigNumber(10500000000000000000)} network={Network.Mainnet} /> </Container> |