Skip to content

Commit

Permalink
Add Camelark chain configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vectorisvector committed Dec 10, 2023
1 parent 641851c commit e5b2914
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
"ahooks",
"arbitrum",
"aval",
"camelark",
"celo",
"cybervector",
"ETHW",
"filecoin",
"fontsource",
"Fren",
Expand Down
23 changes: 23 additions & 0 deletions src/config/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,28 @@ export const shibarium = defineChain({
},
});

export const camelark = defineChain({
id: 20001,
name: "Camelark Mainnet",
network: "camelark Mainnet",
nativeCurrency: {
decimals: 18,
name: "ETHW",
symbol: "ETHW",
},
rpcUrls: {
default: {
http: ["https://mainnet-http-rpc.camelark.com"],
},
public: {
http: ["https://mainnet-http-rpc.camelark.com"],
},
},
blockExplorers: {
default: { name: "Explorer", url: "https://scan.camelark.com" },
},
});

export const inscriptionChains = {
eth: mainnet,
bsc,
Expand All @@ -57,6 +79,7 @@ export const inscriptionChains = {
base,
zkSync,
classic,
camelark,
eos,
neonMainnet,
linea,
Expand Down

0 comments on commit e5b2914

Please sign in to comment.