Skip to content

Commit 9683954

Browse files
authored
chore: update Polygon data (#333)
1 parent 7cb98c7 commit 9683954

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/cow-sdk",
3-
"version": "6.0.0-RC.50",
3+
"version": "6.0.0-RC.51",
44
"license": "(MIT OR Apache-2.0)",
55
"files": [
66
"/dist"

src/chains/details/polygon.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const polygon: ChainInfo = {
1616
symbol: 'POL',
1717
logoUrl: polygonLogo,
1818
},
19-
addressPrefix: 'polygon',
19+
addressPrefix: 'matic',
2020
isTestnet: false,
2121
contracts: {
2222
multicall3: {
@@ -29,7 +29,7 @@ export const polygon: ChainInfo = {
2929
http: ['https://polygon-rpc.com'],
3030
},
3131
},
32-
color: '#ff0420',
32+
color: '#8247e5',
3333
website: {
3434
name: 'Polygon',
3535
url: 'https://polygon.technology',

0 commit comments

Comments
 (0)