Skip to content

Commit 7d81863

Browse files
authored
fix: fix explorer link (#505)
1 parent 999bb8f commit 7d81863

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/EntropyDeployments.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
254254
},
255255
"etherlink-testnet": {
256256
address: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
257-
explorer: "https://testnet-explorer.etherlink.com/address/$ADDRESS",
257+
explorer: "https://testnet.explorer.etherlink.com/address/$ADDRESS",
258258
delay: "",
259259
gasLimit: "15M",
260260
network: "testnet",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Pyth is currently available on the EVM networks below using Pyth Stable price so
9999
| Dela Deperp Testnet | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://sepolia-delascan.deperp.com/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |
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) |
102-
| Etherlink testnet | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://testnet-explorer.etherlink.com/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
102+
| Etherlink testnet | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://testnet.explorer.etherlink.com/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
103103
| EVMOS testnet | [`0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E`](https://evm.evmos.dev/address/0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E) |
104104
| Fantom testnet | [`0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb`](https://testnet.ftmscan.com/address/0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb) |
105105
| Filecoin calibration | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://calibration.filfox.info/en/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |

0 commit comments

Comments
 (0)