Skip to content

Commit fe0e6cd

Browse files
Change_Network_Settings
Updating network settings, due to the new data scraping model, NetworkSettings entities names are now utilized as a network prefix, for local files, due that it's not possible to have special characters.
1 parent 97de991 commit fe0e6cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NetworkSettings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"Endpoint": "https://polygon-rpc.com",
5555
"WS": "polygon",
5656
"Factory": "0x1b02dA8Cb0d097eB8D57A175b88c7D8b47997506",
57-
"Name": "Polygon/ Matic",
57+
"Name": "Polygon",
5858
"TokenSylmbol": "MATIC",
5959
"CurrencyAddress": "0x0000000000000000000000000000000000001010",
6060
"PairCurrency": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F"
@@ -66,9 +66,9 @@
6666
"Endpoint": "https://matic-mumbai.chainstacklabs.com",
6767
"WS": "mumbai",
6868
"Factory": "0x9Ac64Cc6e4415144C455BD8E4837Fea55603e5c3",
69-
"Name": "Polygon/ Matic",
69+
"Name": "Polygon",
7070
"TokenSylmbol": "MATIC",
7171
"CurrencyAddress": "0x9c3C9283D3e44854697Cd22D3Faa240Cfb032889",
7272
"PairCurrency": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F"
7373
}
74-
]
74+
]

0 commit comments

Comments
 (0)