Skip to content

Commit

Permalink
add chain sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
zapaz committed Apr 25, 2024
1 parent de3c82e commit 03be282
Show file tree
Hide file tree
Showing 10 changed files with 256 additions and 79 deletions.
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@kredeum/providers": "workspace:^",
"ethers": "^5.7.2",
"multiformats": "^13.1.0",
"viem": "^2.9.21"
"viem": "^2.9.26"
},
"devDependencies": {
"@ipld/dag-pb": "^4.1.0",
Expand Down
7 changes: 4 additions & 3 deletions config/src/mainnets.handlebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,16 +339,17 @@
"chainId": 42220,
"chainName": "celo",
"rpcUrls": [
"https://forno.celo.org",
"wss://forno.celo.org/ws"
"https://celo-mainnet.infura.io/v3/{{INFURA_API_KEY}}",
"https: //celo.drpc.org",
"https://rpc.ankr.com/celo",
"https://forno.celo.org"
],
"nativeCurrency": {
"name": "CELO",
"symbol": "CELO",
"decimals": 18
},
"blockExplorerUrls": [
"https://celo-mainnet.infura.io/v3/{{INFURA_API_KEY}}",
"https://celoscan.io",
"https://explorer.celo.org"
],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"pnpm": "^8"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.2.5",
Expand Down
Loading

0 comments on commit 03be282

Please sign in to comment.