fix: replace tom1687.no-ip.org with 192.168.1.176, add DateTimeEncoder for API datetime serialization

This commit is contained in:
maik
2026-06-29 16:07:54 +00:00
parent b12b3e35f4
commit a13e614371
7 changed files with 11 additions and 16 deletions
+2 -2
View File
@@ -8,10 +8,10 @@ export const zkSyncLocal: Chain = {
name: 'zkSync Local',
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
rpcUrls: {
default: { http: ['http://tom1687.no-ip.org:3050'] },
default: { http: ['http://192.168.1.176:3050'] },
},
blockExplorers: {
default: { name: 'Explorer', url: 'http://tom1687.no-ip.org:3050' },
default: { name: 'Explorer', url: 'http://192.168.1.176:3050' },
},
};