Skip to content

Commit

Permalink
change polygon rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
florindumitru committed Jan 6, 2022
1 parent cc69324 commit db8e722
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "The Coingrig Core library",
"description": "The Coingrig Core library handling the crypto wallet interactions",
"author": "Coingrig",
"version": "1.3.1",
"version": "1.3.2",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions src/utils/config.mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
{
"driver": "POLYGON_Driver",
"config": {
"endpoint": "https://rpc-mainnet.maticvigil.com/"
"endpoint": "https://polygon-rpc.com/"
}
}
],
Expand All @@ -128,15 +128,15 @@
"driver": "POLYGON_Driver",
"config": {
"endpoint": "https://api.coingrig.com/gas/polygon/",
"proposal_endpoint": "https://rpc-mainnet.maticvigil.com/"
"proposal_endpoint": "https://polygon-rpc.com/"
}
}
],
"transaction": [
{
"driver": "POLYGON_Driver",
"config": {
"endpoint": "https://rpc-mainnet.maticvigil.com/"
"endpoint": "https://polygon-rpc.com/"
}
}
]
Expand Down

0 comments on commit db8e722

Please sign in to comment.