Skip to content

Commit 3d966ca

Browse files
authored
chore(entropy) Add Sonic testnet (#439)
1 parent 1a71324 commit 3d966ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/EntropyDeployments.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
121121
gasLimit: "2.5M",
122122
},
123123
"fantom-sonic": {
124-
rpc: "https://rpc.sonic.fantom.network/",
124+
rpc: "https://rpc.testnet.soniclabs.com",
125125
network: "testnet",
126126
delay: "",
127-
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933",
128-
explorer: "https://public-sonic.fantom.network/address/$ADDRESS",
127+
address: "0x5124FAE0890dE83B3bb2cc30Bb3EDAfFc07Da744",
128+
explorer: "https://testnet.soniclabs.com/address/$ADDRESS",
129129
gasLimit: "500K",
130130
},
131131
"blast-testnet": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Pyth is currently available on the EVM networks below using Pyth Stable price so
140140
| Sepolia (Ethereum testnet) | [`0xDd24F84d36BF92C65F92307595335bdFab5Bbd21`](https://sepolia.etherscan.io/address/0xDd24F84d36BF92C65F92307595335bdFab5Bbd21) |
141141
| Shimmer testnet | [`0x8D254a21b3C86D32F7179855531CE99164721933`](https://explorer.evm.testnet.shimmer.network/address/0x8D254a21b3C86D32F7179855531CE99164721933) |
142142
| Soneium (testnet) | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://explorer-testnet.soneium.org/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
143-
| Sonic Testnet | [`0x96124d1f6e44ffdf1fb5d6d74bb2de1b7fb`](https://testnet.soniclabs.com/address/0x96124d1f6e44ffdf1fb5d6d74bb2de1b7fbe7376) |
143+
| Sonic Fantom Testnet | [`0x96124d1f6e44ffdf1fb5d6d74bb2de1b7fb`](https://testnet.soniclabs.com/address/0x96124d1f6e44ffdf1fb5d6d74bb2de1b7fbe7376) |
144144
| Viction testnet | [`0x5D289Ad1CE59fCC25b6892e7A303dfFf3a9f7167`](https://testnet.tomoscan.io/address/0x5D289Ad1CE59fCC25b6892e7A303dfFf3a9f7167) |
145145
| WEMIX testnet | [`0x26DD80569a8B23768A1d80869Ed7339e07595E85`](https://explorer.test.wemix.com/address/0x26DD80569a8B23768A1d80869Ed7339e07595E85) |
146146
| ZKFair testnet | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://testnet-scan.zkfair.io/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |

0 commit comments

Comments
 (0)