@snapshot-labs/snapshot.js 0.4.30 → 0.4.31
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 +5 -4
- package/dist/snapshot.esm.js +5 -4
- package/dist/snapshot.min.js +5 -5
- package/package.json +1 -1
- package/src/networks.json +5 -4
package/dist/snapshot.cjs.js
CHANGED
|
@@ -2078,12 +2078,13 @@ var networks = {
|
|
|
2078
2078
|
name: "Thundercore Mainnet",
|
|
2079
2079
|
chainId: 108,
|
|
2080
2080
|
network: "mainnet",
|
|
2081
|
-
multicall: "",
|
|
2081
|
+
multicall: "0x3017086deef56679e267f67f66c4415109b7a97f",
|
|
2082
2082
|
rpc: [
|
|
2083
|
-
"https://mainnet-rpc.thundercore.com"
|
|
2083
|
+
"https://mainnet-rpc.thundercore.com/archived/SNAPSHOTEuR82a75fLYA"
|
|
2084
2084
|
],
|
|
2085
|
-
explorer: "https://
|
|
2086
|
-
|
|
2085
|
+
explorer: "https://viewblock.io/thundercore",
|
|
2086
|
+
start: 94425385,
|
|
2087
|
+
logo: "ipfs://bafkreifc5z5vtvqx2luzgateyvoocwpd2ifv2hwufxdnyl2a767wa6icli"
|
|
2087
2088
|
},
|
|
2088
2089
|
"111": {
|
|
2089
2090
|
key: "111",
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -2069,12 +2069,13 @@ var networks = {
|
|
|
2069
2069
|
name: "Thundercore Mainnet",
|
|
2070
2070
|
chainId: 108,
|
|
2071
2071
|
network: "mainnet",
|
|
2072
|
-
multicall: "",
|
|
2072
|
+
multicall: "0x3017086deef56679e267f67f66c4415109b7a97f",
|
|
2073
2073
|
rpc: [
|
|
2074
|
-
"https://mainnet-rpc.thundercore.com"
|
|
2074
|
+
"https://mainnet-rpc.thundercore.com/archived/SNAPSHOTEuR82a75fLYA"
|
|
2075
2075
|
],
|
|
2076
|
-
explorer: "https://
|
|
2077
|
-
|
|
2076
|
+
explorer: "https://viewblock.io/thundercore",
|
|
2077
|
+
start: 94425385,
|
|
2078
|
+
logo: "ipfs://bafkreifc5z5vtvqx2luzgateyvoocwpd2ifv2hwufxdnyl2a767wa6icli"
|
|
2078
2079
|
},
|
|
2079
2080
|
"111": {
|
|
2080
2081
|
key: "111",
|