This repository was archived by the owner on Aug 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
src/strategies/erc20-balance-starknet Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 "symbol" : {
1010 "type" : " string" ,
1111 "title" : " Symbol" ,
12- "examples" : [" e.g. STRK" ],
12+ "examples" : [
13+ " e.g. STRK"
14+ ],
1315 "maxLength" : 16
1416 },
1517 "address" : {
1618 "type" : " string" ,
1719 "title" : " Contract address" ,
18- "examples" : [" e.g. 0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7" ],
20+ "examples" : [
21+ " e.g. 0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7"
22+ ],
1923 "pattern" : " ^0x[a-fA-F0-9]{64}$" ,
2024 "minLength" : 66 ,
2125 "maxLength" : 66 ,
2428 "decimals" : {
2529 "type" : " number" ,
2630 "title" : " Decimals" ,
27- "examples" : [" e.g. 18" ],
31+ "examples" : [
32+ " e.g. 18"
33+ ],
2834 "minimum" : 0
2935 }
3036 },
31- "required" : [" address" , " decimals" ],
37+ "required" : [
38+ " address" ,
39+ " decimals"
40+ ],
3241 "additionalProperties" : false
3342 }
3443 }
You can’t perform that action at this time.
0 commit comments