Skip to content

Commit

Permalink
add https urls
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Nov 15, 2022
1 parent 510e319 commit 22460d2
Show file tree
Hide file tree
Showing 3 changed files with 3,625 additions and 82 deletions.
11 changes: 10 additions & 1 deletion ethereum/BNB
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
},
{
"url": "http://bsc3.cipig.net:8655"
},
{
"url": "https://bsc1.cipig.net:18655"
},
{
"url": "https://bsc2.cipig.net:18655"
},
{
"url": "https://bsc3.cipig.net:18655"
}
]
}
}
20 changes: 19 additions & 1 deletion ethereum/ETH
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,24 @@
"contact": {
"email": "[email protected]"
}
},
{
"url": "https://eth1.cipig.net:18555",
"contact": {
"email": "[email protected]"
}
},
{
"url": "https://eth2.cipig.net:18555",
"contact": {
"email": "[email protected]"
}
},
{
"url": "https://eth3.cipig.net:18555",
"contact": {
"email": "[email protected]"
}
}
]
}
}
Loading

0 comments on commit 22460d2

Please sign in to comment.