Skip to content

Commit

Permalink
feat: add Cronos support (#251)
Browse files Browse the repository at this point in the history
* feat: add Cronos support

* fix: update moralis dependency version
  • Loading branch information
ErnoW authored May 29, 2022
1 parent a7738d6 commit 4cd48f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"husky": "^7.0.4",
"jest": "^27.4.5",
"lint-staged": "^12.1.2",
"moralis": "1.1.0",
"moralis": "1.8.0",
"prettier": "^2.5.1",
"rollup": "^2.61.1",
"rollup-plugin-cleaner": "^1.0.0",
Expand All @@ -77,7 +77,7 @@
"typescript": "^4.5.4"
},
"peerDependencies": {
"moralis": ">=1.3.5",
"moralis": ">=1.8.0",
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
Expand Down
1 change: 1 addition & 0 deletions src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ export const supportedChains = [
"0xa86a",
"0xa869",
"0x539",
"0x19",
];
1 change: 1 addition & 0 deletions src/data/blockExplorers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ export const blockExplorers: Record<string, string | null> = {
"0x89": "https://explorer-mainnet.maticvigil.com",
"0x13881": "https://mumbai.polygonscan.com",
"0xfa": "https://ftmscan.com/",
"0x19": "https://cronoscan.com/",
};

0 comments on commit 4cd48f7

Please sign in to comment.