Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config for GuruStaking community entry #156

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions library/validator-assets/src/GuruStaking.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
const GuruStaking = () => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 350 350">
GuruStakingCom marked this conversation as resolved.
Show resolved Hide resolved
<rect x="0" y="0" width="350" height="350" fill="white" />
<text x="50%" y="50%" font-size="290" text-anchor="middle" dominant-baseline="central" fill="white">👳</text>
</svg>
);

export default GuruStaking;
18 changes: 18 additions & 0 deletions library/validator-assets/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,24 @@ export const ValidatorCommunity: ValidatorEntry[] = [
kusama: ["JJiV1xrj1814BVDDG2pFCsgzdbR7K29VcyXQGXEUhn7LWhK"],
},
},
{
name: "GuruStaking👳",
icon: "GuruStaking",
bio: "We are thrilled to have you join us in this exciting journey of blockchain validation and decentralized governance. As a validator, we play a crucial role in securing the network, verifying transactions, and contributing to the overall stability and reliability of the DotSama ecosystem.",
email: "[email protected]",
x: "@GuruStaking",
website: "https://gurustaking.com",
validators: {
polkadot: [
"138tCNoHg9QbhjqanRS7R8ZC8547A6CdaSmrCtJCRLpjQk6r",
"1ja8qGypM5HT9Rqq6AGQ9z58bSi2kfkrqsGuB84zxdp1SZH",
],
kusama: [
"F5j1j9TJ7xWePJmYh64Bf2b97pmer3mX1BsonCUpx3CJZpu",
"ESE6ka6wGpXGDJ5ykjAvH1TTuAC9Dg5VFfc1dcfoEwX9qc1",
],
},
},
{
name: "Helikon",
icon: "Helikon",
Expand Down