Skip to content

Commit

Permalink
Merge pull request #420 from superform-xyz/main
Browse files Browse the repository at this point in the history
chore: bring develop branch upto date with main
  • Loading branch information
sujithsomraaj authored Jan 3, 2024
2 parents a160aae + ba1e671 commit a144c9f
Show file tree
Hide file tree
Showing 151 changed files with 6,580 additions and 2,740 deletions.
3 changes: 0 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ REPORT_GAS=false
PRODUCTION=false
POLYGON_RPC_URL=
AVALANCHE_RPC_URL=
FANTOM_RPC_URL=
BSC_RPC_URL=
ARBITRUM_RPC_URL=
OPTIMISM_RPC_URL=
Expand All @@ -15,11 +14,9 @@ BSC_LOCAL_URL=http://127.0.0.1:8546
AVALANCHE_LOCAL_URL=http://127.0.0.1:8547
ARBITRUM_LOCAL_URL=http://127.0.0.1:8549
OPTIMISM_LOCAL_URL=http://127.0.0.1:8550
FANTOM_LOCAL_URL=http://127.0.0.1:8551
BASE_LOCAL_URL=http://127.0.0.1:8552
GNOSIS_LOCAL_URL=http://127.0.0.1:8553
OWNER_ADDRESS=
MULTI_SIG_ADDRESS=
DEPLOYER_KEY=
FOUNDRY_EXPORTS_OVERWRITE_LATEST=true
RUST_BACKTRACE=full
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: SuperformCore2
steps:
- name: "Check out the repo"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
with:
submodules: "recursive"

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: SuperformCore2
steps:
- name: "Check out the repo"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
with:
submodules: "recursive"

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
runs-on: SuperformCore2
steps:
- name: "Check out the repo"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
with:
submodules: "recursive"

Expand All @@ -122,7 +122,7 @@ jobs:
runs-on: SuperformCore2
steps:
- name: "Check out the repo"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
with:
submodules: "recursive"
- name: "Install Foundry"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,6 @@ $ forge test

## Audits

- [Gerard Pearson](https://twitter.com/gpersoon): [2023-09-superform.pdf](https://github.com/superform-xyz/superform-core/files/13300598/2023-09-superform.pdf)
- [Gerard Persoon](https://twitter.com/gpersoon): [2023-09-superform.pdf](https://github.com/superform-xyz/superform-core/files/13300598/2023-09-superform.pdf)

- [Hans Friese](https://twitter.com/hansfriese): [Superform_Core_Review_Final_Hans_20230921.pdf](https://github.com/superform-xyz/superform-core/files/13300591/Superform_Core_Review_Final_Hans_20230921.pdf)
2 changes: 0 additions & 2 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ bsc = "${BSC_RPC_URL}"
avalanche = "${AVALANCHE_RPC_URL}"
arbitrum = "${ARBITRUM_RPC_URL}"
optimism = "${OPTIMISM_RPC_URL}"
fantom = "${FANTOM_RPC_URL}"
base = "${BASE_RPC_URL}"
gnosis = "${GNOSIS_RPC_URL}"
ethereum_fork = "${ETHEREUM_LOCAL_URL}"
Expand All @@ -52,7 +51,6 @@ bsc_fork = "${BSC_LOCAL_URL}"
avalanche_fork = "${AVALANCHE_LOCAL_URL}"
arbitrum_fork = "${ARBITRUM_LOCAL_URL}"
optimism_fork = "${OPTIMISM_LOCAL_URL}"
fantom_fork = "${FANTOM_LOCAL_URL}"
base_fork = "${BASE_LOCAL_URL}"
gnosis_fork = "${GNOSIS_LOCAL_URL}"

Expand Down
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}
Loading

0 comments on commit a144c9f

Please sign in to comment.