Merge pull request #618 from monk07-01/master

Updating rest port to correctly configure api
This commit is contained in:
ping 2025-03-11 08:19:24 +08:00 committed by GitHub
commit 210ba99bf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
{
"chain_name": "bfhevm_777-1",
"api": ["https://rest-testnet-bfhevm.xyz:4431/swagger/#/"],
"rpc": ["https://rpc-bfhevm.xyz:8443/"],
"api": ["https://rest-testnet-bfhevm.xyz:443"],
"rpc": ["https://rpc-bfhevm.xyz:8443"],
"coingecko": "",
"snapshot_provider": "",
"sdk_version": "0.45.7",