diff --git a/constants/additionalChainRegistry/chainid-88118.js b/constants/additionalChainRegistry/chainid-88118.js new file mode 100644 index 0000000000..c47a4dbeb2 --- /dev/null +++ b/constants/additionalChainRegistry/chainid-88118.js @@ -0,0 +1,25 @@ +module.exports = { + name: "Shark Network", + chain: "SHARK", + rpc: [ + "https://rpc.rpcshark.com" + ], + faucets: [], + nativeCurrency: { + name: "Shark", + symbol: "SHARK", + decimals: 18 + }, + infoURL: "https://swapshark.net", + shortName: "shark", + chainId: 88118, + networkId: 88118, + icon: "shark", + explorers: [ + { + name: "SharkScan", + url: "https://sharkscan.app", + standard: "EIP3091" + } + ] +}; diff --git a/public/images/chains/shark.png b/public/images/chains/shark.png new file mode 100644 index 0000000000..b451680bbe Binary files /dev/null and b/public/images/chains/shark.png differ