Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
hackfisher authored Aug 13, 2024
1 parent 81bed7a commit 8bddf9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions src/config/chains/crab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const crabChainConfig: ChainConfig = {
chainId: ChainID.CRAB,
explorer: {
name: "Subscan",
url: "https://crab.subscan.io/",
url: "https://crab-scan.darwinia.network/",
},
rpcMetas: [
{
Expand All @@ -14,12 +14,8 @@ export const crabChainConfig: ChainConfig = {
},
{
name: "Darwinia Community",
url: "https://crab-rpc.darwiniacommunitydao.xyz",
},
{
name: "Dwellir",
url: "https://darwiniacrab-rpc.dwellir.com",
},
url: "https://crab-rpc.dcdao.box",
}
],
nativeToken: {
symbol: "CRAB",
Expand Down
2 changes: 1 addition & 1 deletion src/config/chains/darwinia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const darwiniaChainConfig: ChainConfig = {
},
{
name: "Darwinia Community",
url: "https://darwinia-rpc.darwiniacommunitydao.xyz",
url: "https://crab-rpc.dcdao.box/",
},
{
name: "Dwellir",
Expand Down

0 comments on commit 8bddf9c

Please sign in to comment.