@cityofzion/bs-ethereum 3.1.11 → 3.1.13
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.
|
@@ -181,6 +181,12 @@ BSEthereumConstants.NETWORKS_BY_EVM = {
|
|
|
181
181
|
url: _a.RPC_LIST_BY_NETWORK_ID['59144'][0],
|
|
182
182
|
type: 'mainnet',
|
|
183
183
|
},
|
|
184
|
+
{
|
|
185
|
+
id: '1101',
|
|
186
|
+
name: 'Polygon zkEVM Mainnet',
|
|
187
|
+
url: _a.RPC_LIST_BY_NETWORK_ID['1101'][0],
|
|
188
|
+
type: 'mainnet',
|
|
189
|
+
},
|
|
184
190
|
],
|
|
185
191
|
arbitrum: [
|
|
186
192
|
{
|
|
@@ -205,12 +211,6 @@ BSEthereumConstants.NETWORKS_BY_EVM = {
|
|
|
205
211
|
url: _a.RPC_LIST_BY_NETWORK_ID['137'][0],
|
|
206
212
|
type: 'mainnet',
|
|
207
213
|
},
|
|
208
|
-
{
|
|
209
|
-
id: '1101',
|
|
210
|
-
name: 'Polygon zkEVM Testnet',
|
|
211
|
-
url: _a.RPC_LIST_BY_NETWORK_ID['1101'][0],
|
|
212
|
-
type: 'testnet',
|
|
213
|
-
},
|
|
214
214
|
{
|
|
215
215
|
id: '80002',
|
|
216
216
|
name: 'Polygon Testnet Amoy',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cityofzion/bs-ethereum",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.13",
|
|
4
4
|
"repository": "https://github.com/CityOfZion/blockchain-services",
|
|
5
5
|
"license": "GPL-3.0-only",
|
|
6
6
|
"author": "Coz",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"axios": "~1.15.0",
|
|
21
21
|
"ethers": "5.8.0",
|
|
22
22
|
"zod": "~4.3.6",
|
|
23
|
-
"@cityofzion/blockchain-service": "3.1.
|
|
23
|
+
"@cityofzion/blockchain-service": "3.1.13"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@ledgerhq/hw-transport": "~6.32.0",
|