|
1 | 1 | [
|
| 2 | + { |
| 3 | + "chainId": 11155111, |
| 4 | + "chainName": "sepolia", |
| 5 | + "rpcUrls": ["https://sepolia.infura.io/v3/{{INFURA_API_KEY}}", "https://rpc.ankr.com/eth_sepolia", "https://rpc.sepolia.org"], |
| 6 | + "nativeCurrency": { |
| 7 | + "name": "Ether", |
| 8 | + "symbol": "ETH", |
| 9 | + "decimals": 18 |
| 10 | + }, |
| 11 | + "blockExplorerUrls": ["https://sepolia.etherscan.io"], |
| 12 | + "etherscan": { |
| 13 | + "apiUrl": "https://api-sepolia.etherscan.io/" |
| 14 | + }, |
| 15 | + "eip1559": true, |
| 16 | + "create": true, |
| 17 | + "linkedMainnet": 1 |
| 18 | + }, |
| 19 | + { |
| 20 | + "chainId": 534351, |
| 21 | + "chainName": "scroll-sepolia", |
| 22 | + "rpcUrls": ["https://sepolia-rpc.scroll.io/"], |
| 23 | + "nativeCurrency": { |
| 24 | + "name": "Scroll Ether", |
| 25 | + "symbol": "ETH", |
| 26 | + "decimals": 18 |
| 27 | + }, |
| 28 | + "blockExplorerUrls": ["https://sepolia.scrollscan.com/", "https://sepolia-blockscout.scroll.io"], |
| 29 | + "linkedMainnet": 534352, |
| 30 | + "linkedLayer1": 11155111, |
| 31 | + "eip1559": false, |
| 32 | + "create": true |
| 33 | + }, |
| 34 | + { |
| 35 | + "chainId": 84532, |
| 36 | + "chainName": "base-sepolia", |
| 37 | + "rpcUrls": ["https://sepolia.base.org", "https://base-sepolia.blockpi.network/v1/rpc/public"], |
| 38 | + "nativeCurrency": { |
| 39 | + "name": "Sepolia Ether", |
| 40 | + "symbol": "sepETH", |
| 41 | + "decimals": 18 |
| 42 | + }, |
| 43 | + "blockExplorerUrls": ["https://sepolia.basescan.org", "https://base-sepolia.blockscout.com"], |
| 44 | + "etherscanApiKey": "{{ETHERSCAN_API_KEY_BASE}}", |
| 45 | + "create": true, |
| 46 | + "linkedMainnet": 8453, |
| 47 | + "linkedLayer1": 11155111 |
| 48 | + }, |
| 49 | + { |
| 50 | + "chainId": 999999999, |
| 51 | + "chainName": "zora-sepolia", |
| 52 | + "rpcUrls": ["https://sepolia.rpc.zora.energy"], |
| 53 | + "nativeCurrency": { |
| 54 | + "name": "Zora Ether", |
| 55 | + "symbol": "zETH", |
| 56 | + "decimals": 18 |
| 57 | + }, |
| 58 | + "blockExplorerUrls": ["https://sepolia.explorer.zora.energy/"], |
| 59 | + "linkedMainnet": 7777777, |
| 60 | + "linkedLayer1": 11155111, |
| 61 | + "create": true |
| 62 | + }, |
2 | 63 | {
|
3 | 64 | "chainId": 5,
|
4 | 65 | "chainName": "goerli",
|
|
28 | 89 | "rpcUrls": ["https://goerli.base.org"],
|
29 | 90 | "nativeCurrency": {
|
30 | 91 | "name": "Goerli Ether",
|
31 |
| - "symbol": "ETH", |
| 92 | + "symbol": "goeETH", |
32 | 93 | "decimals": 18
|
33 | 94 | },
|
34 | 95 | "blockExplorerUrls": ["https://goerli.basescan.org", "https://base-goerli.blockscout.com"],
|
|
66 | 127 | "linkedLayer1": 5,
|
67 | 128 | "create": true
|
68 | 129 | },
|
69 |
| - { |
70 |
| - "chainId": 11155111, |
71 |
| - "chainName": "sepolia", |
72 |
| - "rpcUrls": ["https://sepolia.infura.io/v3/{{INFURA_API_KEY}}", "https://rpc.ankr.com/eth_sepolia", "https://rpc.sepolia.org"], |
73 |
| - "nativeCurrency": { |
74 |
| - "name": "Ether", |
75 |
| - "symbol": "ETH", |
76 |
| - "decimals": 18 |
77 |
| - }, |
78 |
| - "blockExplorerUrls": ["https://sepolia.etherscan.io"], |
79 |
| - "etherscan": { |
80 |
| - "apiUrl": "https://api-sepolia.etherscan.io/" |
81 |
| - }, |
82 |
| - "eip1559": true, |
83 |
| - "create": true, |
84 |
| - "linkedMainnet": 1 |
85 |
| - }, |
86 |
| - { |
87 |
| - "chainId": 534351, |
88 |
| - "chainName": "scroll-sepolia", |
89 |
| - "rpcUrls": ["https://sepolia-rpc.scroll.io/"], |
90 |
| - "nativeCurrency": { |
91 |
| - "name": "Scroll Ether", |
92 |
| - "symbol": "ETH", |
93 |
| - "decimals": 18 |
94 |
| - }, |
95 |
| - "blockExplorerUrls": ["https://sepolia-blockscout.scroll.io"], |
96 |
| - "linkedMainnet": 534352, |
97 |
| - "linkedLayer1": 11155111, |
98 |
| - "eip1559": false, |
99 |
| - "create": true |
100 |
| - }, |
101 |
| - { |
102 |
| - "chainId": 999999999, |
103 |
| - "chainName": "zora-sepolia", |
104 |
| - "rpcUrls": ["https://sepolia.rpc.zora.energy"], |
105 |
| - "nativeCurrency": { |
106 |
| - "name": "Zora Ether", |
107 |
| - "symbol": "zETH", |
108 |
| - "decimals": 18 |
109 |
| - }, |
110 |
| - "blockExplorerUrls": ["https://sepolia.explorer.zora.energy/"], |
111 |
| - "linkedMainnet": 7777777, |
112 |
| - "linkedLayer1": 11155111, |
113 |
| - "create": true |
114 |
| - }, |
115 | 130 | {
|
116 | 131 | "chainId": 80001,
|
117 | 132 | "chainName": "mumbai",
|
|
0 commit comments