Skip to content

Commit 5f22999

Browse files
authored
add etherlink address (#336)
1 parent b456af7 commit 5f22999

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
@@ -232,4 +232,12 @@ export const EntropyDeployments: Record<string, EntropyDeployment> = {
232232
network: "mainnet",
233233
rpc: "https://rpc.mainnet.taiko.xyz",
234234
},
235+
"etherlink-testnet": {
236+
address: "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
237+
explorer: "https://testnet-explorer.etherlink.com/$ADDRESS",
238+
delay: "",
239+
gasLimit: "500K",
240+
network: "testnet",
241+
rpc: "https://node.ghostnet.etherlink.com",
242+
},
235243
};

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ Pyth is currently available on the EVM networks below using Pyth Stable price so
8585
| Dela Deperp Testnet | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://sepolia-delascan.deperp.com/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |
8686
| Dela Deperp Mithreum Testnet | [`0xe9d69CdD6Fe41e7B621B4A688C5D1a68cB5c8ADc`](https://mithreum-sepolia.deperp.com/address/0xe9d69CdD6Fe41e7B621B4A688C5D1a68cB5c8ADc) |
8787
| EOS testnet | [`0x0708325268dF9F66270F1401206434524814508b`](https://explorer.testnet.evm.eosnetwork.com/address/0x0708325268dF9F66270F1401206434524814508b) |
88+
| Etherlink testnet | [`0x2880aB155794e7179c9eE2e38200202908C17B43`](https://testnet-explorer.etherlink.com/address/0x2880aB155794e7179c9eE2e38200202908C17B43) |
8889
| EVMOS testnet | [`0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E`](https://evm.evmos.dev/address/0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E) |
8990
| Fantom testnet | [`0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb`](https://testnet.ftmscan.com/address/0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb) |
9091
| Filecoin calibration | [`0xA2aa501b19aff244D90cc15a4Cf739D2725B5729`](https://calibration.filfox.info/en/address/0xA2aa501b19aff244D90cc15a4Cf739D2725B5729) |

0 commit comments

Comments
 (0)