Skip to content

Commit

Permalink
Merge pull request #132 from walt-id/update/alchemy_keys
Browse files Browse the repository at this point in the history
Update/alchemy keys
  • Loading branch information
SuperBatata authored Aug 7, 2023
2 parents 7deb019 + 0d81032 commit cf2cef8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/main/resources/walt-default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ azureKeyVaultConfig:

providers:
ethereum: "ethereum"
goerli: "https://eth-goerli.g.alchemy.com/v2/5TYSteGJgJwJjaQTNN3j_4JtYcvdr3Uy"
sepolia: "https://eth-sepolia.g.alchemy.com/v2/MBOqmZ2X5rRqHqA4Mu_nB3cy9LqndpCX"
goerli: "https://eth-goerli.g.alchemy.com/v2/4Br6R7U_ErdCtE_6tZgpNWThJ3_6uhNV"
sepolia: "https://eth-sepolia.g.alchemy.com/v2/LdR38yfdYdvm9ul6sPIKcBLVaz6ITkAo"
polygon: "https://polygon-mainnet.g.alchemy.com/v2/5TYSteGJgJwJjaQTNN3j_4JtYcvdr3Uy"
mumbai: "https://polygon-mumbai.g.alchemy.com/v2/5TYSteGJgJwJjaQTNN3j_4JtYcvdr3Uy"
mumbai: "https://polygon-mumbai.g.alchemy.com/v2/QaHKxjJlUa4DGP8xISztrVcRjQ6DjqII"
astar: "https://evm.astar.network"
moonbeam: "https://rpc.api.moonbeam.network"
unique: "https://rpc.unique.network"
opal: "https://rpc-opal.unique.network"


privateKey: "bd4cb3e507f342ee3a710370cef39dda48f17b0a158b0b8dd3f000fbd5b2c2d9"

#privateKey: "a1fcab9b58015f452c9a89d4cde4807a80111ab27142730bfb96be936e576be1"
Expand Down Expand Up @@ -56,7 +57,7 @@ polkadotAccounts:
apiKeys:
ethereumBlockExplorer: "JGD5ZUUBHE8CUXPNKZASVQPHRGBMB7A5XV"
polygonBlockExplorer: "DZ3PFVWGJE5B8DMDQPRZ5JFBR6U484B82G"
alchemy: "5TYSteGJgJwJjaQTNN3j_4JtYcvdr3Uy"
alchemy: "QaHKxjJlUa4DGP8xISztrVcRjQ6DjqII"
nftstorage: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJkaWQ6ZXRocjoweEIwNGU5YzMyNzczNjI1MEQ0QTkzQjZmYThjODUwNzQwQkI0N0YyMmYiLCJpc3MiOiJuZnQtc3RvcmFnZSIsImlhdCI6MTY2ODU1MDg4NjY2MywibmFtZSI6Ik5GVF9URVNUIn0._DnFeEpPXVF4KqIoRRRV2O67HgjGSyYJgpXFhhf-FD4"
subscan: ""

Expand Down

0 comments on commit cf2cef8

Please sign in to comment.