Skip to content

Commit

Permalink
feat: Add Sepolia addresses (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
espendk authored Jan 4, 2024
1 parent e644d6f commit 7cc7380
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/assets/AAVE-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"description": "AAVE v3 address provider",
"networkAddresses": {
"137": "0xa97684ead0e402dC232d5A977953DF7ECBaB3CDb",
"80001": "0x4CeDCB57Af02293231BAA9D39354D6BFDFD251e0"
"80001": "0x4CeDCB57Af02293231BAA9D39354D6BFDFD251e0",
"11155111": "0x012bAC54348C0E635dCAc9D5FB99f06F24136C9A"
}
}
}
18 changes: 18 additions & 0 deletions src/assets/ERC-20.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@
"address": "0x406bF0fcE108dD8864627EC6816AaFF8336f8231",
"default": true
}
},
"11155111": {
"WETH.T/unknown1": {
"name": "Wrapped Ether",
"comment": "Test WETH deployed by unknown",
"contractName": "WETH",
"address": "0x7b79995e5f793A07Bc00c21412e50Ecae098E7f9",
"default": true
}
}
}
},
Expand Down Expand Up @@ -199,6 +208,15 @@
"address": "0xe9259C5B6936Ee6439654171AFd674b31a533985",
"default": true
}
},
"11155111": {
"USDC.T/unknown1": {
"name": "USD Coin",
"comment": "Test USDC deployed by unknown",
"contractName": "unknown",
"address": "0xf08A50178dfcDe18524640EA6618a1f965821715",
"default": true
}
}
}
},
Expand Down
6 changes: 4 additions & 2 deletions src/assets/accounts.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@
"networkAddresses": {
"137": "0x10B124Da45Bc440171664cee59Aafa23979C9616",
"42161": "0x10B124Da45Bc440171664cee59Aafa23979C9616",
"80001": "0x4d184a4C8d79BbBdCC4E95A1AdEA2454c535280A"
"80001": "0x4d184a4C8d79BbBdCC4E95A1AdEA2454c535280A",
"11155111": "0x4d184a4C8d79BbBdCC4E95A1AdEA2454c535280A"
}
},
"MgvGovernance": {
"description": "The account that controls Mangrove.",
"networkAddresses": {
"137": "0x59a424169526ECae25856038598F862043DCeDf7",
"42161": "0x623059d3c70aC9a3DDe047CB630ff08634DaDedc",
"80001": "0x47897EE61498D02B18794601Ed3A71896A1Ff894"
"80001": "0x47897EE61498D02B18794601Ed3A71896A1Ff894",
"11155111": "0x47897EE61498D02B18794601Ed3A71896A1Ff894"
}
}
}
3 changes: 2 additions & 1 deletion src/assets/multicall.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"networkAddresses": {
"137": "0x275617327c958bD06b5D6b871E7f491D76113dd8",
"42161": "0x842eC2c7D803033Edf55E478F461FC547Bc54EB2",
"80001": "0xe9939e7Ea7D7fb619Ac57f648Da7B1D425832631"
"80001": "0xe9939e7Ea7D7fb619Ac57f648Da7B1D425832631",
"11155111": "0xeAA373D1973e5af44e91840ee097bf7AD64693c2"
}
}
}

0 comments on commit 7cc7380

Please sign in to comment.