Skip to content

Commit

Permalink
fix: replace deprecated polygon_mumbai with polygon_amoy for network …
Browse files Browse the repository at this point in the history
…compatibility
  • Loading branch information
AjayAdsule committed Sep 19, 2024
1 parent 36f937a commit 0d29c8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/api/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ TWITTER_CLIENT_ID=
TWITTER_CLIENT_SECRET=

# The network name must be the same as the id that appears in the `blockchainCredentialSupportedNetworks` list
# exported from the `@bandada/utils` package but with capital letters. E.g. polygon_mumbai would be POLYGON_MUMBAI.
# exported from the `@bandada/utils` package but with capital letters. E.g. polygon_amoy would be POLYGON_AMOY.

SEPOLIA_RPC_URL=
POLYGON_MUMBAI_RPC_URL=
POLYGON_AMOY_RPC_URL=
OPTIMISM_SEPOLIA_RPC_URL=
ARBITRUM_SEPOLIA_RPC_URL=
AVALANCHE_C_CHAIN_FUJI_RPC_URL=
4 changes: 2 additions & 2 deletions libs/utils/src/getSupportedNetworks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export const blockchainCredentialSupportedNetworks: BlockchainNetwork[] = [
name: "Sepolia"
},
{
id: "polygon_mumbai",
name: "Polygon Mumbai"
id: "polygon_amoy",
name: "Polygon Amoy"
},
{
id: "optimism_sepolia",
Expand Down

0 comments on commit 0d29c8f

Please sign in to comment.