Skip to content

Commit

Permalink
feat(core): Improve RPC url setup for secret management
Browse files Browse the repository at this point in the history
  • Loading branch information
RPate97 committed Apr 3, 2024
1 parent dba5277 commit 2c89358
Show file tree
Hide file tree
Showing 16 changed files with 193 additions and 173 deletions.
7 changes: 7 additions & 0 deletions .changeset/brave-knives-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@sphinx-labs/plugins': patch
'@sphinx-labs/core': patch
'@sphinx-labs/contracts': patch
---

Improve rpc url setup for secret management
5 changes: 5 additions & 0 deletions .infisical.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"workspaceId": "6a6ae7b2-567f-4461-9686-133b42fcfebd",
"defaultEnvironment": "",
"gitBranchToEnvironmentMapping": null
}
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
},
"devDependencies": {
"@gnosis.pm/safe-contracts-1.4.1": "https://github.com/safe-global/safe-contracts.git#192c7dc67290940fcbc75165522bb86a37187069",
"@gnosis.pm/safe-contracts": "https://github.com/safe-global/safe-contracts.git#767ef36bba88bdbc0c9fe3708a4290cabef4c376",
"@openzeppelin/merkle-tree": "1.0.5",
"dotenv": "^16.0.1",
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
Expand All @@ -55,7 +56,6 @@
"sinon": "^17.0.1"
},
"dependencies": {
"@gnosis.pm/safe-contracts": "https://github.com/safe-global/safe-contracts.git#767ef36bba88bdbc0c9fe3708a4290cabef4c376",
"@openzeppelin/contracts": "4.9.3",
"ethers": "^6.7.0",
"solmate": "6.2.0"
Expand Down
Loading

0 comments on commit 2c89358

Please sign in to comment.