Skip to content

Commit 5cfa820

Browse files
authored
eth: add sei testnet (#346)
1 parent ee48c82 commit 5cfa820

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

components/EntropyDeployments.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
104104
explorer: "https://sepolia.explorer.mode.network/address/$ADDRESS",
105105
gasLimit: "500K",
106106
},
107-
"sei-evm-devnet": {
108-
rpc: "https://evm-rpc-arctic-1.sei-apis.com",
107+
"sei-evm-testnet": {
108+
rpc: "https://evm-rpc-testnet.sei-apis.com",
109109
network: "testnet",
110110
delay: "",
111-
address: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
112-
explorer: "https://seitrace.com/address/$ADDRESS?chain=arctic-1",
111+
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
112+
explorer: "https://seitrace.com/address/$ADDRESS?chain=atlantic-2",
113113
gasLimit: "500K",
114114
},
115115
"arbitrum-sepolia": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Pyth is currently available on the EVM networks below using Pyth Stable price so
125125
| Polygon zkEVM testnet | [`0xFf255f800044225f54Af4510332Aa3D67CC77635`](https://testnet-zkevm.polygonscan.com/address/0xFf255f800044225f54Af4510332Aa3D67CC77635) |
126126
| Polynomial testnet | [`0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509`](https://explorerl2new-polynomial-network-testnet-x0tryg8u1c.t.conduit.xyz/address/0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509) |
127127
| Saigon (Ronin testnet) | [`0xEbe57e8045F2F230872523bbff7374986E45C486`](https://saigon-app.roninchain.com/address/0xEbe57e8045F2F230872523bbff7374986E45C486) |
128-
| Sei EVM devnet | [`0xe9d69CdD6Fe41e7B621B4A688C5D1a68cB5c8ADc`](https://seitrace.com/address/0xe9d69CdD6Fe41e7B621B4A688C5D1a68cB5c8ADc) |
128+
| Sei EVM testnet | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://seitrace.com/address/0x2880aB155794e7179c9eE2e38200202908C17B43?chain=atlantic-2) |
129129
| Scroll Sepolia | [`0x41c9e39574F40Ad34c79f1C99B66A45eFB830d4c`](https://sepolia-blockscout.scroll.io/address/0x41c9e39574F40Ad34c79f1C99B66A45eFB830d4c) |
130130
| Sepolia (Ethereum testnet) | [`0xDd24F84d36BF92C65F92307595335bdFab5Bbd21`](https://sepolia.etherscan.io/address/0xDd24F84d36BF92C65F92307595335bdFab5Bbd21) |
131131
| Shimmer testnet | [`0x8D254a21b3C86D32F7179855531CE99164721933`](https://explorer.evm.testnet.shimmer.network/address/0x8D254a21b3C86D32F7179855531CE99164721933) |

0 commit comments

Comments
 (0)