Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate operators to validator registry #390

Merged
merged 11 commits into from
Mar 29, 2022
Prev Previous commit
Next Next commit
Merge master into migrate-validator-registry
  • Loading branch information
tombeynon committed Mar 29, 2022
commit 86f89f7d3c8244246d9e908f9e30b4e9fc2ef904
32 changes: 1 addition & 31 deletions src/networks.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
[
{
"name": "osmosis",
"restUrl": [
"https://rest.cosmos.directory/osmosis"
],
"rpcUrl": [
"https://rpc.cosmos.directory/osmosis"
],
"gasPrice": "0uosmo",
"gasPrice": "0.0025uosmo",
"ownerAddress": "osmovaloper1u5v0m74mql5nzfx2yh43s2tke4mvzghr6m2n5t",
"operators": [
{
@@ -570,12 +564,6 @@
},
{
"name": "akash",
"restUrl": [
"https://rest.cosmos.directory/akash"
],
"rpcUrl": [
"https://rpc.cosmos.directory/akash"
],
"ownerAddress": "akashvaloper1xgnd8aach3vawsl38snpydkng2nv8a4kqgs8hf",
"operators": [
{
@@ -885,12 +873,6 @@
},
{
"name": "gravitybridge",
"restUrl": [
"https://rest.cosmos.directory/gravitybridge"
],
"rpcUrl": [
"https://rpc.cosmos.directory/gravitybridge"
],
"gasPrice": "0.025ugraviton",
"operators": [
{
@@ -1072,12 +1054,6 @@
{
"name": "terra",
"apyEnabled": false,
"restUrl": [
"https://rest.cosmos.directory/terra"
],
"rpcUrl": [
"https://rpc.cosmos.directory/terra"
],
"gasPrice": "0.015uluna",
"operators": [
{
@@ -2159,12 +2135,6 @@
{
"name": "comdex",
"apyEnabled": false,
"restUrl": [
"https://rest.cosmos.directory/comdex"
],
"rpcUrl": [
"https://rpc.cosmos.directory/comdex"
],
"ownerAddress": "comdexvaloper17f70yjkvmvld379904jaddx9h0f74n32pjtmp6",
"operators": [
{
You are viewing a condensed version of this merge commit. You can view the full changes here.