Skip to content

Commit 1b15c3a

Browse files
authored
chore(networks) Add new networks (#532)
1 parent 214d951 commit 1b15c3a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

components/EntropyDeployments.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,12 +289,12 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
289289
nativeCurrency: "KLAY",
290290
},
291291
"tabi-testnet": {
292-
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
293-
explorer: "https://testnet.tabiscan.com/address/$ADDRESS",
292+
address: "0xEbe57e8045F2F230872523bbff7374986E45C486",
293+
explorer: "https://testnetv2.tabiscan.com/address/$ADDRESS",
294294
delay: "",
295295
gasLimit: "500K",
296296
network: "testnet",
297-
rpc: "https://rpc-internal.testnet.tabichain.com/",
297+
rpc: "https://rpc.testnetv2.tabichain.com",
298298
nativeCurrency: "TABI",
299299
},
300300
"b3-testnet": {

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Pyth is currently available on the EVM networks below using Pyth Stable price so
2727
| EVMOS | [`0x354bF866A4B006C9AF9d9e06d9364217A8616E12`](https://www.mintscan.io/evmos/evm/contract/0x354bF866A4B006C9AF9d9e06d9364217A8616E12) |
2828
| Ethereum | [`0x4305FB66699C3B2702D4d05CF36551390A4c69C6`](https://etherscan.io/address/0x4305fb66699c3b2702d4d05cf36551390a4c69c6) |
2929
| Etherlink | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://explorer.etherlink.com/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
30+
| Eventum | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://explorer.evedex.com/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
3031
| Fantom | [`0xff1a0f4744e8582DF1aE09D5611b887B6a12925C`](https://ftmscan.com/address/0xff1a0f4744e8582df1ae09d5611b887b6a12925c) |
3132
| Filecoin | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://filfox.info/en/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |
3233
| Flow | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://evm.flowscan.io/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
@@ -152,6 +153,7 @@ Pyth is currently available on the EVM networks below using Pyth Stable price so
152153
| Soneium (testnet) | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://soneium-minato.blockscout.com/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
153154
| Sonic Fantom Devnet | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://blaze.soniclabs.com/address/0x2880ab155794e7179c9ee2e38200202908c17b43) |
154155
| Sonic Fantom Testnet | [`0x96124d1f6e44ffdf1fb5d6d74bb2de1b7fb`](https://testnet.soniclabs.com/address/0x96124d1f6e44ffdf1fb5d6d74bb2de1b7fbe7376) |
156+
| Story Protocol | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://odyssey.storyscan.xyz/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
155157
| Superseed Testnet | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://sepolia-explorer.superseed.xyz/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
156158
| Tabi Testnet | [`0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb`](https://testnetv2.tabiscan.com/address/0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb) |
157159
| Taiko Hekla | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://hekla.taikoscan.network/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |

0 commit comments

Comments
 (0)