Skip to content

Commit

Permalink
fix: drip rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
kigastu committed Oct 25, 2023
1 parent 0ad7ce7 commit 1fc201a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.20.9",
"version": "0.20.10",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/config/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"shortName": "DRIP Chain",
"code": "drip",
"baseCurrencyName": "DRIP",
"rpc": "testnet.1d.rip",
"rpc": "https://testnet.1d.rip/",
"explorer": "https://explorer-testnet.1d.rip/",
"contracts": {
"WETH": "",
Expand Down

0 comments on commit 1fc201a

Please sign in to comment.