diff --git a/root/src/network.template.ts b/root/src/network.template.ts index 7ae0a96..0eea1f3 100644 --- a/root/src/network.template.ts +++ b/root/src/network.template.ts @@ -1,2 +1,3 @@ export const network: string = '{{ network }}' export const stakingNftAddress: string = '{{ contracts.stakingNft.address }}' +export const registryAddress: string = '{{ contracts.registry.address }}'