diff --git a/constants/additionalChainRegistry/chainid-19001.js b/constants/additionalChainRegistry/chainid-19001.js new file mode 100644 index 0000000000..70f0b8ac69 --- /dev/null +++ b/constants/additionalChainRegistry/chainid-19001.js @@ -0,0 +1,25 @@ +module.exports = { + name: "YuuChain", + chain: "YUU", + rpc: [ + "https://rpc.theyuusystem.com", + ], + faucets: [], + nativeCurrency: { + name: "Yuu", + symbol: "YUU", + decimals: 18, + }, + infoURL: "https://theyuusystem.com", + shortName: "yuuchain", + chainId: 19001, + networkId: 19001, + icon: "yuuchain", + explorers: [ + { + name: "YuuChain Explorer", + url: "https://explorer.theyuusystem.com", + standard: "EIP3091", + }, + ], +} diff --git a/constants/additionalChainRegistry/chainid-9001.js b/constants/additionalChainRegistry/chainid-9001.js new file mode 100644 index 0000000000..1734064db9 --- /dev/null +++ b/constants/additionalChainRegistry/chainid-9001.js @@ -0,0 +1,25 @@ +module.exports = { + name: "YuuChain", + chain: "YUU", + rpc: [ + "https://rpc.theyuusystem.com", + ], + faucets: [], + nativeCurrency: { + name: "Yuu", + symbol: "YUU", + decimals: 18, + }, + infoURL: "https://theyuusystem.com", + shortName: "yuuchain", + chainId: 9001, + networkId: 9001, + icon: "yuuchain", + explorers: [ + { + name: "YuuChain Explorer", + url: "https://explorer.theyuusystem.com", + standard: "EIP3091", + }, + ], +}