Skip to content

Commit ca3f263

Browse files
authored
chore(pricefeed + entropy): Add new networks (#369)
1 parent 571a898 commit ca3f263

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

components/EntropyDeployments.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,4 +264,12 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
264264
network: "testnet",
265265
rpc: "https://rpc.ankr.com/klaytn_testnet",
266266
},
267+
tabi_testnet: {
268+
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
269+
explorer: "https://testnet.tabiscan.com/address/$ADDRESS",
270+
delay: "",
271+
gasLimit: "500K",
272+
network: "testnet",
273+
rpc: "https://rpc-internal.testnet.tabichain.com/",
274+
},
267275
};

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ Pyth is currently available on the EVM networks below using Pyth Stable price so
111111
| Merlin testnet V2 | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://testnet-scan-v2.merlinchain.io/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |
112112
| Meter testnet | [`0x5a71C07a0588074443545eE0c08fb0375564c3E4`](https://scan-warringstakes.meter.io/address/0x5a71C07a0588074443545eE0c08fb0375564c3E4) |
113113
| Mode testnet | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://sepolia.explorer.mode.network/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |
114+
| Morph Holesky testnet | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://explorer-holesky.morphl2.io/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
114115
| Morph testnet | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://explorer-testnet.morphl2.io/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |
115116
| Movement testnet | `0xA2aa501b19aff244D90cc15a4Cf739D2725B5729` |
116117
| Mumbai (Polygon testnet) | [`0xFC6bd9F9f0c6481c6Af3A7Eb46b296A5B85ed379`](https://mumbai.polygonscan.com/address/0xFC6bd9F9f0c6481c6Af3A7Eb46b296A5B85ed379) |

0 commit comments

Comments
 (0)