This repository was archived by the owner on Feb 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "alias" : " odyssey-sepolia-testnet" ,
3+ "decimals" : 18 ,
4+ "explorer" : {
5+ "api" : {
6+ "key" : {
7+ "required" : false
8+ },
9+ "url" : " https://odyssey-explorer.ithaca.xyz/api"
10+ },
11+ "browserUrl" : " https://odyssey-explorer.ithaca.xyz/"
12+ },
13+ "id" : " 911867" ,
14+ "name" : " Odyssey testnet" ,
15+ "providers" : [
16+ {
17+ "alias" : " default" ,
18+ "rpcUrl" : " https://odyssey.ithaca.xyz"
19+ }
20+ ],
21+ "symbol" : " ETH" ,
22+ "testnet" : true
23+ }
Original file line number Diff line number Diff line change @@ -1262,6 +1262,19 @@ export const CHAINS: Chain[] = [
12621262 symbol : 'NEON' ,
12631263 testnet : false ,
12641264 } ,
1265+ {
1266+ alias : 'odyssey-sepolia-testnet' ,
1267+ decimals : 18 ,
1268+ explorer : {
1269+ api : { key : { required : false } , url : 'https://odyssey-explorer.ithaca.xyz/api' } ,
1270+ browserUrl : 'https://odyssey-explorer.ithaca.xyz/' ,
1271+ } ,
1272+ id : '911867' ,
1273+ name : 'Odyssey testnet' ,
1274+ providers : [ { alias : 'default' , rpcUrl : 'https://odyssey.ithaca.xyz' } ] ,
1275+ symbol : 'ETH' ,
1276+ testnet : true ,
1277+ } ,
12651278 {
12661279 alias : 'oev-network' ,
12671280 decimals : 18 ,
You can’t perform that action at this time.
0 commit comments