We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13290f commit e30a4c5Copy full SHA for e30a4c5
components/EntropyDeployments.tsx
@@ -9,6 +9,15 @@ export interface EntropyDeployment {
9
}
10
11
export const EntropyDeployments: Record<string, EntropyDeployment> = {
12
+ "berachain-mainnet": {
13
+ address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
14
+ network: "mainnet",
15
+ explorer: "https://berascan.com/address/$ADDRESS",
16
+ delay: "1 block",
17
+ gasLimit: "500K",
18
+ rpc: "https://rpc.berachain.com",
19
+ nativeCurrency: "BERA",
20
+ },
21
blast: {
22
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
23
network: "mainnet",
0 commit comments