Skip to content

Commit

Permalink
Add a default net conf.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowlandaiello committed Jul 24, 2024
1 parent 4e89661 commit 1f730f3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions net_conf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"neutron-1": {
"http": ["https://neutron-rest.publicnode.com"],
"grpc": ["grpc+https://neutron-grpc.publicnode.com:443"]
},
"osmosis-1": {
"http": ["https://lcd.osmosis.zone"],
"grpc": ["grpc+https://osmosis-grpc.publicnode.com:443"]
},
"phoenix-1": {
"http": ["https://terra-lcd.publicnode.com:443"],
"grpc": ["grpc+https://terra-grpc.publicnode.com:443"]
}
}

0 comments on commit 1f730f3

Please sign in to comment.