Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
hackfisher authored Aug 20, 2024
1 parent 041fa70 commit 15f0efe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/config/chains/crab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const crab: ChainConfig = {
},
blockExplorers: {
default: {
name: 'CrabExplorer',
name: 'Crab Scan',
url: 'https://crab-scan.darwinia.network/'
}
},
Expand Down
4 changes: 2 additions & 2 deletions src/config/chains/darwinia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export const darwinia: ChainConfig = {
},
blockExplorers: {
default: {
name: 'Subscan',
url: 'https://darwinia.subscan.io/'
name: 'Darwinia Explorer',
url: 'https://explorer.darwinia.network/'
}
},
contracts: {
Expand Down
2 changes: 1 addition & 1 deletion src/config/chains/koi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const koi: ChainConfig = {
},
blockExplorers: {
default: {
name: 'Koi scan',
name: 'Koi Scan',
url: 'https://koi-scan.darwinia.network/'
}
},
Expand Down

0 comments on commit 15f0efe

Please sign in to comment.