Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
remove cl
  • Loading branch information
SonYoungsung committed Jan 26, 2024
1 parent dfc4057 commit 18e678a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tokamak-multichain",
"description": "Unified token and contract list for Titan Mainnet and other Chains.",
"version": "1.0.0",
"version": "1.0.2",
"main": "dist/packages/index.js",
"types": "dist/packages/index.d.ts",
"homepage": "https://github.com/tokamak-network/tokamak-multichain#readme",
Expand Down
5 changes: 0 additions & 5 deletions packages/sdk/utils/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const getContractInterface = (contractName: string) => {
return cache.get(contractName)
}
const abi = abis[contractName]
console.log('test', abi)
cache.set(contractName, abi)
return abi
} catch (error) {
Expand Down Expand Up @@ -92,10 +91,6 @@ export const getContract = (
// iface = getContractInterface(name)
// }

console.log('******')
console.log(addresses)
console.log(opts.address, addresses[contractName])

return new Contract(
toAddress(opts.address || addresses[contractName] || [contractName]),
iface,
Expand Down

0 comments on commit 18e678a

Please sign in to comment.