Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liangping committed Jan 24, 2025
1 parent 789f6df commit ba24ad2
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions chains/testnet/side.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@
"chain_name": "side",
"registry_name": "SIDE",
"api": [
{"provider":"side labs", "address": "https://testnet-rest.side.one"},
{"provider":"stakelab", "address": "https://side-testnet-rest.staketab.org"},
{"provider":"contributiondao", "address": "https://side-protocol-testnet-api.contributiondao.com"},
{"provider":"itrocket", "address": "https://itrocket.net/services/testnet/side"},
{"provider":"stake-town", "address": "https://side-testnet-api.stake-town.com"},
{"provider":"stavr", "address": "https://side.api.t.stavr.tech"}
{"provider":"side labs", "address": "https://rest.side.one"}
],
"rpc": ["https://testnet-rpc.side.one"],
"grpc": [{"address": "testnet-grpc.side.one:443", "provider": "side labs"}],
"rpc": [
{"provider":"side labs", "address": "https://rpc.side.one"}
],
"grpc": [{"address": "grpc.side.one:443", "provider": "side labs"}],
"sdk_version": "0.47.4",
"coin_type": "118",
"min_tx_fee": "800",
Expand All @@ -22,11 +19,5 @@
"exponent": "6",
"coingecko_id": "",
"logo": "/logos/side.png"
}],
"faucet": {
"amount": "5000000uside",
"ip_limit": "1",
"address_limit": "1",
"fees": "1000uside"
}
}]
}

0 comments on commit ba24ad2

Please sign in to comment.