diff --git a/projects/dragonswap-v3/index.js b/projects/dragonswap-v3/index.js new file mode 100644 index 0000000000..8fc9ea748f --- /dev/null +++ b/projects/dragonswap-v3/index.js @@ -0,0 +1,6 @@ +const { uniV3Export } = require("../helper/uniswapV3"); +const factory = "0x7431A23897ecA6913D5c81666345D39F27d946A4"; + +module.exports = uniV3Export({ + klaytn: { factory, fromBlock: 145316715 }, +}); diff --git a/projects/dragonswap/index.js b/projects/dragonswap/index.js new file mode 100644 index 0000000000..d3a4833adc --- /dev/null +++ b/projects/dragonswap/index.js @@ -0,0 +1,3 @@ +const { uniTvlExport } = require("../helper/unknownTokens"); + +module.exports = uniTvlExport('klaytn', '0x224302153096E3ba16c4423d9Ba102D365a94B2B')