Skip to content

Commit 69ec089

Browse files
authored
chore: add berachain testnet v2 (#330)
1 parent f9e61d6 commit 69ec089

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

components/EntropyDeployments.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,14 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
160160
explorer: "https://artio.beratrail.io/address/$ADDRESS",
161161
gasLimit: "500K",
162162
},
163+
"berachain-testnet-v2": {
164+
rpc: "https://evm-rpc-bera.rhino-apis.com/",
165+
network: "testnet",
166+
delay: "",
167+
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
168+
explorer: "",
169+
gasLimit: "500K",
170+
},
163171
"coredao-testnet": {
164172
rpc: "https://rpc.test.btcs.network",
165173
network: "testnet",

pages/price-feeds/contract-addresses/evm.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Pyth is currently available on the EVM networks below using Pyth Stable price so
6969
| BTTC testnet | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://testnet.bttcscan.com/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |
7070
| Base Sepolia (testnet) | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://base-sepolia.blockscout.com/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |
7171
| Berachain testnet | [`0x8D254a21b3C86D32F7179855531CE99164721933`](https://artio.beratrail.io/address/0x8D254a21b3C86D32F7179855531CE99164721933) |
72+
| Berachain testnet v2 | `0x2880aB155794e7179c9eE2e38200202908C17B43` |
7273
| Blast Sepolia | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://testnet.blastscan.io/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |
7374
| Boba Goerli (testnet) | [`0x8D254a21b3C86D32F7179855531CE99164721933`](https://testnet.bobascan.com/address/0x8D254a21b3C86D32F7179855531CE99164721933) |
7475
| Boba Sepolia (testnet) | [`0x8D254a21b3C86D32F7179855531CE99164721933`](https://28882.testnet.routescan.io/address/0x8D254a21b3C86D32F7179855531CE99164721933) |

0 commit comments

Comments
 (0)