Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
goulinkh committed Jun 24, 2024
1 parent b55ae5d commit ec426dd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Check out the [full documentation](https://docs.kiln.fi/v1/connect/overview).
- ADA
- ATOM
- DOT
- KSM
- DYDX
- ETH
- FET
Expand Down
11 changes: 11 additions & 0 deletions src/validators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ export const KILN_VALIDATORS = {
KILN_NOMINATION_POOL_ID: "118",
},
},
KSM: {
mainnet: {
KILN: "FV3za2fceAXtw4KwVnPJK4c4Y2ph8VNMEA26MkgjTaEA76u",
KILN_NOMINATION_POOL_ID: "131",
},
},
MATIC: {
mainnet: {
KILN_OWNEST: "0xD14a87025109013B0a2354a775cB335F926Af65A",
Expand Down Expand Up @@ -57,4 +63,9 @@ export const KILN_VALIDATORS = {
KILN: "fetchvaloper146mj09yzu3mvz7pmy4dvs4z9wr2mst7ryjvncp",
},
},
ZETA: {
mainnet: {
KILN: "zetavaloper1u9xeaqdjz3kky2ymdhdsn0ra5uy9tc3ep3yfhe",
},
},
};

0 comments on commit ec426dd

Please sign in to comment.