Skip to content

Commit

Permalink
sepolia deploy v1.5.8-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0neerpat committed Nov 13, 2023
1 parent e195157 commit 73a72e3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
14 changes: 14 additions & 0 deletions networks.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
{
"abitrum-sepolia": {
"collateralAuctionHouseFactory": {
"address": "0x56Cae2E66D0Dd4C0e6f1944B82F3C082DCCe41EF",
"startBlock": 764647
},
"surplusAuctionHouse": {
"address": "0x0eFe9B7aF21C8d345fff787082bbB5fc7B07BA82",
"startBlock": 764647
},
"debtAuctionHouse": {
"address": "0x750ecadB0086F28e541f09eF11a759a5548E97f9",
"startBlock": 764647
}
},
"arbitrum-goerli": {
"collateralAuctionHouseFactory": {
"address": "0x321d278E1bDF686145C8fD185dDdA2178A3e3424"
Expand Down
14 changes: 7 additions & 7 deletions subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ schema:
dataSources:
- kind: ethereum
name: surplusAuctionHouse
network: arbitrum-goerli
network: arbitrum-sepolia
source:
abi: surplusAuctionHouse
startBlock: 42499468
startBlock: 764647
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand Down Expand Up @@ -47,10 +47,10 @@ dataSources:
file: ./src/surplus-auction-house.ts
- kind: ethereum
name: debtAuctionHouse
network: arbitrum-goerli
network: arbitrum-sepolia
source:
abi: debtAuctionHouse
startBlock: 42499468
startBlock: 764647
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand Down Expand Up @@ -90,10 +90,10 @@ dataSources:
file: ./src/debt-auction-house.ts
- kind: ethereum
name: collateralAuctionHouseFactory
network: arbitrum-goerli
network: arbitrum-sepolia
source:
abi: collateralAuctionHouseFactory
startBlock: 42499468
startBlock: 764647
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand Down Expand Up @@ -122,7 +122,7 @@ dataSources:
templates:
- kind: ethereum
name: collateralAuctionHouse
network: arbitrum-goerli
network: arbitrum-sepolia
source:
abi: collateralAuctionHouse
mapping:
Expand Down

0 comments on commit 73a72e3

Please sign in to comment.