Skip to content

Commit

Permalink
set testnet SLIP-44 identifier to 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
raulk committed Sep 15, 2022
1 parent e51d290 commit 13b06cb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _data/chains/eip155-3141.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"icon": "filecoin",
"chainId": 3141,
"networkId": 3141,
"slip44": 461,
"slip44": 1,
"explorers": [

]
Expand Down
2 changes: 1 addition & 1 deletion _data/chains/eip155-31415.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"icon": "filecoin",
"chainId": 31415,
"networkId": 31415,
"slip44": 461,
"slip44": 1,
"explorers": [
{
"name": "Filscan",
Expand Down
2 changes: 1 addition & 1 deletion _data/chains/eip155-314159.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"icon": "filecoin",
"chainId": 314159,
"networkId": 314159,
"slip44": 461,
"slip44": 1,
"explorers": [
{
"name": "Filscan",
Expand Down
2 changes: 1 addition & 1 deletion _data/chains/eip155-3141592.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"icon": "filecoin",
"chainId": 3141592,
"networkId": 3141592,
"slip44": 461,
"slip44": 1,
"explorers": [

]
Expand Down
2 changes: 1 addition & 1 deletion _data/chains/eip155-31415926.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"icon": "filecoin",
"chainId": 31415926,
"networkId": 31415926,
"slip44": 461,
"slip44": 1,
"explorers": [

]
Expand Down

0 comments on commit 13b06cb

Please sign in to comment.