forked from cerc-io/registry-sdk
Files the IDE thoughtfully did not save earlier
This commit is contained in:
parent
b07df23804
commit
b1d3c83d32
@ -19,7 +19,7 @@ Follow these steps to run the tests:
|
|||||||
- Export the private key using:
|
- Export the private key using:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
chibaclonkd keys export mykey --unarmored-hex --unsafe
|
laconicd keys export mykey --unarmored-hex --unsafe
|
||||||
```
|
```
|
||||||
|
|
||||||
- Copy the private key and assign it to variable `PRIVATE_KEY` in the `.env` file.
|
- Copy the private key and assign it to variable `PRIVATE_KEY` in the `.env` file.
|
||||||
@ -41,7 +41,7 @@ Follow these steps to run the tests:
|
|||||||
- Export the private key and change it in `.env` file again using:
|
- Export the private key and change it in `.env` file again using:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
chibaclonkd keys export mykey --unarmored-hex --unsafe
|
laconicd keys export mykey --unarmored-hex --unsafe
|
||||||
```
|
```
|
||||||
|
|
||||||
- Run tests:
|
- Run tests:
|
||||||
@ -61,7 +61,7 @@ Follow these steps to run the tests:
|
|||||||
- Export the private key and change it in `.env` file again using:
|
- Export the private key and change it in `.env` file again using:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
chibaclonkd keys export mykey --unarmored-hex --unsafe
|
laconicd keys export mykey --unarmored-hex --unsafe
|
||||||
```
|
```
|
||||||
|
|
||||||
- Run tests:
|
- Run tests:
|
||||||
|
@ -47,7 +47,7 @@ const namingTests = () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test('Reserve authority.', async () => {
|
test('Reserve authority.', async () => {
|
||||||
authorityName = `chiba-clonk-${Date.now()}`;
|
authorityName = `laconic-${Date.now()}`;
|
||||||
await registry.reserveAuthority({ name: authorityName }, privateKey, fee);
|
await registry.reserveAuthority({ name: authorityName }, privateKey, fee);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user