Skip to content

chore(networks) Add new networks #532

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 9, 2024
Merged
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
6 changes: 3 additions & 3 deletions components/EntropyDeployments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,12 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
nativeCurrency: "KLAY",
},
"tabi-testnet": {
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
explorer: "https://testnet.tabiscan.com/address/$ADDRESS",
address: "0xEbe57e8045F2F230872523bbff7374986E45C486",
explorer: "https://testnetv2.tabiscan.com/address/$ADDRESS",
delay: "",
gasLimit: "500K",
network: "testnet",
rpc: "https://rpc-internal.testnet.tabichain.com/",
rpc: "https://rpc.testnetv2.tabichain.com",
nativeCurrency: "TABI",
},
"b3-testnet": {
Expand Down
2 changes: 2 additions & 0 deletions pages/price-feeds/contract-addresses/evm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Pyth is currently available on the EVM networks below using Pyth Stable price so
| EVMOS | [`0x354bF866A4B006C9AF9d9e06d9364217A8616E12`](https://www.mintscan.io/evmos/evm/contract/0x354bF866A4B006C9AF9d9e06d9364217A8616E12) |
| Ethereum | [`0x4305FB66699C3B2702D4d05CF36551390A4c69C6`](https://etherscan.io/address/0x4305fb66699c3b2702d4d05cf36551390a4c69c6) |
| Etherlink | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://explorer.etherlink.com/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
| Eventum | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://explorer.evedex.com/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
| Fantom | [`0xff1a0f4744e8582DF1aE09D5611b887B6a12925C`](https://ftmscan.com/address/0xff1a0f4744e8582df1ae09d5611b887b6a12925c) |
| Filecoin | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://filfox.info/en/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |
| Flow | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://evm.flowscan.io/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
Expand Down Expand Up @@ -152,6 +153,7 @@ Pyth is currently available on the EVM networks below using Pyth Stable price so
| Soneium (testnet) | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://soneium-minato.blockscout.com/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
| Sonic Fantom Devnet | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://blaze.soniclabs.com/address/0x2880ab155794e7179c9ee2e38200202908c17b43) |
| Sonic Fantom Testnet | [`0x96124d1f6e44ffdf1fb5d6d74bb2de1b7fb`](https://testnet.soniclabs.com/address/0x96124d1f6e44ffdf1fb5d6d74bb2de1b7fbe7376) |
| Story Protocol | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://odyssey.storyscan.xyz/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
| Superseed Testnet | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://sepolia-explorer.superseed.xyz/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
| Tabi Testnet | [`0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb`](https://testnetv2.tabiscan.com/address/0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb) |
| Taiko Hekla | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://hekla.taikoscan.network/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
Expand Down
Loading