Skip to content

Commit dad6a4b

Browse files
committed
bump version to 1.1.11 and add customNodeSetup link to Randao project
1 parent d8690f9 commit dad6a4b

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arcaogaming/project-links",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"description": "Easy access to links and information for various blockchain projects",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

src/projects/randao.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ export const RANDAO_LINKS: RandaoLinks = {
2828
videoHowRandaoWorks: "https://www.youtube.com/watch?v=z9hJnxGRxj4",
2929
theOnchainRandomnessProblem: `https://${ARNS_RANDAO_DOCS}.${getGateWay()}/news/the-onchain-randomness-problem`,
3030
aosLuaDocs: "https://github.com/RandAOLabs/Random-Module",
31-
hardwareSite: `https://www.${DOMAIN_RANDAO}/hardware`
31+
hardwareSite: `https://www.${DOMAIN_RANDAO}/hardware`,
32+
customNodeSetup: `https://providers_${ARNS_RANDAO}.${getGateWay()}/info/how`
3233
};

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export type ArcaoLinks = Pick<AllLinkTypes, 'sdkDocs' | 'website' | 'twitter' |
2828
interface RuneRealmSpecificLinks { premiumGameSite: string, openWorld: string }
2929
export type RunerealmLinks = Pick<AllLinkTypes, 'appSite' | 'website' | 'twitter' | 'twitterFollow' | 'github' | 'discord' | 'telegram' | 'youtube' | 'gameSite'> & RuneRealmSpecificLinks;
3030

31-
interface RandAOSpecificLinks { providerSite: string, videoHowRandaoWorks: string, theOnchainRandomnessProblem: string, aosLuaDocs: string, hardwareSite: string }
31+
interface RandAOSpecificLinks { providerSite: string, videoHowRandaoWorks: string, theOnchainRandomnessProblem: string, aosLuaDocs: string, hardwareSite: string, customNodeSetup: string }
3232
export type RandaoLinks = Pick<AllLinkTypes, 'sdkDocs' | 'website' | 'twitter' | 'twitterFollow' | 'github' | 'discord' | 'telegram' | 'youtube' | 'mediaKit'> & RandAOSpecificLinks;
3333

3434
export type SatoshisPalaceLinks = Pick<AllLinkTypes, 'website' | 'twitter' | 'twitterFollow' | 'discord' | 'telegram'>;

0 commit comments

Comments
 (0)