We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Polygon
1 parent 7cb98c7 commit 9683954Copy full SHA for 9683954
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@cowprotocol/cow-sdk",
3
- "version": "6.0.0-RC.50",
+ "version": "6.0.0-RC.51",
4
"license": "(MIT OR Apache-2.0)",
5
"files": [
6
"/dist"
src/chains/details/polygon.ts
@@ -16,7 +16,7 @@ export const polygon: ChainInfo = {
16
symbol: 'POL',
17
logoUrl: polygonLogo,
18
},
19
- addressPrefix: 'polygon',
+ addressPrefix: 'matic',
20
isTestnet: false,
21
contracts: {
22
multicall3: {
@@ -29,7 +29,7 @@ export const polygon: ChainInfo = {
29
http: ['https://polygon-rpc.com'],
30
31
32
- color: '#ff0420',
+ color: '#8247e5',
33
website: {
34
name: 'Polygon',
35
url: 'https://polygon.technology',
0 commit comments