Skip to content

Commit

Permalink
fix: update astron network info and package.json (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: maxufeng <[email protected]>
  • Loading branch information
maxufeng and maxufeng authored Nov 13, 2024
1 parent 4993441 commit ee28e40
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@
"dependencies": {
"@govtechsg/oa-encryption": "^1.3.3",
"@snyk/protect": "^1.1196.0",
"@tradetrust-tt/dnsprove": "^2.14.0",
"@tradetrust-tt/dnsprove": "^2.14.2",
"@tradetrust-tt/document-store": "^2.7.0",
"@tradetrust-tt/token-registry": "^4.12.0",
"@tradetrust-tt/token-registry": "^4.12.1",
"@tradetrust-tt/tradetrust": "^6.9.6",
"@tradetrust-tt/tradetrust-config": "^1.15.0",
"@tradetrust-tt/tt-verify": "^8.10.0",
"@tradetrust-tt/tradetrust-config": "^1.15.1",
"@tradetrust-tt/tt-verify": "^8.10.2",
"ajv": "^8.4.0",
"ajv-formats": "^2.1.0",
"chalk": "^4.1.2",
Expand Down
6 changes: 3 additions & 3 deletions src/common/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@ export const supportedNetwork: {
gasStation: gasStation("https://free.testnet.stabilityprotocol.com/gas-station"),
},
[NetworkCmdName.Astron]: {
explorer: "http://astronscanl2.bitfactory.cn/",
provider: jsonRpcProvider("http://astronlayer2.bitfactory.cn:8545/"),
explorer: "https://astronscanl2.bitfactory.cn/",
provider: jsonRpcProvider("https://astronlayer2.bitfactory.cn/rpc/"),
networkId: 1338,
networkName: NetworkCmdName.Astron,
currency: "ASTRON",
gasStation: gasStation("http://astronscanl2.bitfactory.cn/gas-station"),
gasStation: gasStation("https://astronscanl2.bitfactory.cn/gas-station"),
},
};

Expand Down

0 comments on commit ee28e40

Please sign in to comment.