Skip to content

Commit

Permalink
fix: remove nftbridge for polygon because we dont allow to bridge fro…
Browse files Browse the repository at this point in the history
…m polygon for now
  • Loading branch information
hthieu1110 committed Jul 3, 2024
1 parent bb6923d commit f17eabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/networks/polygon/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const polygonNetwork: EthereumNetworkInfo = {
kind: NetworkKind.Ethereum,
displayName: "Polygon",
icon: "polygon.svg",
features: [NetworkFeature.RiotP2E, NetworkFeature.NFTBridge],
features: [NetworkFeature.RiotP2E],
currencies: polygonCurrencies,
idPrefix: "polygon",
endpoint: "https://polygon-rpc.com",
Expand Down

0 comments on commit f17eabf

Please sign in to comment.