Skip to content

Commit

Permalink
add roots
Browse files Browse the repository at this point in the history
  • Loading branch information
vincetiu8 committed Apr 1, 2024
1 parent bcbe386 commit b621671
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
45 changes: 44 additions & 1 deletion deployments/mainnet/usdt/relations.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
import baseRelationConfig from '../../relations';

export default {
...baseRelationConfig
...baseRelationConfig,
arbitrumInbox: {
delegates: {
field: {
slot: '0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc',
},
},
relations: {
arbitrumBridge: {
field: async (inbox) => inbox.bridge()
}
}
},
arbitrumL1GatewayRouter: {
delegates: {
field: {
slot: '0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc',
}
},
},
baseL1CrossDomainMessenger: {
delegates: {
// Not great, but this address shouldn't change and is very difficult to grab on-chain (private methods)
field: async () => '0x81C4Bd600793EBd1C0323604E1F455fE50A951F8',
},
},
baseL1StandardBridge: {
delegates: {
field: {
slot: '0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc'
}
}
},
'wstETH': {
artifact: 'contracts/bulkers/IWstETH.sol',
relations: {
stETH: {
field: async (wstETH) => wstETH.stETH()
}
}
},
'AppProxyUpgradeable': {
artifact: 'contracts/ERC20.sol:ERC20',
}
};
6 changes: 6 additions & 0 deletions deployments/mainnet/usdt/roots.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"comet": "0xA17581A9E3356d9A858b789D68B4d866e593aE94",
"configurator": "0x316f9708bB98af7dA9c68C1C3b5e79039cD336E3",
"rewards": "0x1B0e765F6224C21223AeA2af16c1C46E38885a40",
"bulker": "0xa397a8C2086C554B531c02E29f3291c9704B00c7"
}

0 comments on commit b621671

Please sign in to comment.