Skip to content

chore: add berachain testnet v2 #330

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions components/EntropyDeployments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,14 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
explorer: "https://artio.beratrail.io/address/$ADDRESS",
gasLimit: "500K",
},
"berachain-testnet-v2": {
rpc: "https://evm-rpc-bera.rhino-apis.com/",
network: "testnet",
delay: "",
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
explorer: "",
gasLimit: "500K",
},
"coredao-testnet": {
rpc: "https://rpc.test.btcs.network",
network: "testnet",
Expand Down
1 change: 1 addition & 0 deletions pages/price-feeds/contract-addresses/evm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Pyth is currently available on the EVM networks below using Pyth Stable price so
| BTTC testnet | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://testnet.bttcscan.com/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |
| Base Sepolia (testnet) | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://base-sepolia.blockscout.com/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |
| Berachain testnet | [`0x8D254a21b3C86D32F7179855531CE99164721933`](https://artio.beratrail.io/address/0x8D254a21b3C86D32F7179855531CE99164721933) |
| Berachain testnet v2 | `0x2880aB155794e7179c9eE2e38200202908C17B43` |
| Blast Sepolia | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://testnet.blastscan.io/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |
| Boba Goerli (testnet) | [`0x8D254a21b3C86D32F7179855531CE99164721933`](https://testnet.bobascan.com/address/0x8D254a21b3C86D32F7179855531CE99164721933) |
| Boba Sepolia (testnet) | [`0x8D254a21b3C86D32F7179855531CE99164721933`](https://28882.testnet.routescan.io/address/0x8D254a21b3C86D32F7179855531CE99164721933) |
Expand Down
Loading