Skip to content
Closed
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: 0 additions & 8 deletions components/EntropyDeployments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,6 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
explorer: "https://sepolia.arbiscan.io/address/$ADDRESS",
gasLimit: "2.5M",
},
"fantom-sonic": {
rpc: "https://rpc.sonic.fantom.network/",
network: "testnet",
delay: "",
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933",
explorer: "https://public-sonic.fantom.network/address/$ADDRESS",
gasLimit: "500K",
},
"blast-testnet": {
rpc: "https://sepolia.blast.io",
network: "testnet",
Expand Down
2 changes: 1 addition & 1 deletion pages/price-feeds/contract-addresses/evm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Pyth is currently available on the EVM networks below using Pyth Stable price so
| Sepolia (Ethereum testnet) | [`0xDd24F84d36BF92C65F92307595335bdFab5Bbd21`](https://sepolia.etherscan.io/address/0xDd24F84d36BF92C65F92307595335bdFab5Bbd21) |
| Shimmer testnet | [`0x8D254a21b3C86D32F7179855531CE99164721933`](https://explorer.evm.testnet.shimmer.network/address/0x8D254a21b3C86D32F7179855531CE99164721933) |
| Soneium (testnet) | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://explorer-testnet.soneium.org/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
| Sonic Testnet | [`0x96124d1f6e44ffdf1fb5d6d74bb2de1b7fb`](https://testnet.soniclabs.com/address/0x96124d1f6e44ffdf1fb5d6d74bb2de1b7fbe7376) |
| Sonic Fantom Testnet | [`0x96124d1f6e44ffdf1fb5d6d74bb2de1b7fb`](https://testnet.soniclabs.com/address/0x96124d1f6e44ffdf1fb5d6d74bb2de1b7fbe7376) |
| Viction testnet | [`0x5D289Ad1CE59fCC25b6892e7A303dfFf3a9f7167`](https://testnet.tomoscan.io/address/0x5D289Ad1CE59fCC25b6892e7A303dfFf3a9f7167) |
| WEMIX testnet | [`0x26DD80569a8B23768A1d80869Ed7339e07595E85`](https://explorer.test.wemix.com/address/0x26DD80569a8B23768A1d80869Ed7339e07595E85) |
| ZKFair testnet | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://testnet-scan.zkfair.io/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |
Expand Down
Loading