Skip to content

Commit 67dba48

Browse files
authored
chore(pricefeed-entropy) Add sonic fantom (#527)
* chore(pricefeed-entropy) Add sonic fantom * pre-commit
1 parent 96a3918 commit 67dba48

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

components/EntropyDeployments.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,4 +387,13 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
387387
rpc: "https://sepolia.unichain.org",
388388
nativeCurrency: "ETH",
389389
},
390+
"sonic-fantom": {
391+
address: "0x36825bf3fbdf5a29e2d5148bfe7dcf7b5639e320",
392+
explorer: "https://monitor.soniclabs.com/address/$ADDRESS",
393+
delay: "1 block",
394+
gasLimit: "500K",
395+
network: "mainnet",
396+
rpc: "https://rpc.soniclabs.com",
397+
nativeCurrency: "S",
398+
},
390399
};

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Pyth is currently available on the EVM networks below using Pyth Stable price so
6262
| Sei EVM | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://seitrace.com/address/0x2880aB155794e7179c9eE2e38200202908C17B43?chain=pacific-1) |
6363
| Shimmer | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://explorer.evm.shimmer.network/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |
6464
| Skate | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://scan.skatechain.org/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
65+
| Sonic(Fantom) | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://monitor.soniclabs.com/address/0x2880ab155794e7179c9ee2e38200202908c17b43) |
6566
| Taiko | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://taikoscan.network/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
6667
| Viction | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://tomoscan.io/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |
6768
| WEMIX | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://explorer.wemix.com/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |

0 commit comments

Comments
 (0)