Skip to content

Commit

Permalink
Merge pull request #6 from akropolisio/add-polygon
Browse files Browse the repository at this point in the history
Support Polygon network
  • Loading branch information
in19farkt authored Nov 7, 2023
2 parents ac64234 + 825e42d commit fb8a095
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ For Akropolis origins, the server can be reached at https://gas-oracle.akropolis
- Ethereum Mainnet 1
- BSC Mainnet 56
- Arbitrum One 42161
- Polygon 137

## Installation
Clone this repo:
Expand Down
3 changes: 2 additions & 1 deletion src/rpcSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"averageBlockTime": {
"1": 15000,
"56": 3000,
"42161": 3000
"42161": 3000,
"137": 2150
}
}

0 comments on commit fb8a095

Please sign in to comment.