Skip to content

Commit

Permalink
fix: make mantle and mantle-testnet manifest files match what the pre…
Browse files Browse the repository at this point in the history
…pare script generates (#78)
  • Loading branch information
MantisClone authored Nov 11, 2023
1 parent 269fb43 commit 2a835ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions subgraph.mantle-testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ schema:
dataSources:
- kind: ethereum/contract
name: ERC20Proxy
network: mantle-testnet
network: testnet
source:
address: "0x88Ecc15fDC2985A7926171B938BB2Cd808A5ba40"
abi: ERC20Proxy
Expand All @@ -25,7 +25,7 @@ dataSources:
file: ./src/erc20Proxy.ts
- kind: ethereum/contract
name: ERC20FeeProxy_0_2_0
network: mantle-testnet
network: testnet
source:
address: "0x399F5EE127ce7432E4921a61b8CF52b0af52cbfE"
abi: ERC20FeeProxy_0_2_0
Expand All @@ -46,7 +46,7 @@ dataSources:
file: ./src/erc20FeeProxy.ts
- kind: ethereum/contract
name: EthProxy_0_3_0
network: mantle-testnet
network: testnet
source:
address: "0x171Ee0881407d4c0C11eA1a2FB7D5b4cdED71e6e"
abi: EthProxy_0_3_0
Expand All @@ -67,7 +67,7 @@ dataSources:
file: ./src/ethProxy.ts
- kind: ethereum/contract
name: EthFeeProxy_0_2_0
network: mantle-testnet
network: testnet
source:
address: "0xe11BF2fDA23bF0A98365e1A4c04A87C9339e8687"
abi: EthFeeProxy_0_2_0
Expand All @@ -86,3 +86,4 @@ dataSources:
handler: handleTransferWithReferenceAndFee
receipt: true
file: ./src/ethFeeProxy.ts

9 changes: 5 additions & 4 deletions subgraph.mantle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ schema:
dataSources:
- kind: ethereum/contract
name: ERC20Proxy
network: mantle
network: mainnet
source:
address: "0x88Ecc15fDC2985A7926171B938BB2Cd808A5ba40"
abi: ERC20Proxy
Expand All @@ -25,7 +25,7 @@ dataSources:
file: ./src/erc20Proxy.ts
- kind: ethereum/contract
name: ERC20FeeProxy_0_2_0
network: mantle
network: mainnet
source:
address: "0x399F5EE127ce7432E4921a61b8CF52b0af52cbfE"
abi: ERC20FeeProxy_0_2_0
Expand All @@ -46,7 +46,7 @@ dataSources:
file: ./src/erc20FeeProxy.ts
- kind: ethereum/contract
name: EthProxy_0_3_0
network: mantle
network: mainnet
source:
address: "0x171Ee0881407d4c0C11eA1a2FB7D5b4cdED71e6e"
abi: EthProxy_0_3_0
Expand All @@ -67,7 +67,7 @@ dataSources:
file: ./src/ethProxy.ts
- kind: ethereum/contract
name: EthFeeProxy_0_2_0
network: mantle
network: mainnet
source:
address: "0xe11BF2fDA23bF0A98365e1A4c04A87C9339e8687"
abi: EthFeeProxy_0_2_0
Expand All @@ -86,3 +86,4 @@ dataSources:
handler: handleTransferWithReferenceAndFee
receipt: true
file: ./src/ethFeeProxy.ts

0 comments on commit 2a835ea

Please sign in to comment.