Skip to content

Commit

Permalink
Merge pull request #62 from walt-id/update-providers
Browse files Browse the repository at this point in the history
updated alchemy providers keys
  • Loading branch information
SuperBatata authored Jul 7, 2023
2 parents c983995 + ab05c37 commit b0bec01
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/walt-default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ 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/L2jw6KVuEnxP9FNFe4ZPD9H5XRuJ-k1t"
astar: "https://evm.astar.network"
moonbeam: "https://rpc.api.moonbeam.network"
unique: "https://rpc.unique.network"
Expand All @@ -41,7 +41,7 @@ indexersUrl:
apiKeys:
ethereumBlockExplorer: "JGD5ZUUBHE8CUXPNKZASVQPHRGBMB7A5XV"
polygonBlockExplorer: "DZ3PFVWGJE5B8DMDQPRZ5JFBR6U484B82G"
alchemy: "yjbYhlaH3U_vfnTiRQ3miGQS0cKwQMkB"
alchemy: "L2jw6KVuEnxP9FNFe4ZPD9H5XRuJ-k1t"
nftstorage: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJkaWQ6ZXRocjoweDYwNDNEYThENjU2RTU3NTg2ZDk3MkM1ZDM5RUNENzI1NTNCM2Q1NjAiLCJpc3MiOiJuZnQtc3RvcmFnZSIsImlhdCI6MTY1NDYxNTQ2NjIwNCwibmFtZSI6Ik5GVCBLSVQifQ.PkMJpU3aJMQXqzq1nPnHJcWJR-32as3bQed3GBszMdg
"
subscan: ""
Expand Down
8 changes: 4 additions & 4 deletions walt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ 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/L2jw6KVuEnxP9FNFe4ZPD9H5XRuJ-k1t"
astar: "https://evm.astar.network"
moonbeam: "https://rpc.api.moonbeam.network"
unique: "https://rpc.unique.network"
Expand All @@ -40,7 +40,7 @@ keys:
apiKeys:
ethereumBlockExplorer: "JGD5ZUUBHE8CUXPNKZASVQPHRGBMB7A5XV"
polygonBlockExplorer: "DZ3PFVWGJE5B8DMDQPRZ5JFBR6U484B82G"
alchemy: "yjbYhlaH3U_vfnTiRQ3miGQS0cKwQMkB"
alchemy: "L2jw6KVuEnxP9FNFe4ZPD9H5XRuJ-k1t"
nftstorage: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJkaWQ6ZXRocjoweDYwNDNEYThENjU2RTU3NTg2ZDk3MkM1ZDM5RUNENzI1NTNCM2Q1NjAiLCJpc3MiOiJuZnQtc3RvcmFnZSIsImlhdCI6MTY1NDYxNTQ2NjIwNCwibmFtZSI6Ik5GVCBLSVQifQ.PkMJpU3aJMQXqzq1nPnHJcWJR-32as3bQed3GBszMdg
"
subscan: ""
Expand Down

0 comments on commit b0bec01

Please sign in to comment.