Skip to content

Commit

Permalink
changed darwinia config from dev to live
Browse files Browse the repository at this point in the history
  • Loading branch information
isunaslabs committed Apr 24, 2023
1 parent 7f944a6 commit 5371ecb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/app-config/src/chains/darwinia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const darwinia: ChainConfig = {
name: "Darwinia",
displayName: "Darwinia",
explorerURLs: ["https://darwinia.subscan.io/"],
httpsURLs: ["https://cors.zimjs.com/http://g1.dev.darwinia.network:10000"],
httpsURLs: ["https://rpc.darwinia.network"],
kton: {
address: "0x0000000000000000000000000000000000000402",
symbol: "KTON",
Expand All @@ -27,9 +27,9 @@ export const darwinia: ChainConfig = {
},
chainId: 46,
substrate: {
graphQlURL: "https://api.subquery.network/sq/isunaslabs/darwinia2",
wssURL: "ws://g1.dev.darwinia.network:20000",
httpsURL: "https://cors.kahub.in/http://g1.dev.darwinia.network:10000",
graphQlURL: "https://subql.darwinia.network/subql-apps-darwinia/",
wssURL: "wss://rpc.darwinia.network",
httpsURL: "https://rpc.darwinia.network",
},
secondsPerBlock: 12,
};
Expand Down

0 comments on commit 5371ecb

Please sign in to comment.