Skip to content

Commit b456af7

Browse files
authored
chore: add berachain testnet 2 back (#334)
1 parent 2a7c790 commit b456af7

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
@@ -71,6 +71,7 @@ Pyth is currently available on the EVM networks below using Pyth Stable price so
7171
| BTTC testnet | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://testnet.bttcscan.com/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |
7272
| Base Sepolia (testnet) | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://base-sepolia.blockscout.com/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |
7373
| Berachain testnet | [`0x8D254a21b3C86D32F7179855531CE99164721933`](https://artio.beratrail.io/address/0x8D254a21b3C86D32F7179855531CE99164721933) |
74+
| Berachain testnet v2 | `0x2880aB155794e7179c9eE2e38200202908C17B43` |
7475
| Blast Sepolia | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://testnet.blastscan.io/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |
7576
| Boba Goerli (testnet) | [`0x8D254a21b3C86D32F7179855531CE99164721933`](https://testnet.bobascan.com/address/0x8D254a21b3C86D32F7179855531CE99164721933) |
7677
| Boba Sepolia (testnet) | [`0x8D254a21b3C86D32F7179855531CE99164721933`](https://28882.testnet.routescan.io/address/0x8D254a21b3C86D32F7179855531CE99164721933) |

0 commit comments

Comments
 (0)