@snapshot-labs/snapshot.js 0.12.36 → 0.12.38
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 +17 -2
- package/dist/snapshot.esm.js +17 -2
- package/dist/snapshot.min.js +2 -2
- package/package.json +1 -1
- package/src/networks.json +14 -0
- package/src/schemas/proposal.json +1 -1
- package/src/schemas/vote.json +1 -1
package/dist/snapshot.cjs.js
CHANGED
|
@@ -1069,7 +1069,7 @@ var definitions$1 = {
|
|
|
1069
1069
|
app: {
|
|
1070
1070
|
type: "string",
|
|
1071
1071
|
title: "app",
|
|
1072
|
-
maxLength:
|
|
1072
|
+
maxLength: 24
|
|
1073
1073
|
},
|
|
1074
1074
|
privacy: {
|
|
1075
1075
|
type: "string",
|
|
@@ -1223,7 +1223,7 @@ var definitions$3 = {
|
|
|
1223
1223
|
app: {
|
|
1224
1224
|
type: "string",
|
|
1225
1225
|
title: "app",
|
|
1226
|
-
maxLength:
|
|
1226
|
+
maxLength: 24
|
|
1227
1227
|
}
|
|
1228
1228
|
},
|
|
1229
1229
|
required: [
|
|
@@ -2097,6 +2097,21 @@ var networks = {
|
|
|
2097
2097
|
},
|
|
2098
2098
|
start: 360030,
|
|
2099
2099
|
logo: "ipfs://bafkreid6pm3mic7izp3a6zlfwhhe7etd276bjfsq2xash6a4s2vmcdf65a"
|
|
2100
|
+
},
|
|
2101
|
+
"146": {
|
|
2102
|
+
key: "146",
|
|
2103
|
+
name: "Sonic",
|
|
2104
|
+
shortName: "mainnet",
|
|
2105
|
+
chainId: 146,
|
|
2106
|
+
network: "mainnet",
|
|
2107
|
+
multicall: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
2108
|
+
rpc: [
|
|
2109
|
+
],
|
|
2110
|
+
explorer: {
|
|
2111
|
+
url: "https://explorer.soniclabs.com"
|
|
2112
|
+
},
|
|
2113
|
+
start: 60,
|
|
2114
|
+
logo: "ipfs://bafkreic5fffatwy2gzf6y5iymje6ijii43tz4wlxl35da36guurhibjx44"
|
|
2100
2115
|
},
|
|
2101
2116
|
"148": {
|
|
2102
2117
|
key: "148",
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -1059,7 +1059,7 @@ var definitions$1 = {
|
|
|
1059
1059
|
app: {
|
|
1060
1060
|
type: "string",
|
|
1061
1061
|
title: "app",
|
|
1062
|
-
maxLength:
|
|
1062
|
+
maxLength: 24
|
|
1063
1063
|
},
|
|
1064
1064
|
privacy: {
|
|
1065
1065
|
type: "string",
|
|
@@ -1213,7 +1213,7 @@ var definitions$3 = {
|
|
|
1213
1213
|
app: {
|
|
1214
1214
|
type: "string",
|
|
1215
1215
|
title: "app",
|
|
1216
|
-
maxLength:
|
|
1216
|
+
maxLength: 24
|
|
1217
1217
|
}
|
|
1218
1218
|
},
|
|
1219
1219
|
required: [
|
|
@@ -2087,6 +2087,21 @@ var networks = {
|
|
|
2087
2087
|
},
|
|
2088
2088
|
start: 360030,
|
|
2089
2089
|
logo: "ipfs://bafkreid6pm3mic7izp3a6zlfwhhe7etd276bjfsq2xash6a4s2vmcdf65a"
|
|
2090
|
+
},
|
|
2091
|
+
"146": {
|
|
2092
|
+
key: "146",
|
|
2093
|
+
name: "Sonic",
|
|
2094
|
+
shortName: "mainnet",
|
|
2095
|
+
chainId: 146,
|
|
2096
|
+
network: "mainnet",
|
|
2097
|
+
multicall: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
2098
|
+
rpc: [
|
|
2099
|
+
],
|
|
2100
|
+
explorer: {
|
|
2101
|
+
url: "https://explorer.soniclabs.com"
|
|
2102
|
+
},
|
|
2103
|
+
start: 60,
|
|
2104
|
+
logo: "ipfs://bafkreic5fffatwy2gzf6y5iymje6ijii43tz4wlxl35da36guurhibjx44"
|
|
2090
2105
|
},
|
|
2091
2106
|
"148": {
|
|
2092
2107
|
key: "148",
|