Show KYC ID and role values after cosmos tx success
This commit is contained in:
parent
54fa62bc7f
commit
0eddd43729
@ -8,6 +8,8 @@ import { Registry } from "@cerc-io/registry-sdk";
|
||||
interface Participant {
|
||||
cosmosAddress: string;
|
||||
nitroAddress: string;
|
||||
role: string;
|
||||
kycId: string;
|
||||
}
|
||||
|
||||
const registry = new Registry(
|
||||
@ -69,6 +71,8 @@ const OnboardingSuccess = () => {
|
||||
<div>
|
||||
Cosmos Address: {participant.cosmosAddress} <br />
|
||||
Nitro Address: {participant.nitroAddress} <br />
|
||||
Role: {participant.role} <br />
|
||||
KYC ID: {participant.kycId} <br />
|
||||
<br />
|
||||
</div>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user