Skip to content

Commit e42c061

Browse files
authored
Remove Poligon network
1 parent 8cef461 commit e42c061

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,11 @@ jobs:
3333
touch .env
3434
echo "JSON_RPC_URL_1=\"$JSON_RPC_URL_1\"
3535
JSON_RPC_URL_56=\"$JSON_RPC_URL_56\"
36-
JSON_RPC_URL_137=\"$JSON_RPC_URL_137\"
3736
JSON_RPC_URL_42161=\"$JSON_RPC_URL_42161\"" >> .env
3837
shell: bash
3938
env:
4039
JSON_RPC_URL_1: ${{ secrets.JSON_RPC_URL_1 }}
4140
JSON_RPC_URL_56: ${{ secrets.JSON_RPC_URL_56 }}
42-
JSON_RPC_URL_137: ${{ secrets.JSON_RPC_URL_137 }}
4341
JSON_RPC_URL_42161: ${{ secrets.JSON_RPC_URL_42161 }}
4442
- name: Deploy
4543
run: pm2 deploy pm2.json production

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ For Akropolis origins, the server can be reached at https://gas-oracle.akropolis
88
- Ethereum Mainnet 1
99
- BSC Mainnet 56
1010
- Arbitrum One 42161
11-
- Polygon 137
1211

1312
## Installation
1413
Clone this repo:

src/rpcSettings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"averageBlockTime": {
33
"1": 15000,
44
"56": 3000,
5-
"42161": 3000,
6-
"137": 2150
5+
"42161": 3000
76
}
87
}

0 commit comments

Comments
 (0)