Skip to content

Commit

Permalink
Merge pull request #19 from mh739025250/main
Browse files Browse the repository at this point in the history
change default chain provider
  • Loading branch information
mh739025250 authored Jan 19, 2022
2 parents a2db421 + d60fe78 commit 7b9d5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const defaultConfig: Config = {
chain: {
nodeAddress: "",
privateKey: "",
provider: "wss://node.delta.yuanben.org",
provider: "wss://apus.chain.deltampc.com",
gasPrice: 1,
gasLimit: 4294967294,
chainParam: {
Expand Down

0 comments on commit 7b9d5ec

Please sign in to comment.