Skip to content

Commit 5eef311

Browse files
authored
feat: expose on-ramp link (#255)
1 parent 892e2bf commit 5eef311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/networks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const publicChains: ZkSyncNetwork[] = [
9292
blockExplorerUrl: "https://era.zksync.network",
9393
blockExplorerApi: "https://block-explorer-api.mainnet.zksync.io",
9494
displaySettings: {
95-
onramp: false, // temporary hidden
95+
onramp: true,
9696
showPartnerLinks: true,
9797
},
9898
l1Network: l1Networks.mainnet,

0 commit comments

Comments
 (0)