Skip to content

Commit

Permalink
fix: rootstock testnet typo (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansmirnoff committed May 20, 2024
1 parent e28e5b6 commit a525361
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions evmchains/chains.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is auto-generated by scripts/update.py
# 2024-05-16 20:07:59.147046
# 2024-05-17 16:06:29.822636
# Do not edit this file directly.
from typing import Any, Dict

Expand Down Expand Up @@ -974,7 +974,7 @@
"shortName": "rsk",
"slip44": 137,
},
"tesnet": {
"testnet": {
"chain": "Rootstock",
"chainId": 31,
"ens": None,
Expand Down
2 changes: 1 addition & 1 deletion scripts/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
"rootstock": {
"mainnet": 30,
"tesnet": 31,
"testnet": 31,
},
}

Expand Down

0 comments on commit a525361

Please sign in to comment.