Skip to content

Commit c6cb23f

Browse files
authored
(fix) Berachain Entropy address fix (#422)
1 parent df587f2 commit c6cb23f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/EntropyDeployments.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
155155
"berachain-testnet-v2": {
156156
rpc: "https://evm-rpc-bera.rhino-apis.com/",
157157
network: "testnet",
158-
delay: "https://bartio.beratrail.io/address/$ADDRESS",
158+
delay: "",
159159
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
160-
explorer: "",
160+
explorer: "https://bartio.beratrail.io/address/$ADDRESS",
161161
gasLimit: "500K",
162162
},
163163
"coredao-testnet": {

0 commit comments

Comments
 (0)