Price reminder and init approval
* Start price reminder grain * Add config and init grain at startup * Save init wallet when already init
This commit is contained in:
@@ -208,7 +208,7 @@ public class EvmManagerTests
|
||||
[Fact]
|
||||
public async Task Should_Init_Address_For_Trading()
|
||||
{
|
||||
var accountInitilized = await _manager.InitAddress(PublicAddress);
|
||||
var accountInitilized = await _manager.InitAddressForGMX(PublicAddress);
|
||||
|
||||
Assert.NotNull(accountInitilized);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user