mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 22:43:12 +08:00
31 lines
778 B
JavaScript
31 lines
778 B
JavaScript
module.exports = {
|
|
ethereum: {
|
|
factoryAddress: '0x22f38c01222E07Efe0B7E0409EF9235B6Ab641d6',
|
|
fromBlock: 22787281,
|
|
},
|
|
arbitrum: {
|
|
factoryAddress: '0x8d2D2fb9388B16a51263593323aBBDf80aee54e6',
|
|
fromBlock: 332502010,
|
|
},
|
|
base: {
|
|
factoryAddress: '0x8d2D2fb9388B16a51263593323aBBDf80aee54e6',
|
|
fromBlock: 29738831,
|
|
},
|
|
xdai: {
|
|
factoryAddress: '0x8d2D2fb9388B16a51263593323aBBDf80aee54e6',
|
|
fromBlock: 39871572,
|
|
},
|
|
polygon: {
|
|
factoryAddress: '0x8d2D2fb9388B16a51263593323aBBDf80aee54e6',
|
|
fromBlock: 71053291,
|
|
},
|
|
unichain: {
|
|
factoryAddress: '0x8d2D2fb9388B16a51263593323aBBDf80aee54e6',
|
|
fromBlock: 15510598,
|
|
},
|
|
wc: {
|
|
factoryAddress: '0x8d2D2fb9388B16a51263593323aBBDf80aee54e6',
|
|
fromBlock: 13465076,
|
|
},
|
|
};
|