File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
packages/coins-sdk/src/actions Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @zoralabs/coins-sdk " : patch
3+ ---
4+
5+ Fixed import paths
Original file line number Diff line number Diff line change @@ -95,6 +95,10 @@ export default defineConfig({
9595 text : "Create Coin" ,
9696 link : "/coins/sdk/create-coin" ,
9797 } ,
98+ {
99+ text : "Coins Metadata Builder" ,
100+ link : "/coins/sdk/metadata-builder" ,
101+ } ,
98102 {
99103 text : "Trade Coin" ,
100104 link : "/coins/sdk/trade-coin" ,
@@ -153,6 +157,10 @@ export default defineConfig({
153157 text : "Protocol Rewards" ,
154158 link : "/coins/contracts/rewards" ,
155159 } ,
160+ {
161+ text : "Coins License" ,
162+ link : "/coins/license" ,
163+ } ,
156164 ] ,
157165 } ,
158166 ] ,
Original file line number Diff line number Diff line change 11import { permit2ABI , permit2Address } from "@zoralabs/protocol-deployments" ;
2- import { postQuote , PostQuoteResponse } from "src/client" ;
3- import { GenericPublicClient } from "src/utils/genericPublicClient" ;
42import {
53 Account ,
64 Address ,
@@ -10,6 +8,8 @@ import {
108 Hex ,
119} from "viem" ;
1210import { base } from "viem/chains" ;
11+ import { postQuote , PostQuoteResponse } from "../client" ;
12+ import { GenericPublicClient } from "../utils/genericPublicClient" ;
1313
1414type TradeERC20 = {
1515 type : "erc20" ;
You can’t perform that action at this time.
0 commit comments