I want to add klaytn Network. #187
Replies: 1 comment 2 replies
-
Klaytn's network namespace is |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use klaytn Network.
so i try to that.
But i see worng network.
what did i do wrong?
var klayChain = new Chain(
"klaytn",
"8217",
"Klaytn",
new Currency("klay", "KLAY", 18),
new BlockExplorer("Klaytn Scope", "https://scope.klaytn.com"),
"https://public-en-cypress.klaytn.net",
false,
"https://assets.coingecko.com/coins/images/4380/standard/download.png"
);
Beta Was this translation helpful? Give feedback.
All reactions