Skip to content

Commit 7679d84

Browse files
authored
chore(pricefeed) Add Berachain bepolia (#636)
1 parent 2382180 commit 7679d84

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

components/EntropyDeployments.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,4 +432,13 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
432432
rpc: "https://mainnet.storyrpc.io",
433433
nativeCurrency: "IP",
434434
},
435+
"berachain-bepolia": {
436+
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
437+
explorer: "https://bepolia.beratrail.io/address/$ADDRESS",
438+
delay: "",
439+
gasLimit: "500K",
440+
network: "testnet",
441+
rpc: "https://bepolia.rpc.berachain.com",
442+
nativeCurrency: "BERA",
443+
},
435444
};

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Pyth is currently available on the EVM networks below using Pyth Stable price so
4242
| HyperEVM | [`0xe9d69CdD6Fe41e7B621B4A688C5D1a68cB5c8ADc`](https://purrsec.com/address/0xe9d69cdd6fe41e7b621b4a688c5d1a68cb5c8adc) |
4343
| XCHAIN (IDEX) Mainnet | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://xchain-explorer.idex.io/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
4444
| Injective inEVM | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://inevm.calderaexplorer.xyz/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |
45-
| Ink Kraken | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://explorer.inkonchain.com/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
45+
| Ink | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://explorer.inkonchain.com/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
4646
| Iota | [`0x8D254a21b3C86D32F7179855531CE99164721933`](https://explorer.evm.iota.org/address/0x8D254a21b3C86D32F7179855531CE99164721933) |
4747
| Kava | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://explorer.kava.io/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |
4848
| KCC | [`0xE0d0e68297772Dd5a1f1D99897c581E2082dbA5B`](https://explorer.kcc.io/en/address/0xe0d0e68297772dd5a1f1d99897c581e2082dba5b) |
@@ -94,7 +94,7 @@ Pyth is currently available on the EVM networks below using Pyth Stable price so
9494
| BNB testnet | [`0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb`](https://testnet.bscscan.com/address/0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb) |
9595
| BTTC testnet | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://testnet.bttcscan.com/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |
9696
| Base Sepolia (testnet) | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://base-sepolia.blockscout.com/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |
97-
| Berachain Bartio testnet | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://80084.testnet.routescan.io/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
97+
| Berachain Bepolia testnet | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://bepolia.beratrail.io/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
9898
| Bittensor testnet | [`0x41955476936DdA8d0fA98b8d1778172F7E4fCcA1`]() |
9999
| Blast Sepolia | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://testnet.blastscan.io/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |
100100
| Ble testnet | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://explorer-ethena-testnet-0.t.conduit.xyz/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |

0 commit comments

Comments
 (0)