@snapshot-labs/snapshot.js 0.3.19 → 0.3.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/snapshot.cjs.js +11 -0
- package/dist/snapshot.esm.js +11 -0
- package/dist/snapshot.min.js +1 -1
- package/package.json +1 -1
- package/src/networks/10.png +0 -0
- package/src/networks.json +11 -0
package/dist/snapshot.cjs.js
CHANGED
|
@@ -1077,6 +1077,17 @@ var networks = {
|
|
|
1077
1077
|
"wss://ws.octano.dev"
|
|
1078
1078
|
],
|
|
1079
1079
|
explorer: "https://ubiqscan.io"
|
|
1080
|
+
},
|
|
1081
|
+
"10": {
|
|
1082
|
+
key: "10",
|
|
1083
|
+
name: "Optimistic Ethereum",
|
|
1084
|
+
chainId: 10,
|
|
1085
|
+
network: "Optimistic Ethereum",
|
|
1086
|
+
multicall: "0x35A6Cdb2C9AD4a45112df4a04147EB07dFA01aB7",
|
|
1087
|
+
rpc: [
|
|
1088
|
+
"https://opt-mainnet.g.alchemy.com/v2/JzmIL4Q3jBj7it2duxLFeuCa9Wobmm7D"
|
|
1089
|
+
],
|
|
1090
|
+
explorer: "https://optimistic.etherscan.io"
|
|
1080
1091
|
},
|
|
1081
1092
|
"20": {
|
|
1082
1093
|
key: "20",
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -1068,6 +1068,17 @@ var networks = {
|
|
|
1068
1068
|
"wss://ws.octano.dev"
|
|
1069
1069
|
],
|
|
1070
1070
|
explorer: "https://ubiqscan.io"
|
|
1071
|
+
},
|
|
1072
|
+
"10": {
|
|
1073
|
+
key: "10",
|
|
1074
|
+
name: "Optimistic Ethereum",
|
|
1075
|
+
chainId: 10,
|
|
1076
|
+
network: "Optimistic Ethereum",
|
|
1077
|
+
multicall: "0x35A6Cdb2C9AD4a45112df4a04147EB07dFA01aB7",
|
|
1078
|
+
rpc: [
|
|
1079
|
+
"https://opt-mainnet.g.alchemy.com/v2/JzmIL4Q3jBj7it2duxLFeuCa9Wobmm7D"
|
|
1080
|
+
],
|
|
1081
|
+
explorer: "https://optimistic.etherscan.io"
|
|
1071
1082
|
},
|
|
1072
1083
|
"20": {
|
|
1073
1084
|
key: "20",
|