Skip to content

Commit

Permalink
Merge pull request #554 from AjayAdsule/main
Browse files Browse the repository at this point in the history
 replace deprecated polygon mumbai with polygon amoy  #534
  • Loading branch information
vplasencia authored Sep 19, 2024
2 parents 36f937a + 0d29c8f commit b0381b7
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 b0381b7

Please sign in to comment.