Skip to content

Commit 5edf187

Browse files
authored
Merge pull request #242 from balancer/fix-polygon-blockscan-url
Fix polygon address URL in DeploymentAddresses.vue
2 parents 4d585d3 + c30eeee commit 5edf187

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.vuepress/components/DeploymentAddresses.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const EXPLORER_URLS = {
6868
avalanche: 'https://snowtrace.io/address/',
6969
mode: 'https://modescan.io/address/',
7070
fraxtal: 'https://fraxscan.io/address/',
71-
polygon: 'https://polygonscan.io/address/',
71+
polygon: 'https://polygonscan.com/address/',
7272
};
7373
7474
const CONTRACT_GROUPS = {

docs/.vuepress/components/PermissionTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export default defineComponent({
143143
avalanche: 'https://snowtrace.io/address/',
144144
mode: 'https://modescan.io/address/',
145145
fraxtal: 'https://fraxscan.io/address/',
146-
polygon: 'https://polygonscan.io/address/',
146+
polygon: 'https://polygonscan.com/address/',
147147
};
148148
149149
const explorerUrl =

0 commit comments

Comments
 (0)