Skip to content

Commit 9179088

Browse files
authored
chore(networks)-add-new-networks (#517)
1 parent ab93c80 commit 9179088

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

components/EntropyDeployments.tsx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,4 +369,22 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
369369
rpc: "https://api.testnet.abs.xyz",
370370
nativeCurrency: "ETH",
371371
},
372+
"fantom-sonic-devnet": {
373+
address: "0xebe57e8045f2f230872523bbff7374986e45c486",
374+
explorer: "https://blaze.soniclabs.com/address/$ADDRESS",
375+
delay: "",
376+
gasLimit: "500K",
377+
network: "testnet",
378+
rpc: "https://rpc.blaze.soniclabs.com",
379+
nativeCurrency: "S",
380+
},
381+
"unichain-sepolia": {
382+
address: "0x8D254a21b3C86D32F7179855531CE99164721933",
383+
explorer: "https://unichain-sepolia.blockscout.com/address/$ADDRESS",
384+
delay: "",
385+
gasLimit: "500K",
386+
network: "testnet",
387+
rpc: "https://sepolia.unichain.org",
388+
nativeCurrency: "ETH",
389+
},
372390
};

pages/entropy/debug-callback-failures.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Retrieve the `/v1/chains/$CHAIN_ID/revelations/$SEQUENCE_NUMBER` endpoint from t
5656
```bash copy
5757
curl https://fortuna.dourolabs.app/v1/chains/$CHAIN_ID/revelations/$SEQUENCE_NUMBER
5858
```
59+
5960
N.B. The chain ID is the string name of the chain and not the EVM chain ID. The chain ids are available [here](https://fortuna.dourolabs.app/docs/#/crate%3A%3Aapi/chain_ids)
6061

6162
This endpoint will return the provider's revelation as a hexadecimal value, such as:

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ Pyth is currently available on the EVM networks below using Pyth Stable price so
100100
| Dela Deperp Mithreum Testnet | [`0xe9d69CdD6Fe41e7B621B4A688C5D1a68cB5c8ADc`](https://mithreum-sepolia.deperp.com/address/0xe9d69CdD6Fe41e7B621B4A688C5D1a68cB5c8ADc) |
101101
| EOS testnet | [`0x0708325268dF9F66270F1401206434524814508b`](https://explorer.testnet.evm.eosnetwork.com/address/0x0708325268dF9F66270F1401206434524814508b) |
102102
| Etherlink testnet | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://testnet.explorer.etherlink.com/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
103+
| Eventum testnet | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://testnet-blockscout.eh-dev.app/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
103104
| EVMOS testnet | [`0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E`](https://evm.evmos.dev/address/0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E) |
104105
| Fantom testnet | [`0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb`](https://testnet.ftmscan.com/address/0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb) |
105106
| Filecoin calibration | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://calibration.filfox.info/en/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |
@@ -148,6 +149,7 @@ Pyth is currently available on the EVM networks below using Pyth Stable price so
148149
| Shimmer testnet | [`0x8D254a21b3C86D32F7179855531CE99164721933`](https://explorer.evm.testnet.shimmer.network/address/0x8D254a21b3C86D32F7179855531CE99164721933) |
149150
| Skate testnet | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://testnet.skalenodes.com/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
150151
| Soneium (testnet) | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://soneium-minato.blockscout.com/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
152+
| Sonic Fantom Devnet | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://blaze.soniclabs.com/address/0x2880ab155794e7179c9ee2e38200202908c17b43) |
151153
| Sonic Fantom Testnet | [`0x96124d1f6e44ffdf1fb5d6d74bb2de1b7fb`](https://testnet.soniclabs.com/address/0x96124d1f6e44ffdf1fb5d6d74bb2de1b7fbe7376) |
152154
| Superseed Testnet | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://sepolia-explorer.superseed.xyz/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
153155
| Tabi Testnet | [`0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb`](https://testnetv2.tabiscan.com/address/0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb) |

0 commit comments

Comments
 (0)