Skip to content

Commit 6b062ac

Browse files
authored
(chore) Add apechain contract addresses (#416)
1 parent dd0435d commit 6b062ac

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
@@ -296,4 +296,12 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
296296
network: "testnet",
297297
rpc: "https://rpc.minato.soneium.org/",
298298
},
299+
"apechain-mainnet": {
300+
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
301+
explorer: "https://apechain.calderaexplorer.xyz/address/$ADDRESS",
302+
delay: "1 block",
303+
gasLimit: "500K",
304+
network: "mainnet",
305+
rpc: "https://apechain.calderachain.xyz/http",
306+
},
299307
};

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Pyth is currently available on the EVM networks below using Pyth Stable price so
66

77
| Network | Contract address |
88
| --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
9+
| Ape Chain | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://apechain.calderaexplorer.xyz/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
910
| Arbitrum | [`0xff1a0f4744e8582DF1aE09D5611b887B6a12925C`](https://arbiscan.io/address/0xff1a0f4744e8582df1ae09d5611b887b6a12925c) |
1011
| Astar zkEVM | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://astar-zkevm.explorer.startale.com/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |
1112
| Aurora | [`0xF89C7b475821EC3fDC2dC8099032c05c6c0c9AB9`](https://explorer.aurora.dev/address/0xF89C7b475821EC3fDC2dC8099032c05c6c0c9AB9) |

0 commit comments

Comments
 (0)