front dev update
This commit is contained in:
@@ -2,6 +2,7 @@ enum ChainNetwork {
|
||||
unspecified,
|
||||
ethereumMainnet,
|
||||
arbitrumOne,
|
||||
arbitrumSepolia,
|
||||
tronMainnet,
|
||||
tronNile
|
||||
tronNile,
|
||||
}
|
||||
|
||||
5
frontend/pshared/lib/models/payment/page.dart
Normal file
5
frontend/pshared/lib/models/payment/page.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
import 'package:pshared/models/pagination/cursor_page.dart';
|
||||
import 'package:pshared/models/payment/payment.dart';
|
||||
|
||||
|
||||
typedef PaymentPage =CursorPage<Payment>;
|
||||
Reference in New Issue
Block a user