{"_id":"@ancient8/swap-sdk","_rev":"8-7a6e6590a86fceb7b160757b5e054e7d","name":"@ancient8/swap-sdk","dist-tags":{"latest":"1.0.0-rc.1","canary":"1.0.0-rc.8"},"versions":{"1.0.0-rc.1":{"name":"@ancient8/swap-sdk","version":"1.0.0-rc.1","author":{"name":"Ancient8"},"license":"ISC","_id":"@ancient8/swap-sdk@1.0.0-rc.1","maintainers":[{"name":"desnet","email":"tuphan@descartes.network"},{"name":"ancient8-devs","email":"dev@ancient8.gg"},{"name":"khanga8gg","email":"khang@ancient8.gg"},{"name":"amorriscodes","email":"stephen@ancient8.gg"}],"homepage":"https://github.com/ancient8-gg/dojoswap-contracts#readme","bugs":{"url":"https://github.com/ancient8-gg/dojoswap-contracts/issues"},"dist":{"shasum":"c75b9a631ef8be2953226fa4abd4945ee848ecb6","tarball":"https://registry.npmjs.org/@ancient8/swap-sdk/-/swap-sdk-1.0.0-rc.1.tgz","fileCount":1070,"integrity":"sha512-LYWzIm97nne0AFp2Q5QmnIjrFabJCHURdZ6ZD92fdmTgirz5wHO4sy4AewrARhb9JEN7mb7bZpwBhNMsw7tSGA==","signatures":[{"sig":"MEUCIHegeLZA1kP4NPnsMO6KdS2E9S6lnwzVqe7+0lz5XPOZAiEAlEv8bAYZFefCDdghwUGYpEiNLM4yUPSvzuysAhh7bQg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9179908},"main":"build/sdk/typescript/cjs/index.js","types":"build/sdk/typescript/types/index.d.ts","module":"build/sdk/typescript/esm/index.js","exports":{".":{"types":"./build/sdk/typescript/types/index.d.ts","import":"./build/sdk/typescript/esm/index.js","default":"./build/sdk/typescript/cjs/index.js"},"./swap":{"types":"./build/sdk/typescript/types/swap/index.d.ts","import":"./build/sdk/typescript/esm/swap/index.js","default":"./build/sdk/typescript/cjs/swap/index.js"}},"gitHead":"d3bb7b7f25a4b21cbe1610f36dc8cbead9c19256","scripts":{"lint":"eslint \"**/*.ts\" --fix","test":"npx hardhat test","build":"yarn generate && yarn sdk:ts:build","codegen":"ts-node ./subgraph/createSubgraph.ts && graph codegen -o subgraph/generated/ ./subgraph/subgraph.yaml","compile":"npx hardhat compile","generate":"graphclient build --dir ./sdk/typescript/swap/","prebuild":"rm -rf build","sdk:ts:build":"yarn prebuild && yarn sdk:ts:build:cjs && yarn sdk:ts:build:esm && yarn sdk:ts:build:types","deploy-mainnet":"npx hardhat ignition deploy ignition/modules/Deploy.ts --network a8 --verify","deploy-testnet":"npx hardhat ignition deploy ignition/modules/Deploy.ts --verify","subgraph-build":"graph build -o subgraph/build/ ./subgraph/subgraph.yaml","sdk:ts:build:cjs":"tsc -p tsconfig.sdk.cjs.json","sdk:ts:build:esm":"tsc -p tsconfig.sdk.esm.json","mint-token-testnet":"npx hardhat run scripts/mintToken.ts","sdk:ts:build:types":"tsc -p tsconfig.sdk.types.json","deploy-subgraph-mainnet":"npm run codegen && npm run subgraph-build && npm run subgraph-create-mainnet && npm run subgraph-deploy-mainnet","deploy-subgraph-testnet":"npm run codegen && npm run subgraph-build && npm run subgraph-create-testnet && npm run subgraph-deploy-testnet","subgraph-create-mainnet":"graph create swapdojo --node https://graph.ancient8.gg/","subgraph-create-testnet":"graph create testdevmagicswapv2 --node https://graph-dev.ancient8.gg/","subgraph-deploy-mainnet":"graph deploy swapdojo --ipfs https://ipfs.ancient8.gg/ --node https://graph.ancient8.gg/ ./subgraph/subgraph.yaml","subgraph-deploy-testnet":"graph deploy testdevmagicswapv2 --ipfs https://ipfs-dev.ancient8.gg --node https://graph-dev.ancient8.gg/ ./subgraph/subgraph.yaml","create-pair-nft-token-testnet":"npx hardhat run scripts/createPair-nft-token.ts","create-pair-token-eth-testnet":"npx hardhat run scripts/createPair-token-eth.ts","create-pair-token-token-testnet":"npx hardhat run scripts/createPair-token-token.ts"},"_npmUser":{"name":"ancient8-devs","email":"dev@ancient8.gg"},"repository":{"url":"git+https://github.com/ancient8-gg/dojoswap-contracts.git","type":"git","directory":"sdk/typescript"},"_npmVersion":"10.9.2","description":"Contracts and SDKs for Ancient8 swap","directories":{},"_nodeVersion":"20.18.3","dependencies":{"viem":"^2.23.5","dayjs":"^1.11.13","ethers":"^6.13.5","numbro":"^2.5.0","graphql":"^16.10.0","solmate":"^6.2.0","ts-node":"^10.9.2","type-fest":"^4.35.0","@sushiswap/tines":"^1.0.11","@ethersproject/solidity":"^5.7.0","@openzeppelin/contracts":"^4.8.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","eslint":"8.43.0","hardhat":"^2.19.0","prettier":"^3.1.1","typechain":"^8.3.2","typescript":"^5.7.3","@types/chai":"^4.2.0","@types/mocha":">=9.1.0","semantic-release":"^24.2.3","solidity-coverage":"^0.8.1","@typechain/hardhat":"^9.1.0","@typechain/ethers-v6":"^0.5.0","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.1.3","@graphprotocol/graph-ts":"^0.27.0","@graphprotocol/client-cli":"^3.0.7","@typescript-eslint/parser":"^6.18.1","@semantic-release/changelog":"^6.0.3","@nomicfoundation/hardhat-ethers":"^3.0.0","@nomicfoundation/hardhat-ledger":"^1.0.2","@nomicfoundation/hardhat-verify":"^2.0.10","@nomicfoundation/hardhat-toolbox":"^5.0.0","@typescript-eslint/eslint-plugin":"^6.18.1","@nomicfoundation/hardhat-ignition":"^0.15.5","@nomicfoundation/hardhat-chai-matchers":"^2.0.0","@nomicfoundation/hardhat-ignition-ethers":"^0.15.0","@nomicfoundation/hardhat-network-helpers":"^1.0.0","conventional-changelog-conventionalcommits":"^8.0.0"},"_npmOperationalInternal":{"tmp":"tmp/swap-sdk_1.0.0-rc.1_1741167634297_0.39033784661099036","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-rc.2":{"name":"@ancient8/swap-sdk","version":"1.0.0-rc.2","author":{"name":"Ancient8"},"license":"ISC","_id":"@ancient8/swap-sdk@1.0.0-rc.2","maintainers":[{"name":"desnet","email":"tuphan@descartes.network"},{"name":"ancient8-devs","email":"dev@ancient8.gg"},{"name":"khanga8gg","email":"khang@ancient8.gg"},{"name":"amorriscodes","email":"stephen@ancient8.gg"}],"homepage":"https://github.com/ancient8-gg/dojoswap-contracts#readme","bugs":{"url":"https://github.com/ancient8-gg/dojoswap-contracts/issues"},"dist":{"shasum":"9f1151d008372e6089a2ff337fedd48522dcc0b9","tarball":"https://registry.npmjs.org/@ancient8/swap-sdk/-/swap-sdk-1.0.0-rc.2.tgz","fileCount":1070,"integrity":"sha512-ZyLhdZyyj94a/GXXH9EyP4aTE0x8efxmPZWf8okCmI2aJH4d9YOmq2yzgsRyHbH8MqIoU2agpUqgHdBo3UH4UA==","signatures":[{"sig":"MEUCIDLoKwUdEklJxEPuStM2g2OUQJvZ0Apq3GfPAfa+N71MAiEAwCNfafwPDWW2f+ZoAn34TZPIbtZAmWgbx9P6qY24tZg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9179908},"main":"build/sdk/typescript/cjs/index.js","types":"build/sdk/typescript/types/index.d.ts","module":"build/sdk/typescript/esm/index.js","exports":{".":{"types":"./build/sdk/typescript/types/index.d.ts","import":"./build/sdk/typescript/esm/index.js","default":"./build/sdk/typescript/cjs/index.js"},"./swap":{"types":"./build/sdk/typescript/types/swap/index.d.ts","import":"./build/sdk/typescript/esm/swap/index.js","default":"./build/sdk/typescript/cjs/swap/index.js"}},"gitHead":"a4df35903c0edc9a9a1afa5f9fc60f9d0a0a43a9","scripts":{"lint":"eslint \"**/*.ts\" --fix","test":"npx hardhat test","build":"yarn generate && yarn sdk:ts:build","codegen":"ts-node ./subgraph/createSubgraph.ts && graph codegen -o subgraph/generated/ ./subgraph/subgraph.yaml","compile":"npx hardhat compile","generate":"graphclient build --dir ./sdk/typescript/swap/","prebuild":"rm -rf build","sdk:ts:build":"yarn prebuild && yarn sdk:ts:build:cjs && yarn sdk:ts:build:esm && yarn sdk:ts:build:types","deploy-mainnet":"npx hardhat ignition deploy ignition/modules/Deploy.ts --network a8 --verify","deploy-testnet":"npx hardhat ignition deploy ignition/modules/Deploy.ts --verify","subgraph-build":"graph build -o subgraph/build/ ./subgraph/subgraph.yaml","sdk:ts:build:cjs":"tsc -p tsconfig.sdk.cjs.json","sdk:ts:build:esm":"tsc -p tsconfig.sdk.esm.json","mint-token-testnet":"npx hardhat run scripts/mintToken.ts","sdk:ts:build:types":"tsc -p tsconfig.sdk.types.json","deploy-subgraph-mainnet":"npm run codegen && npm run subgraph-build && npm run subgraph-create-mainnet && npm run subgraph-deploy-mainnet","deploy-subgraph-testnet":"npm run codegen && npm run subgraph-build && npm run subgraph-create-testnet && npm run subgraph-deploy-testnet","subgraph-create-mainnet":"graph create swapdojo --node https://graph.ancient8.gg/","subgraph-create-testnet":"graph create testdevmagicswapv2 --node https://graph-dev.ancient8.gg/","subgraph-deploy-mainnet":"graph deploy swapdojo --ipfs https://ipfs.ancient8.gg/ --node https://graph.ancient8.gg/ ./subgraph/subgraph.yaml","subgraph-deploy-testnet":"graph deploy testdevmagicswapv2 --ipfs https://ipfs-dev.ancient8.gg --node https://graph-dev.ancient8.gg/ ./subgraph/subgraph.yaml","create-pair-nft-token-testnet":"npx hardhat run scripts/createPair-nft-token.ts","create-pair-token-eth-testnet":"npx hardhat run scripts/createPair-token-eth.ts","create-pair-token-token-testnet":"npx hardhat run scripts/createPair-token-token.ts"},"_npmUser":{"name":"ancient8-devs","email":"dev@ancient8.gg"},"repository":{"url":"git+https://github.com/ancient8-gg/dojoswap-contracts.git","type":"git","directory":"sdk/typescript"},"_npmVersion":"10.9.2","description":"Contracts and SDKs for Ancient8 swap","directories":{},"_nodeVersion":"20.18.3","dependencies":{"viem":"^2.23.5","dayjs":"^1.11.13","ethers":"^6.13.5","numbro":"^2.5.0","graphql":"^16.10.0","solmate":"^6.2.0","ts-node":"^10.9.2","type-fest":"^4.35.0","@sushiswap/tines":"^1.0.11","@ethersproject/solidity":"^5.7.0","@openzeppelin/contracts":"^4.8.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","eslint":"8.43.0","hardhat":"^2.19.0","prettier":"^3.1.1","typechain":"^8.3.2","typescript":"^5.7.3","@types/chai":"^4.2.0","@types/mocha":">=9.1.0","semantic-release":"^24.2.3","solidity-coverage":"^0.8.1","@typechain/hardhat":"^9.1.0","@typechain/ethers-v6":"^0.5.0","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.1.3","@graphprotocol/graph-ts":"^0.27.0","@graphprotocol/client-cli":"^3.0.7","@typescript-eslint/parser":"^6.18.1","@semantic-release/changelog":"^6.0.3","@nomicfoundation/hardhat-ethers":"^3.0.0","@nomicfoundation/hardhat-ledger":"^1.0.2","@nomicfoundation/hardhat-verify":"^2.0.10","@nomicfoundation/hardhat-toolbox":"^5.0.0","@typescript-eslint/eslint-plugin":"^6.18.1","@nomicfoundation/hardhat-ignition":"^0.15.5","@nomicfoundation/hardhat-chai-matchers":"^2.0.0","@nomicfoundation/hardhat-ignition-ethers":"^0.15.0","@nomicfoundation/hardhat-network-helpers":"^1.0.0","conventional-changelog-conventionalcommits":"^8.0.0"},"_npmOperationalInternal":{"tmp":"tmp/swap-sdk_1.0.0-rc.2_1741171978883_0.40850663480391614","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-rc.3":{"name":"@ancient8/swap-sdk","version":"1.0.0-rc.3","author":{"name":"Ancient8"},"license":"ISC","_id":"@ancient8/swap-sdk@1.0.0-rc.3","maintainers":[{"name":"desnet","email":"tuphan@descartes.network"},{"name":"ancient8-devs","email":"dev@ancient8.gg"},{"name":"khanga8gg","email":"khang@ancient8.gg"},{"name":"amorriscodes","email":"stephen@ancient8.gg"}],"homepage":"https://github.com/ancient8-gg/dojoswap-contracts#readme","bugs":{"url":"https://github.com/ancient8-gg/dojoswap-contracts/issues"},"dist":{"shasum":"440cfbe97ce2ad44b1b59e865106cffa3a2700b3","tarball":"https://registry.npmjs.org/@ancient8/swap-sdk/-/swap-sdk-1.0.0-rc.3.tgz","fileCount":1070,"integrity":"sha512-4Xd3322/hx4DevIlxFU5IPHJcgPMQhF4+i48sLCvPClSUMdNWhQqETlz7+rEFxKIwgQ1FTY8nYAlxjm2kZzeQA==","signatures":[{"sig":"MEUCIQCOBd458sKjRzRfeKYv9mJzwLfiujgzQJB351rweCUG/AIgIdFskEYsMq2yRsPhJLU5AB+IlatxUTmSPptjL1eqTIg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9180677},"main":"build/sdk/typescript/cjs/index.js","types":"build/sdk/typescript/types/index.d.ts","module":"build/sdk/typescript/esm/index.js","exports":{".":{"types":"./build/sdk/typescript/types/index.d.ts","import":"./build/sdk/typescript/esm/index.js","default":"./build/sdk/typescript/cjs/index.js"},"./swap":{"types":"./build/sdk/typescript/types/swap/index.d.ts","import":"./build/sdk/typescript/esm/swap/index.js","default":"./build/sdk/typescript/cjs/swap/index.js"}},"gitHead":"92616ba4393774d29b7816b2dd14e55f43a61fe8","scripts":{"lint":"eslint \"**/*.ts\" --fix","test":"npx hardhat test","build":"yarn generate && yarn sdk:ts:build","codegen":"ts-node ./subgraph/createSubgraph.ts && graph codegen -o subgraph/generated/ ./subgraph/subgraph.yaml","compile":"npx hardhat compile","generate":"graphclient build --dir ./sdk/typescript/swap/","prebuild":"rm -rf build","sdk:ts:build":"yarn prebuild && yarn sdk:ts:build:cjs && yarn sdk:ts:build:esm && yarn sdk:ts:build:types","deploy-mainnet":"npx hardhat ignition deploy ignition/modules/Deploy.ts --network a8 --verify","deploy-testnet":"npx hardhat ignition deploy ignition/modules/Deploy.ts --verify","subgraph-build":"graph build -o subgraph/build/ ./subgraph/subgraph.yaml","sdk:ts:build:cjs":"tsc -p tsconfig.sdk.cjs.json","sdk:ts:build:esm":"tsc -p tsconfig.sdk.esm.json","mint-token-testnet":"npx hardhat run scripts/mintToken.ts","sdk:ts:build:types":"tsc -p tsconfig.sdk.types.json","deploy-subgraph-mainnet":"npm run codegen && npm run subgraph-build && npm run subgraph-create-mainnet && npm run subgraph-deploy-mainnet","deploy-subgraph-testnet":"npm run codegen && npm run subgraph-build && npm run subgraph-create-testnet && npm run subgraph-deploy-testnet","subgraph-create-mainnet":"graph create swapdojo --node https://graph.ancient8.gg/","subgraph-create-testnet":"graph create testdevmagicswapv2 --node https://graph-dev.ancient8.gg/","subgraph-deploy-mainnet":"graph deploy swapdojo --ipfs https://ipfs.ancient8.gg/ --node https://graph.ancient8.gg/ ./subgraph/subgraph.yaml","subgraph-deploy-testnet":"graph deploy testdevmagicswapv2 --ipfs https://ipfs-dev.ancient8.gg --node https://graph-dev.ancient8.gg/ ./subgraph/subgraph.yaml","create-pair-nft-token-testnet":"npx hardhat run scripts/createPair-nft-token.ts","create-pair-token-eth-testnet":"npx hardhat run scripts/createPair-token-eth.ts","create-pair-token-token-testnet":"npx hardhat run scripts/createPair-token-token.ts"},"_npmUser":{"name":"ancient8-devs","email":"dev@ancient8.gg"},"repository":{"url":"git+https://github.com/ancient8-gg/dojoswap-contracts.git","type":"git","directory":"sdk/typescript"},"_npmVersion":"10.9.2","description":"Contracts and SDKs for Ancient8 swap","directories":{},"_nodeVersion":"20.18.3","dependencies":{"viem":"^2.23.5","dayjs":"^1.11.13","ethers":"^6.13.5","numbro":"^2.5.0","graphql":"^16.10.0","solmate":"^6.2.0","ts-node":"^10.9.2","type-fest":"^4.35.0","@sushiswap/tines":"^1.0.11","@ethersproject/solidity":"^5.7.0","@openzeppelin/contracts":"^4.8.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","eslint":"8.43.0","hardhat":"^2.19.0","prettier":"^3.1.1","typechain":"^8.3.2","typescript":"^5.7.3","@types/chai":"^4.2.0","@types/mocha":">=9.1.0","semantic-release":"^24.2.3","solidity-coverage":"^0.8.1","@typechain/hardhat":"^9.1.0","@typechain/ethers-v6":"^0.5.0","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.1.3","@graphprotocol/graph-ts":"^0.27.0","@graphprotocol/client-cli":"^3.0.7","@typescript-eslint/parser":"^6.18.1","@semantic-release/changelog":"^6.0.3","@nomicfoundation/hardhat-ethers":"^3.0.0","@nomicfoundation/hardhat-ledger":"^1.0.2","@nomicfoundation/hardhat-verify":"^2.0.10","@nomicfoundation/hardhat-toolbox":"^5.0.0","@typescript-eslint/eslint-plugin":"^6.18.1","@nomicfoundation/hardhat-ignition":"^0.15.5","@nomicfoundation/hardhat-chai-matchers":"^2.0.0","@nomicfoundation/hardhat-ignition-ethers":"^0.15.0","@nomicfoundation/hardhat-network-helpers":"^1.0.0","conventional-changelog-conventionalcommits":"^8.0.0"},"_npmOperationalInternal":{"tmp":"tmp/swap-sdk_1.0.0-rc.3_1741769175895_0.7991258077043453","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-rc.4":{"name":"@ancient8/swap-sdk","version":"1.0.0-rc.4","author":{"name":"Ancient8"},"license":"ISC","_id":"@ancient8/swap-sdk@1.0.0-rc.4","maintainers":[{"name":"desnet","email":"tuphan@descartes.network"},{"name":"ancient8-devs","email":"dev@ancient8.gg"},{"name":"khanga8gg","email":"khang@ancient8.gg"},{"name":"amorriscodes","email":"stephen@ancient8.gg"}],"homepage":"https://github.com/ancient8-gg/dojoswap-contracts#readme","bugs":{"url":"https://github.com/ancient8-gg/dojoswap-contracts/issues"},"dist":{"shasum":"375c7e85a53445e66ec384d26d9f8384b2fa750a","tarball":"https://registry.npmjs.org/@ancient8/swap-sdk/-/swap-sdk-1.0.0-rc.4.tgz","fileCount":1076,"integrity":"sha512-1zlvw/lIDwLZF8Gc3pw3pMc4wdRb0ttmB43dmw1cQZeUAEKRFwzg6haKMDftBZzhkNBStla/Sqsvlw3i/zw+Bw==","signatures":[{"sig":"MEQCIDZorY3e+kBqVBCs+lgGifQKrwmJ3QJ7Z2DtF1NhXwXCAiBN70XV2Q3qHzU5cG0G3rw2I6v824ZLj5JjN0+BaCV4zQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9282243},"main":"build/sdk/typescript/cjs/index.js","types":"build/sdk/typescript/types/index.d.ts","module":"build/sdk/typescript/esm/index.js","exports":{".":{"types":"./build/sdk/typescript/types/index.d.ts","import":"./build/sdk/typescript/esm/index.js","default":"./build/sdk/typescript/cjs/index.js"},"./swap":{"types":"./build/sdk/typescript/types/swap/index.d.ts","import":"./build/sdk/typescript/esm/swap/index.js","default":"./build/sdk/typescript/cjs/swap/index.js"}},"gitHead":"b85c99d52747ccb0b14a8a3f9bb837ac6732deb3","scripts":{"lint":"eslint \"**/*.ts\" --fix","test":"npx hardhat test","build":"yarn generate && yarn sdk:ts:build","codegen":"ts-node ./subgraph/createSubgraph.ts && graph codegen -o subgraph/generated/ ./subgraph/subgraph.yaml","compile":"npx hardhat compile","generate":"graphclient build --dir ./sdk/typescript/swap/","prebuild":"rm -rf build","sdk:ts:build":"yarn prebuild && yarn sdk:ts:build:cjs && yarn sdk:ts:build:esm && yarn sdk:ts:build:types","deploy-mainnet":"npx hardhat ignition deploy ignition/modules/Deploy.ts --network a8 --verify","deploy-testnet":"npx hardhat ignition deploy ignition/modules/Deploy.ts --verify","subgraph-build":"graph build -o subgraph/build/ ./subgraph/subgraph.yaml","sdk:ts:build:cjs":"tsc -p tsconfig.sdk.cjs.json","sdk:ts:build:esm":"tsc -p tsconfig.sdk.esm.json","mint-token-testnet":"npx hardhat run scripts/mintToken.ts","sdk:ts:build:types":"tsc -p tsconfig.sdk.types.json","deploy-subgraph-mainnet":"npm run codegen && npm run subgraph-build && npm run subgraph-create-mainnet && npm run subgraph-deploy-mainnet","deploy-subgraph-testnet":"npm run codegen && npm run subgraph-build && npm run subgraph-create-testnet && npm run subgraph-deploy-testnet","subgraph-create-mainnet":"graph create swapdojo --node https://graph.ancient8.gg/","subgraph-create-testnet":"graph create testdevmagicswapv2 --node https://graph-dev.ancient8.gg/","subgraph-deploy-mainnet":"graph deploy swapdojo --ipfs https://ipfs.ancient8.gg/ --node https://graph.ancient8.gg/ ./subgraph/subgraph.yaml","subgraph-deploy-testnet":"graph deploy testdevmagicswapv2 --ipfs https://ipfs-dev.ancient8.gg --node https://graph-dev.ancient8.gg/ ./subgraph/subgraph.yaml","create-pair-nft-nft-testnet":"npx hardhat run scripts/createPair-nft-nft.ts","create-pair-nft-token-testnet":"npx hardhat run scripts/createPair-nft-token.ts","create-pair-token-eth-testnet":"npx hardhat run scripts/createPair-token-eth.ts","create-pair-token-token-testnet":"npx hardhat run scripts/createPair-token-token.ts"},"_npmUser":{"name":"ancient8-devs","email":"dev@ancient8.gg"},"repository":{"url":"git+https://github.com/ancient8-gg/dojoswap-contracts.git","type":"git","directory":"sdk/typescript"},"_npmVersion":"10.9.2","description":"Contracts and SDKs for Ancient8 swap","directories":{},"_nodeVersion":"20.19.0","dependencies":{"viem":"^2.23.5","dayjs":"^1.11.13","ethers":"^6.13.5","numbro":"^2.5.0","graphql":"^16.10.0","solmate":"^6.2.0","ts-node":"^10.9.2","type-fest":"^4.35.0","@sushiswap/tines":"^1.0.11","@ethersproject/solidity":"^5.7.0","@openzeppelin/contracts":"^4.8.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","eslint":"8.43.0","hardhat":"^2.19.0","prettier":"^3.1.1","typechain":"^8.3.2","typescript":"^5.7.3","@types/chai":"^4.2.0","@types/mocha":">=9.1.0","semantic-release":"^24.2.3","solidity-coverage":"^0.8.1","@typechain/hardhat":"^9.1.0","@typechain/ethers-v6":"^0.5.0","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.1.3","@graphprotocol/graph-ts":"^0.27.0","@graphprotocol/client-cli":"^3.0.7","@typescript-eslint/parser":"^6.18.1","@semantic-release/changelog":"^6.0.3","@nomicfoundation/hardhat-ethers":"^3.0.0","@nomicfoundation/hardhat-ledger":"^1.0.2","@nomicfoundation/hardhat-verify":"^2.0.10","@nomicfoundation/hardhat-toolbox":"^5.0.0","@typescript-eslint/eslint-plugin":"^6.18.1","@nomicfoundation/hardhat-ignition":"^0.15.5","@nomicfoundation/hardhat-chai-matchers":"^2.0.0","@nomicfoundation/hardhat-ignition-ethers":"^0.15.0","@nomicfoundation/hardhat-network-helpers":"^1.0.0","conventional-changelog-conventionalcommits":"^8.0.0"},"_npmOperationalInternal":{"tmp":"tmp/swap-sdk_1.0.0-rc.4_1742876768703_0.009284071613390177","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-rc.5":{"name":"@ancient8/swap-sdk","version":"1.0.0-rc.5","author":{"name":"Ancient8"},"license":"ISC","_id":"@ancient8/swap-sdk@1.0.0-rc.5","maintainers":[{"name":"desnet","email":"tuphan@descartes.network"},{"name":"ancient8-devs","email":"dev@ancient8.gg"},{"name":"khanga8gg","email":"khang@ancient8.gg"},{"name":"amorriscodes","email":"stephen@ancient8.gg"}],"homepage":"https://github.com/ancient8-gg/dojoswap-contracts#readme","bugs":{"url":"https://github.com/ancient8-gg/dojoswap-contracts/issues"},"dist":{"shasum":"f9493f6a190a92bd258d001eae1969da6e85191d","tarball":"https://registry.npmjs.org/@ancient8/swap-sdk/-/swap-sdk-1.0.0-rc.5.tgz","fileCount":1076,"integrity":"sha512-XpMO6CSYwgrARRATRpnxCPbbZBdNrjBYYdCn24h9GJFdAjaUsT9L2yxhp0MqYtL71R727ZQ70hwkmCV30LOJ/Q==","signatures":[{"sig":"MEYCIQCCxMm33nB5t8B4/W+cP/GW370tbTAzBTQcI+rGzJW90QIhAPvUb85rhyhTYWpz5UAasgdatoJ2fytN1Q+HaTpzSRYI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9275961},"main":"build/sdk/typescript/cjs/index.js","types":"build/sdk/typescript/types/index.d.ts","module":"build/sdk/typescript/esm/index.js","exports":{".":{"types":"./build/sdk/typescript/types/index.d.ts","import":"./build/sdk/typescript/esm/index.js","default":"./build/sdk/typescript/cjs/index.js"},"./swap":{"types":"./build/sdk/typescript/types/swap/index.d.ts","import":"./build/sdk/typescript/esm/swap/index.js","default":"./build/sdk/typescript/cjs/swap/index.js"}},"gitHead":"d9660e521cbc0216adb8ecb79865cbcfcf08e9ba","scripts":{"lint":"eslint \"**/*.ts\" --fix","test":"npx hardhat test","build":"yarn generate && yarn sdk:ts:build","codegen":"ts-node ./subgraph/createSubgraph.ts && graph codegen -o subgraph/generated/ ./subgraph/subgraph.yaml","compile":"npx hardhat compile","generate":"graphclient build --dir ./sdk/typescript/swap/","prebuild":"rm -rf build","sdk:ts:build":"yarn prebuild && yarn sdk:ts:build:cjs && yarn sdk:ts:build:esm && yarn sdk:ts:build:types","deploy-mainnet":"npx hardhat ignition deploy ignition/modules/Deploy.ts --network a8 --verify","deploy-testnet":"npx hardhat ignition deploy ignition/modules/Deploy.ts --verify","subgraph-build":"graph build -o subgraph/build/ ./subgraph/subgraph.yaml","sdk:ts:build:cjs":"tsc -p tsconfig.sdk.cjs.json","sdk:ts:build:esm":"tsc -p tsconfig.sdk.esm.json","mint-token-testnet":"npx hardhat run scripts/mintToken.ts","sdk:ts:build:types":"tsc -p tsconfig.sdk.types.json","deploy-subgraph-mainnet":"npm run codegen && npm run subgraph-build && npm run subgraph-create-mainnet && npm run subgraph-deploy-mainnet","deploy-subgraph-testnet":"npm run codegen && npm run subgraph-build && npm run subgraph-create-testnet && npm run subgraph-deploy-testnet","subgraph-create-mainnet":"graph create swapdojo --node https://graph.ancient8.gg/","subgraph-create-testnet":"graph create testdevmagicswapv2 --node https://graph-dev.ancient8.gg/","subgraph-deploy-mainnet":"graph deploy swapdojo --ipfs https://ipfs.ancient8.gg/ --node https://graph.ancient8.gg/ ./subgraph/subgraph.yaml","subgraph-deploy-testnet":"graph deploy testdevmagicswapv2 --ipfs https://ipfs-dev.ancient8.gg --node https://graph-dev.ancient8.gg/ ./subgraph/subgraph.yaml","create-pair-nft-nft-testnet":"npx hardhat run scripts/createPair-nft-nft.ts","create-pair-nft-token-testnet":"npx hardhat run scripts/createPair-nft-token.ts","create-pair-token-eth-testnet":"npx hardhat run scripts/createPair-token-eth.ts","create-pair-token-token-testnet":"npx hardhat run scripts/createPair-token-token.ts"},"_npmUser":{"name":"ancient8-devs","email":"dev@ancient8.gg"},"repository":{"url":"git+https://github.com/ancient8-gg/dojoswap-contracts.git","type":"git","directory":"sdk/typescript"},"_npmVersion":"10.9.2","description":"Contracts and SDKs for Ancient8 swap","directories":{},"_nodeVersion":"20.19.1","dependencies":{"viem":"^2.23.5","dayjs":"^1.11.13","ethers":"^6.13.5","numbro":"^2.5.0","graphql":"^16.10.0","solmate":"^6.2.0","ts-node":"^10.9.2","type-fest":"^4.35.0","@sushiswap/tines":"^1.0.11","@ethersproject/solidity":"^5.7.0","@openzeppelin/contracts":"^4.8.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","eslint":"8.43.0","hardhat":"^2.19.0","prettier":"^3.1.1","typechain":"^8.3.2","typescript":"^5.7.3","@types/chai":"^4.2.0","@types/mocha":">=9.1.0","semantic-release":"^24.2.3","solidity-coverage":"^0.8.1","@typechain/hardhat":"^9.1.0","@typechain/ethers-v6":"^0.5.0","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.1.3","@graphprotocol/graph-ts":"^0.27.0","@graphprotocol/client-cli":"^3.0.7","@typescript-eslint/parser":"^6.18.1","@semantic-release/changelog":"^6.0.3","@nomicfoundation/hardhat-ethers":"^3.0.0","@nomicfoundation/hardhat-ledger":"^1.0.2","@nomicfoundation/hardhat-verify":"^2.0.10","@nomicfoundation/hardhat-toolbox":"^5.0.0","@typescript-eslint/eslint-plugin":"^6.18.1","@nomicfoundation/hardhat-ignition":"^0.15.5","@nomicfoundation/hardhat-chai-matchers":"^2.0.0","@nomicfoundation/hardhat-ignition-ethers":"^0.15.0","@nomicfoundation/hardhat-network-helpers":"^1.0.0","conventional-changelog-conventionalcommits":"^8.0.0"},"_npmOperationalInternal":{"tmp":"tmp/swap-sdk_1.0.0-rc.5_1746167044608_0.6223660535065696","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-rc.6":{"name":"@ancient8/swap-sdk","version":"1.0.0-rc.6","author":{"name":"Ancient8"},"license":"ISC","_id":"@ancient8/swap-sdk@1.0.0-rc.6","maintainers":[{"name":"desnet","email":"tuphan@descartes.network"},{"name":"ancient8-devs","email":"dev@ancient8.gg"},{"name":"khanga8gg","email":"khang@ancient8.gg"},{"name":"amorriscodes","email":"stephen@ancient8.gg"}],"homepage":"https://github.com/ancient8-gg/dojoswap-contracts#readme","bugs":{"url":"https://github.com/ancient8-gg/dojoswap-contracts/issues"},"dist":{"shasum":"eeee45f673daed64e8c261475ffd37d0e4bae33e","tarball":"https://registry.npmjs.org/@ancient8/swap-sdk/-/swap-sdk-1.0.0-rc.6.tgz","fileCount":1076,"integrity":"sha512-sQPPa3sOnOfdBzcBxM7bQtJ+VhwN7kEJ9oIEafePstUkps9/sS4j/0kMVmYatb43qVfNKHmt1DTm8Vhcwb1G2g==","signatures":[{"sig":"MEUCIDLefryIIVzEX8GPmowf0EKyDqYZHg5anoucDZfc0BR5AiEAoH0TmpHi8os4/z858jE7WbWbE4hM9O47jPncsSt2KyY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9275723},"main":"build/sdk/typescript/cjs/index.js","types":"build/sdk/typescript/types/index.d.ts","module":"build/sdk/typescript/esm/index.js","exports":{".":{"types":"./build/sdk/typescript/types/index.d.ts","import":"./build/sdk/typescript/esm/index.js","default":"./build/sdk/typescript/cjs/index.js"},"./swap":{"types":"./build/sdk/typescript/types/swap/index.d.ts","import":"./build/sdk/typescript/esm/swap/index.js","default":"./build/sdk/typescript/cjs/swap/index.js"}},"gitHead":"a5ea5b7113da18a098a8e4fa7e140416a6e4c93b","scripts":{"lint":"eslint \"**/*.ts\" --fix","test":"npx hardhat test","build":"yarn generate && yarn sdk:ts:build","codegen":"ts-node ./subgraph/createSubgraph.ts && graph codegen -o subgraph/generated/ ./subgraph/subgraph.yaml","compile":"npx hardhat compile","generate":"graphclient build --dir ./sdk/typescript/swap/","prebuild":"rm -rf build","sdk:ts:build":"yarn prebuild && yarn sdk:ts:build:cjs && yarn sdk:ts:build:esm && yarn sdk:ts:build:types","deploy-mainnet":"npx hardhat ignition deploy ignition/modules/Deploy.ts --network a8 --verify","deploy-testnet":"npx hardhat ignition deploy ignition/modules/Deploy.ts --verify","subgraph-build":"graph build -o subgraph/build/ ./subgraph/subgraph.yaml","sdk:ts:build:cjs":"tsc -p tsconfig.sdk.cjs.json","sdk:ts:build:esm":"tsc -p tsconfig.sdk.esm.json","mint-token-testnet":"npx hardhat run scripts/mintToken.ts","sdk:ts:build:types":"tsc -p tsconfig.sdk.types.json","deploy-subgraph-mainnet":"npm run codegen && npm run subgraph-build && npm run subgraph-create-mainnet && npm run subgraph-deploy-mainnet","deploy-subgraph-testnet":"npm run codegen && npm run subgraph-build && npm run subgraph-create-testnet && npm run subgraph-deploy-testnet","subgraph-create-mainnet":"graph create swapdojo --node https://graph.ancient8.gg/","subgraph-create-testnet":"graph create testdevmagicswapv2 --node https://graph-dev.ancient8.gg/","subgraph-deploy-mainnet":"graph deploy swapdojo --ipfs https://ipfs.ancient8.gg/ --node https://graph.ancient8.gg/ ./subgraph/subgraph.yaml","subgraph-deploy-testnet":"graph deploy testdevmagicswapv2 --ipfs https://ipfs-dev.ancient8.gg --node https://graph-dev.ancient8.gg/ ./subgraph/subgraph.yaml","create-pair-nft-nft-testnet":"npx hardhat run scripts/createPair-nft-nft.ts","create-pair-nft-token-testnet":"npx hardhat run scripts/createPair-nft-token.ts","create-pair-token-eth-testnet":"npx hardhat run scripts/createPair-token-eth.ts","create-pair-token-token-testnet":"npx hardhat run scripts/createPair-token-token.ts"},"_npmUser":{"name":"ancient8-devs","email":"dev@ancient8.gg"},"repository":{"url":"git+https://github.com/ancient8-gg/dojoswap-contracts.git","type":"git","directory":"sdk/typescript"},"_npmVersion":"10.9.2","description":"Contracts and SDKs for Ancient8 swap","directories":{},"_nodeVersion":"20.19.1","dependencies":{"viem":"^2.23.5","dayjs":"^1.11.13","ethers":"^6.13.5","numbro":"^2.5.0","graphql":"^16.10.0","solmate":"^6.2.0","ts-node":"^10.9.2","type-fest":"^4.35.0","@sushiswap/tines":"^1.0.11","@ethersproject/solidity":"^5.7.0","@openzeppelin/contracts":"^4.8.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","eslint":"8.43.0","hardhat":"^2.19.0","prettier":"^3.1.1","typechain":"^8.3.2","typescript":"^5.7.3","@types/chai":"^4.2.0","@types/mocha":">=9.1.0","semantic-release":"^24.2.3","solidity-coverage":"^0.8.1","@typechain/hardhat":"^9.1.0","@typechain/ethers-v6":"^0.5.0","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.1.3","@graphprotocol/graph-ts":"^0.27.0","@graphprotocol/client-cli":"^3.0.7","@typescript-eslint/parser":"^6.18.1","@semantic-release/changelog":"^6.0.3","@nomicfoundation/hardhat-ethers":"^3.0.0","@nomicfoundation/hardhat-ledger":"^1.0.2","@nomicfoundation/hardhat-verify":"^2.0.10","@nomicfoundation/hardhat-toolbox":"^5.0.0","@typescript-eslint/eslint-plugin":"^6.18.1","@nomicfoundation/hardhat-ignition":"^0.15.5","@nomicfoundation/hardhat-chai-matchers":"^2.0.0","@nomicfoundation/hardhat-ignition-ethers":"^0.15.0","@nomicfoundation/hardhat-network-helpers":"^1.0.0","conventional-changelog-conventionalcommits":"^8.0.0"},"_npmOperationalInternal":{"tmp":"tmp/swap-sdk_1.0.0-rc.6_1746194448446_0.16937290122255133","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-rc.7":{"name":"@ancient8/swap-sdk","version":"1.0.0-rc.7","author":{"name":"Ancient8"},"license":"ISC","_id":"@ancient8/swap-sdk@1.0.0-rc.7","maintainers":[{"name":"desnet","email":"tuphan@descartes.network"},{"name":"ancient8-devs","email":"dev@ancient8.gg"},{"name":"khanga8gg","email":"khang@ancient8.gg"},{"name":"amorriscodes","email":"stephen@ancient8.gg"}],"homepage":"https://github.com/ancient8-gg/dojoswap-contracts#readme","bugs":{"url":"https://github.com/ancient8-gg/dojoswap-contracts/issues"},"dist":{"shasum":"b25eddd01d7fb76cff9f5f47e7856adfb00768e7","tarball":"https://registry.npmjs.org/@ancient8/swap-sdk/-/swap-sdk-1.0.0-rc.7.tgz","fileCount":1076,"integrity":"sha512-T0a4vv6nObXmehc+gnx0+kO6u4tPMFrZ3JD+FWIJQb1Y40TOkRGO2lsk9fIObTY74J1BoYFOpcOasMr0+gXprg==","signatures":[{"sig":"MEQCIHCmd6KuzKHtxGX1n7B4WKhnsLnRs8I6cJlvTR9KKXTrAiBBivPEFwsxmhBGaEa7VzZLX1G5y2+GB5qktKQcbiYrsw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9299173},"main":"build/sdk/typescript/cjs/index.js","types":"build/sdk/typescript/types/index.d.ts","module":"build/sdk/typescript/esm/index.js","exports":{".":{"types":"./build/sdk/typescript/types/index.d.ts","import":"./build/sdk/typescript/esm/index.js","default":"./build/sdk/typescript/cjs/index.js"},"./swap":{"types":"./build/sdk/typescript/types/swap/index.d.ts","import":"./build/sdk/typescript/esm/swap/index.js","default":"./build/sdk/typescript/cjs/swap/index.js"}},"gitHead":"9c85c4e1178f40fb9f6e390aeba665084ed30845","scripts":{"lint":"eslint \"**/*.ts\" --fix","test":"npx hardhat test","build":"yarn generate && yarn sdk:ts:build","codegen":"ts-node ./subgraph/createSubgraph.ts && graph codegen -o subgraph/generated/ ./subgraph/subgraph.yaml","compile":"npx hardhat compile","generate":"graphclient build --dir ./sdk/typescript/swap/","prebuild":"rm -rf build","sdk:ts:build":"yarn prebuild && yarn sdk:ts:build:cjs && yarn sdk:ts:build:esm && yarn sdk:ts:build:types","deploy-mainnet":"npx hardhat ignition deploy ignition/modules/Deploy.ts --network a8 --verify","deploy-testnet":"npx hardhat ignition deploy ignition/modules/Deploy.ts --verify","subgraph-build":"graph build -o subgraph/build/ ./subgraph/subgraph.yaml","sdk:ts:build:cjs":"tsc -p tsconfig.sdk.cjs.json","sdk:ts:build:esm":"tsc -p tsconfig.sdk.esm.json","mint-token-testnet":"npx hardhat run scripts/mintToken.ts","sdk:ts:build:types":"tsc -p tsconfig.sdk.types.json","deploy-subgraph-mainnet":"npm run codegen && npm run subgraph-build && npm run subgraph-create-mainnet && npm run subgraph-deploy-mainnet","deploy-subgraph-testnet":"npm run codegen && npm run subgraph-build && npm run subgraph-create-testnet && npm run subgraph-deploy-testnet","subgraph-create-mainnet":"graph create swapdojo --node https://graph.ancient8.gg/","subgraph-create-testnet":"graph create testdevmagicswapv2 --node https://graph-dev.ancient8.gg/","subgraph-deploy-mainnet":"graph deploy swapdojo --ipfs https://ipfs.ancient8.gg/ --node https://graph.ancient8.gg/ ./subgraph/subgraph.yaml","subgraph-deploy-testnet":"graph deploy testdevmagicswapv2 --ipfs https://ipfs-dev.ancient8.gg --node https://graph-dev.ancient8.gg/ ./subgraph/subgraph.yaml","create-pair-nft-nft-testnet":"npx hardhat run scripts/createPair-nft-nft.ts","create-pair-nft-token-testnet":"npx hardhat run scripts/createPair-nft-token.ts","create-pair-token-eth-testnet":"npx hardhat run scripts/createPair-token-eth.ts","create-pair-token-token-testnet":"npx hardhat run scripts/createPair-token-token.ts"},"_npmUser":{"name":"ancient8-devs","email":"dev@ancient8.gg"},"repository":{"url":"git+https://github.com/ancient8-gg/dojoswap-contracts.git","type":"git","directory":"sdk/typescript"},"_npmVersion":"10.9.2","description":"Contracts and SDKs for Ancient8 swap","directories":{},"_nodeVersion":"20.19.1","dependencies":{"viem":"^2.23.5","dayjs":"^1.11.13","ethers":"^6.13.5","numbro":"^2.5.0","graphql":"^16.10.0","solmate":"^6.2.0","ts-node":"^10.9.2","type-fest":"^4.35.0","@sushiswap/tines":"^1.0.11","@ethersproject/solidity":"^5.7.0","@openzeppelin/contracts":"^4.8.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","eslint":"8.43.0","hardhat":"^2.19.0","prettier":"^3.1.1","typechain":"^8.3.2","typescript":"^5.7.3","@types/chai":"^4.2.0","@types/mocha":">=9.1.0","semantic-release":"^24.2.3","solidity-coverage":"^0.8.1","@typechain/hardhat":"^9.1.0","@typechain/ethers-v6":"^0.5.0","hardhat-gas-reporter":"^1.0.8","@semantic-release/git":"^10.0.1","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.1.3","@graphprotocol/graph-ts":"^0.27.0","@graphprotocol/client-cli":"^3.0.7","@typescript-eslint/parser":"^6.18.1","@semantic-release/changelog":"^6.0.3","@nomicfoundation/hardhat-ethers":"^3.0.0","@nomicfoundation/hardhat-ledger":"^1.0.2","@nomicfoundation/hardhat-verify":"^2.0.10","@nomicfoundation/hardhat-toolbox":"^5.0.0","@typescript-eslint/eslint-plugin":"^6.18.1","@nomicfoundation/hardhat-ignition":"^0.15.5","@nomicfoundation/hardhat-chai-matchers":"^2.0.0","@nomicfoundation/hardhat-ignition-ethers":"^0.15.0","@nomicfoundation/hardhat-network-helpers":"^1.0.0","conventional-changelog-conventionalcommits":"^8.0.0"},"_npmOperationalInternal":{"tmp":"tmp/swap-sdk_1.0.0-rc.7_1747036487170_0.1144039581314007","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-rc.8":{"name":"@ancient8/swap-sdk","version":"1.0.0-rc.8","description":"Contracts and SDKs for Ancient8 swap","author":{"name":"Ancient8"},"license":"ISC","scripts":{"test":"npx hardhat test","compile":"npx hardhat compile","prebuild":"rm -rf build","lint":"eslint \"**/*.ts\" --fix","build":"yarn generate && yarn sdk:ts:build","deploy-testnet":"npx hardhat ignition deploy ignition/modules/Deploy.ts --verify","mint-token-testnet":"npx hardhat run scripts/mintToken.ts","create-pair-nft-nft-testnet":"npx hardhat run scripts/createPair-nft-nft.ts","create-pair-token-token-testnet":"npx hardhat run scripts/createPair-token-token.ts","create-pair-token-eth-testnet":"npx hardhat run scripts/createPair-token-eth.ts","create-pair-nft-token-testnet":"npx hardhat run scripts/createPair-nft-token.ts","deploy-mainnet":"npx hardhat ignition deploy ignition/modules/Deploy.ts --network a8 --verify","codegen":"ts-node ./subgraph/createSubgraph.ts && graph codegen -o subgraph/generated/ ./subgraph/subgraph.yaml","subgraph-build":"graph build -o subgraph/build/ ./subgraph/subgraph.yaml","subgraph-create-mainnet":"graph create swapdojo --node https://graph.ancient8.gg/","subgraph-deploy-mainnet":"graph deploy swapdojo --ipfs https://ipfs.ancient8.gg/ --node https://graph.ancient8.gg/ ./subgraph/subgraph.yaml","deploy-subgraph-mainnet":"npm run codegen && npm run subgraph-build && npm run subgraph-create-mainnet && npm run subgraph-deploy-mainnet","subgraph-create-testnet":"graph create testdevmagicswapv2 --node https://graph-dev.ancient8.gg/","subgraph-deploy-testnet":"graph deploy testdevmagicswapv2 --ipfs https://ipfs-dev.ancient8.gg --node https://graph-dev.ancient8.gg/ ./subgraph/subgraph.yaml","deploy-subgraph-testnet":"npm run codegen && npm run subgraph-build && npm run subgraph-create-testnet && npm run subgraph-deploy-testnet","sdk:ts:build:cjs":"tsc -p tsconfig.sdk.cjs.json","sdk:ts:build:esm":"tsc -p tsconfig.sdk.esm.json","sdk:ts:build:types":"tsc -p tsconfig.sdk.types.json","sdk:ts:build":"yarn prebuild && yarn sdk:ts:build:cjs && yarn sdk:ts:build:esm && yarn sdk:ts:build:types","generate":"graphclient build --dir ./sdk/typescript/swap/"},"main":"build/sdk/typescript/cjs/index.js","module":"build/sdk/typescript/esm/index.js","types":"build/sdk/typescript/types/index.d.ts","exports":{".":{"import":"./build/sdk/typescript/esm/index.js","types":"./build/sdk/typescript/types/index.d.ts","default":"./build/sdk/typescript/cjs/index.js"},"./swap":{"import":"./build/sdk/typescript/esm/swap/index.js","types":"./build/sdk/typescript/types/swap/index.d.ts","default":"./build/sdk/typescript/cjs/swap/index.js"}},"publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/ancient8-gg/dojoswap-contracts.git","directory":"sdk/typescript"},"devDependencies":{"@graphprotocol/client-cli":"^3.0.7","@graphprotocol/graph-ts":"^0.27.0","@nomicfoundation/hardhat-chai-matchers":"^2.0.0","@nomicfoundation/hardhat-ethers":"^3.0.0","@nomicfoundation/hardhat-ignition":"^0.15.5","@nomicfoundation/hardhat-ignition-ethers":"^0.15.0","@nomicfoundation/hardhat-ledger":"^1.0.2","@nomicfoundation/hardhat-network-helpers":"^1.0.0","@nomicfoundation/hardhat-toolbox":"^5.0.0","@nomicfoundation/hardhat-verify":"^2.0.10","@semantic-release/changelog":"^6.0.3","@semantic-release/git":"^10.0.1","@typechain/ethers-v6":"^0.5.0","@typechain/hardhat":"^9.1.0","@types/chai":"^4.2.0","@types/mocha":">=9.1.0","@typescript-eslint/eslint-plugin":"^6.18.1","@typescript-eslint/parser":"^6.18.1","chai":"^4.2.0","conventional-changelog-conventionalcommits":"^8.0.0","eslint":"8.43.0","eslint-config-prettier":"^9.1.0","eslint-plugin-prettier":"^5.1.3","hardhat":"^2.19.0","hardhat-gas-reporter":"^1.0.8","prettier":"^3.1.1","semantic-release":"^24.2.3","solidity-coverage":"^0.8.1","typechain":"^8.3.2","typescript":"^5.7.3"},"dependencies":{"@ethersproject/solidity":"^5.7.0","@openzeppelin/contracts":"^4.8.0","@sushiswap/tines":"^1.0.11","dayjs":"^1.11.13","ethers":"^6.13.5","graphql":"^16.10.0","numbro":"^2.5.0","solmate":"^6.2.0","ts-node":"^10.9.2","type-fest":"^4.35.0","viem":"^2.23.5"},"_id":"@ancient8/swap-sdk@1.0.0-rc.8","readmeFilename":"README.md","gitHead":"5144c8326f469120d8316926a10479dc268ffb25","bugs":{"url":"https://github.com/ancient8-gg/dojoswap-contracts/issues"},"homepage":"https://github.com/ancient8-gg/dojoswap-contracts#readme","_nodeVersion":"20.19.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-LZoNdUzQfm7DY1frsTQlTnDdhu8S3xwf5H396AEvOAiPGxWDUq7UEAgeteSzNDtWREoHGIS5cIEzWYn3CMb6uQ==","shasum":"632e7120a3381d877c2f3625c3ee4f639e255431","tarball":"https://registry.npmjs.org/@ancient8/swap-sdk/-/swap-sdk-1.0.0-rc.8.tgz","fileCount":1076,"unpackedSize":9299103,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCRJkf7aDSmV7gimZ+p5m8gBS8VXdePNG2McoRHpaJGAAIgHZDlTS4PzyTDP/uasdbJXbFi0KL5ymeCwllnwlfmxEQ="}]},"_npmUser":{"name":"ancient8-devs","email":"dev@ancient8.gg"},"directories":{},"maintainers":[{"name":"desnet","email":"tuphan@descartes.network"},{"name":"ancient8-devs","email":"dev@ancient8.gg"},{"name":"khanga8gg","email":"khang@ancient8.gg"},{"name":"amorriscodes","email":"stephen@ancient8.gg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/swap-sdk_1.0.0-rc.8_1747104939412_0.6023792127596406"},"_hasShrinkwrap":false}},"time":{"created":"2025-03-05T09:40:34.227Z","modified":"2025-05-13T02:55:39.934Z","1.0.0-rc.1":"2025-03-05T09:40:34.589Z","1.0.0-rc.2":"2025-03-05T10:52:59.126Z","1.0.0-rc.3":"2025-03-12T08:46:16.140Z","1.0.0-rc.4":"2025-03-25T04:26:08.935Z","1.0.0-rc.5":"2025-05-02T06:24:04.877Z","1.0.0-rc.6":"2025-05-02T14:00:48.712Z","1.0.0-rc.7":"2025-05-12T07:54:47.382Z","1.0.0-rc.8":"2025-05-13T02:55:39.695Z"},"bugs":{"url":"https://github.com/ancient8-gg/dojoswap-contracts/issues"},"author":{"name":"Ancient8"},"license":"ISC","homepage":"https://github.com/ancient8-gg/dojoswap-contracts#readme","repository":{"url":"git+https://github.com/ancient8-gg/dojoswap-contracts.git","type":"git","directory":"sdk/typescript"},"description":"Contracts and SDKs for Ancient8 swap","maintainers":[{"name":"desnet","email":"tuphan@descartes.network"},{"name":"ancient8-devs","email":"dev@ancient8.gg"},{"name":"khanga8gg","email":"khang@ancient8.gg"},{"name":"amorriscodes","email":"stephen@ancient8.gg"}],"readme":"","readmeFilename":""}