added RPC endpoint for Bitgert (#1283)

added the rpc.icecreamswap.com endpoint for the Bitgert (Brise) Blockchain.
This commit is contained in:
box25 2022-07-15 21:35:53 +02:00 committed by GitHub
parent 07b8568d53
commit ca15a0b1a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
"name": "Bitgert Mainnet",
"chain": "Brise",
"rpc": [
"https://rpc.icecreamswap.com",
"https://mainnet-rpc.brisescan.com",
"https://chainrpc.com",
"https://serverrpc.com"
@ -25,4 +26,4 @@
"standard": "EIP3091"
}
]
}
}