Skip to content

Commit

Permalink
Update prod contract addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
ginesdt committed Jun 25, 2024
1 parent 05eb97f commit 2e72b21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/streamtide/shared/smart_contracts_prod.cljs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(ns streamtide.shared.smart-contracts-prod)
(def smart-contracts
{:migrations {:name "Migrations" :address "0x5f5391A0ec248BBC7906242Ec9D10394158Fd70b"}
{:migrations {:name "Migrations" :address "0x5F24c38ac1Ed14AA71eC8cD362D0791fBab6fd3f"}
:streamtide {:name "MVPCLR" :address "0x89Cf0c5f93189642911412D2d49E4b872689F44e"}
:streamtide-fwd {:name "MutableForwarder" :address "0x6Db2844F211580ae950Ed10635AA12409Ee816De" :forwards-to :streamtide}})
4 changes: 2 additions & 2 deletions truffle.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ module.exports = {
"alchemy-base-mainnet": {
provider: () => new HDWalletProvider(process.env.BASE_PRIV_KEY, "https://base-mainnet.g.alchemy.com/v2/" + process.env.ALCHEMY_API_KEY),
network_id: 8453,
gas: 6e7,
gasPrice: 3e8,
gas: 6e6,
gasPrice: 4e6,
skipDryRun: true
}
},
Expand Down

0 comments on commit 2e72b21

Please sign in to comment.